html, body, div, p, ul, ol, dl, dd, dt, li, img, form, fieldset, input, textarea, select, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
.preload {
       display: none;
       position: absolute;
       top: -100px;
       left: -100px;
       height: 1px;
       width: 1px;
}

/*-----------------------------------------STRUCTURE---------------------------------------------*/
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: repeat-x;
	background-image: url(/images/background.png);
}
.wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: center;
}
#header {
	float: left;
	width: 100%;
	height: 85px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-position: 395px 22px;
}
.container {
	float: left;
	width: 100%;
	text-align: left;
	background-image: url(/images/satin.jpg);
	background-repeat: no-repeat;
	background-position: 0px 85px;
}
.rightCol {
	float: right;
	width: 375px;
	font-size: 90%;
	color: #666666;
	line-height: 1.5em;
	background-color: #29112C;
	margin-right: 86px!important;
	margin-right: 43px;
	background-image: url(/images/right_column_shadow.png);
	background-repeat: repeat-x;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 45px;
	padding-left: 20px;
}
.leftCol {
	float: left;
	width: 204px;
	margin-left: 30px!important;
	margin-left: 15px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.footer {
	float: left;
	height: 49px;
	color: #ABA58F;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	width: 760px;
	font-size: 0.8em;
	background-image: url(/images/footer.png);
	background-repeat: no-repeat;
	line-height: 49px;
	text-align: center;
}

/*-----------------------------------------TEXT FORMATTING---------------------------------------------*/

h1 {
	font-size: 120%;
	font-weight: lighter;
	color: #FFFFFF;
	margin-bottom: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A1E4F;
	padding-bottom: 10px;
	letter-spacing: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #FFFFFF;
	margin-top: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
}
h3 {
	font-size: 105%;
	color: #999999;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.rightCol p {
	margin-bottom: 10px;
}

/*-----------------------------------------LINKS---------------------------------------------*/

a {
	color: #465165;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
}
.footer a {
	color: #ABA58F;
	font-weight: normal;
}
.footer a:hover {
	color: #E5E0CF;
}


/*----------------------------------------LEFT NAVIGATION------------------------------------------*/

.home_button {
	float: left;
	height: 43px;
	width: 100%;
}
#logolink1 {
	display: block;
	height: 43px;
	width: 100%;
	background-image: url(/images/buttons/home_button.png);
}
a#logolink1:hover {
	background-image: url(/images/buttons/home_button_over.png);
}
/*--------------------------------------------------------------------------------------------*/

.philosophy_button {
	float: left;
	height: 34px;
	width: 100%;
}
#logolink2 {
	display: block;
	height: 34px;
	width: 100%;
	background-image: url(/images/buttons/philosophy_button.png);
}
a#logolink2:hover {
	background-image: url(/images/buttons/philosophy_button_over.png);
}
/*--------------------------------------------------------------------------------------------*/

.company_button {
	float: left;
	height: 33px;
	width: 100%;
}
#logolink3 {
	display: block;
	height: 33px;
	width: 100%;
	background-image: url(/images/buttons/company_button.png);
}
a#logolink3:hover {
	background-image: url(/images/buttons/company_button_over.png);
}
/*--------------------------------------------------------------------------------------------*/


.tools_button {
	float: left;
	height: 98px;
	width: 100%;
	background-color: #828282;
	background-image: url(/images/buttons/tools_button_deep_over.png);
}
#logolink4 {
	display: block;
	height: 33px;
	width: 100%;
	background-image: url(/images/buttons/tools_button.png);
}
a#logolink4:hover {
	background-image: url(/images/buttons/tools_button_deep.png);
}
/*--------------------------------------------------------------------------------------------*/

.clients_button {
	float: left;
	height: 33px;
	width: 100%;
}
#logolink5 {
	display: block;
	height: 33px;
	width: 100%;
	background-image: url(/images/buttons/clients_button.png);
}
a#logolink5:hover {
	background-image: url(/images/buttons/clients_button_over.png);
}
/*--------------------------------------------------------------------------------------------*/

.contact_button {
	float: left;
	height: 32px;
	width: 100%;
}
#logolink6 {
	display: block;
 	height: 32px;  
	width: 100%;
	background-image: url(/images/buttons/contact_button.png);
}
a#logolink6:hover {
	background-image: url(/images/buttons/contact_button_over.png);
}
/*--------------------------------------------------------------------------------------------*/

.base {
	float: left;
	height: 105px;
	width: 100%;
	background-image: url(/images/buttons/wallet_bottom.png);
	background-repeat: no-repeat;
}
/*--------------------------------------------------------------------------------------------*/
/* highlites the current page by overidding the initial graphic button state to the over state. Set the body id for each page  */

body#home a#logolink1 {
	display: block;
	height: 43px;
	width: 100%;
	background-image: url(/images/buttons/home_button_over.png);
	}
body#philosophy a#logolink2 { 
	display: block;
	height: 34px;
	width: 100%;
	background-image: url(/images/buttons/philosophy_button_over.png);
	}
body#company a#logolink3 {
	display: block;
	height: 33px;
	width: 100%;
	background-image: url(/images/buttons/company_button_over.png);
	}
body#tools a#logolink4 {
	display: block;
	height: 33px;
	width: 100%;
	background-image: url(/images/buttons/tools_button_over.png);
	}
body#clients a#logolink5 {
	display: block;
	height: 33px;
	width: 100%;
	background-image: url(/images/buttons/clients_button_over.png);
	} 
body#contact a#logolink6 {
	display: block;
	height: 32px;
	width: 100%;
	background-image: url(/images/buttons/contact_button_over.png);
	}
.tools_button a {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
}
#tools_nav {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-left: 23px;
	line-height: 15px;
}
#tools_nav a {
	text-decoration: none;
}
#tools_nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.rightCol ul {
}
.rightCol li {
	margin-bottom: 5px;
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 5px;
	text-indent: -14px;
	margin-left: 10px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	width: 150px;
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-right: 10px;
	margin-top: 4px;
	background-color: #210D23;
}
.author {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	padding-right: 10px;
}
.rightCol #dawn {
	float: right;
}
#credit_card {
	float: right;
}
body#clients .tools_button {
	display: block;
	height: 98px;
	width: 100%;
	background-image: url(/images/buttons/tools_button_deep.png);
}
