@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #d9c29d;
	background-color: #132d58;
	background-image: url(Assets/site_design/bg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
 #container {
	width: 968px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

 #header {
} 
.bannerimg {
	margin-left: 100px;
}

#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
	width: 690px;
} 
#mainContentFX {
	width: 968px;
}
#mainContent a {
	color: #33CCFF;
}
#mainContentLeft {
	float: left;
	width: 440px;
}
#mainContentRight {
	float: right;
	width: 510px;
	height: 500px;
	overflow: scroll;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

 #sidebar1 {
	width: 200px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #092453;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 20px;
	float: right;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #092453;
}
#sidebar1 img {
	margin-bottom: 20px;
	margin-top: 10px;
}


ul#nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#nav li a {
	font-size: 90%;
	color: #d9c29d;
	text-decoration: none;
	display: block;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3574A7;
}

#nav li a:hover, #nav li a:active, #nav li a:focus {
	color: #FFFFFF;
	background-color: #0E1E38;
}

 #footer {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #092453;
	border-bottom-color: #092453;
	line-height: .1;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 


 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#mainContent p, #sidebar1 p, #footer p {
	font-size: 80%;
	line-height: 1.5;
}
h1 {
	font-size: 140%;
	color: #E4D5BA;
	margin-top: 0px;
}
h2 {
	font-size: 130%;
	color: #E4D5BA;
	text-align: left;
}
h3 {
	font-size: 110%;
	color: #E4D5BA;
}
h4 {
	color: #F0E9DB;
}

img {
	border: 1px solid #d9c29d;
}
.imgProduct {
	padding: 0px;
	border: 1px solid #d9c29d;
}

.plchldr {
	margin-left: 10px;
	float: left;
}
.thumb  {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	clear: both;
	float: none;
}
.thmblft {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.thmbrt {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.fxThmb {
	vertical-align: top;
	clear: none;
	margin: 5px;
	float: right;
	top: 3px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.brdrls {
	border: none;
}
.dvdr {
	font-size: 130%;
	color: #092453;
	background-color: #d9c29d;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.textboxstyle {
	color: #d9c29d;
	background-color: #1C3C77;
	border: 1px solid #0B1B35;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.brightTxt {
	font-size: 120%;
	font-weight: bold;
	color: #FF66CC;
}
#sidebar1  a {
	color: #33CCFF;
}
