/* layout */

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background: url(../images/bg.jpg) repeat-x;
	text-align: center;
}

* #container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

* #header {
	background-color:#ACC3EC;
	width: 960px;
	float: left;
}

* #content {
	width: 960px;
	margin-top: 30px;
	float: left;
	background: url(../images/container_bg_sb.jpg) repeat-y;
}

* #content_product {
	width: 960px;
	margin-top: 30px;
	float: left;
	background: url(../images/container_bg.jpg) repeat-y;
}

* #navigation {
	width: 183px;
	background: url(../images/navbg.jpg) repeat-y;
	float: left;
}

* #middle_content {
	width: 525px;
	float: left;
	margin-left: 20px;
}

* #right_content {
	width: 738px;
	float: left;
	margin-left: 20px;
}

* #right_sidebar {
	width: 213px;
	float: left;	
}

* #ft {
	background-color:#ACC3EC;
	width: 100%;
	float: left;
	padding-top: 15px;
	padding-bottom: 60px;
}

/* nav */

div.topnav {
	width: 181px;
}

div.thenav {
	padding-bottom: 10px;
	background-color: #F2F5FA;
	border-left: solid 1px #D5D3D6;
	border-right: solid 1px #D5D3D6;
}

/* sidebar */

div.topsb {
	width: 213px;
}

div.thesidebar {
	background-color: #F2EED1;
	border-left: solid 1px #D5D3D6;
	border-right: solid 1px #D5D3D6;
	padding: 10px;
}


/* footer */

* #footer_all {width: 910px; margin: 0 auto; text-align: left;}
div.footer_left {width: 325px; float: left;}
div.footer_right {width: 585px; float: right; text-align: right;}

/* misc */

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

td.BorderBottom {border-bottom: solid 1px #4C586B; padding-top: 10px; padding-bottom: 10px;}

/* text styles */

.NormalText, body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #4C586B;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-style:normal;
}

.SmallText {
	font-size: 12px;
	color: #4C586B;
	font-weight: normal;
}

.FooterText {
	font-size: 11px;
	line-height: 14px;
	color: #FFF;
	font-weight: normal;
}

.BrightBlueText {
	font-size: 12px;
	color: #0000FF;
	font-weight: bold;
}

.GrayText {
	font-size: 12px;
	color: #808080;
	font-weight: bold;
}

.PinkText {
	font-size: 12px;
	color: #FF99CC;
	font-weight: bold;
}

.RedText {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}

.LargeBlueText {
	font-size: 16px;
	color: #4C586B;
	font-weight: bold;
}

.SubjectHeader {
	font-size: 22px;
	color: #4C586B;
	font-weight: bold;
}

/* links */

a:link, a:visited {color: #C99803; text-decoration: underline;}
a:hover, a:focus, a:active {color: #C99803; text-decoration: none;}

div.thenav a, div.thenav a:link, div.thenav a:visited {font-size:17px; line-height: 26px; color:#4C586B; text-decoration: none; display: block; padding-left: 10px;}
div.thenav a:active, div.thenav a:hover {font-size:17px; line-height: 26px; background-color: #E1CD77; display: block; padding-left: 10px;}


div.footer_left a:link, div.footer_left a:visited {color: #FFF; text-decoration: underline; font-weight: bold;}
div.footer_left a:hover, div.footer_left a:active {color: #C99803; text-decoration: none;}
