/* CSS Document */


body {
	background: #002D67 url(images/homepage/back_fade.jpg) repeat-x;
	margin: 50px 0;
}

#content-main {
	width: 525px;
	margin: 0;
	padding: 0 0 20px 30px;
}

#content-main img {
	float: left;
	border: 0;
}

/* Main link declarations *****/

a:link {
	color: #002D67;
	text-decoration: none;
}
a:visited {
	color: #002D67;
	text-decoration: none;
}
a:hover {
	color: #002D67;
	text-decoration: underline;
}
a:active {
	color: #002D67;
	text-decoration: none;
}
/* Main *nav* link declarations *****/

.nav a:link, .nav a:visited, .nav a:hover, .nav a:active {
	color: #002D67;
	text-decoration: none;
}

.nav a:hover {
	color: #0047A1;
	text-decoration: none;
}


/* Side navigation *****/

#side-container {
	width:194px;
}

#sidenav {
	font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica;
	color:#8D8D8D;
}

ul#sidenav {
	list-style:none;
	margin:0;
	padding:0;
	}
	
#sidenav li {
	margin: 0;
	padding: 0;
	text-indent: 10px;
	width:193px;
	line-height:39px;
	background:url(images/homepage/nav-sub-bg.jpg) repeat-x top left;
	border-bottom: dotted 1px #999999;
	border-right: 1px solid #999999;
}

#bullets li {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica;
	color:#666666;
	margin-left: 150px;
	padding: 0;
	text-indent: 10px;
	width:600px;
	line-height:20px;
}

ul#sidenav a:link, ul#sidenav a:visited, ul#sidenav a:hover, ul#sidenav a:active {
	color: #888888;
	display:block;
	text-decoration:none;
	}
	
ul#sidenav a:hover {
	color: #888888;
	background-color:#FFF;
}
	
li#bott-sub-nav {
	border-bottom: none;
}

#sidenav-bott {
	background: url(images/homepage/nav-sub-fade.jpg) no-repeat top right;
	height: 52px;
	width: 30px;
	float: right;
}

/*  Footer style and links ******/

.footer {
	width: 100%;
	height: 115px;
	background: url(images/homepage/footer-bg.jpg) repeat-x top right;
	margin-top:20px;
	border-top: 1px dotted #999999;
}

.bottom_nav {
	font: bold 12px/140% "Trebuchet MS", Verdana, Arial, Helvetica;
	text-transform: uppercase;
	color: #5E799C;
	text-align:left;
	padding: 15px 0 32px 0;
}

.bottom_nav a:link, .bottom_nav a:visited, .bottom_nav a:active {
	text-decoration: none;
	color:#5E799C;
}

.bottom_nav a:hover {
	text-decoration: underline;
}

.main-border {
	border: 2px solid #999999;
	background-color: #FFF;
}

/*  Product dividers  ********/

#divider {
	width: 500px;
	height:20px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom:20px;
	clear:left;
}


/*  Left margin	for product images of varying widths  ********/

#product-A p, #product-A h2 {
	margin-left: 183px;
}

#product-B p, #product-B h2 {
	margin-left: 145px;
}

#product-C p, #product-C h2 {
	margin-left: 224px;
}

#product-D p, #product-D h2 {
	margin-left: 234px;
}
