@charset "utf-8";

/* CSS Document */

html, body {
	background-color: #171717;
	margin:0 auto;
}
a:link {
	text-decoration: none;
	color:#377E99;
	font-weight: normal;
	font-variant: normal;
}
a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#377E99;
}
a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #377E99;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #377E99;
}

#bg {
	width:150px;
	background-image:url(menu_bg.gif);
	height:40px;
}
#wrapper {
	width:900px;
	margin:0 auto;
	background-color:#FFF;
}
#header {
	width:100%;	
	background-image:url(images/top_banner.jpg);
	height:313px;
}
#cartheader {	
	width:100%;
	margin-bottom:15px;
}
#left {
	width: 200px;
	float: left;
	text-align:left;
	padding:10px;
	background-color:#FFFFFF;
}

#right {
	width: 645px;
	float:right;
	padding:15px;
	background-color:#FFFFFF;
	border-left:#333 thick solid;
}
#footer-image {
	background-image:url(images/bot_banner.jpg);
	height:114px;
}
#footer {
	background-color:#333333;
	height:40px;
}
.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;
}

.bio {
	border: #E3F2F1 2px solid;
	 -moz-border-radius: 15px;  
	 -webkit-border-radius: 15px;  
	 border-radius: 15px;
}
	

.borderleft {
	border-left:#444 thin solid;
}
.borderright {
	border-right:#444 thin solid;
}
.borderbottom {
	border-bottom:#444 thin solid;
}

ul#topnav {
	margin: 0; 
	padding: 0;
	width: 100%;
	float:left;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	background: url(images/topnav_stretch.gif) repeat-x;
	z-index:10;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 6px 17px;
	display: block;
	color: #f0f0f0;
	font-size: 14px;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-weight:bold;
	text-decoration: none;
}
ul#topnav li a:hover {
	background-image:url(images/topnav_active.gif);
	background-repeat:repeat-x;
	background-color:#333;
}
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;
	padding: 5px 0;
	position: absolute;
	top:29px;
	display: none; /*--Hide by default--*/
	background: #79068a;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	text-transform:capitalize;
}
ul#topnav li span a {
		background-image:url(images/bullet-arrow.png);
		background-position:left center;
		background-repeat:no-repeat;
			font-size:12px;
}
ul#topnav li:hover span { 
	display: block;
} /*--Show subnav on hover--*/
/*ul#topnav li span a { display: inline; }*/ /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {
	text-decoration: underline;
	background-color:#A03FA3;
}
ul#contact {
	margin-left:5px; 
	padding: 0;
	list-style: none;

}
ul#contact li {
		padding:0px 10px;
		background-image:url(images/bullet-arrow.png);
		background-position:left center;
		background-repeat:no-repeat;
}
ul#side {
	margin-left:15px; 
	padding: 0;
	list-style:circle;
}
ul#side li {
		padding:0px 5px;
}
.titleGrey, .titlePurple, .titlePurpleLg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.titleGreyLARGE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #C8C8C8;
}

.titleGrey { color: #333; }
.titlePurple {
	color: #87358A;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: uppercase;
}
.titlewhite {
	color: #FFFFFF;
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 30px;
}
.titlePurpleLg { color: #87358A; font-size:16px; }
.titlegreycaps {
	color: #999999;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 12px;
	text-align: left;
}
.titleGold {
	color: #CE1F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	list-style-type: none;
	margin-left: 30px;
	font-weight: bold;
	}
.titleBlues { 
	color: #47779A; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	}
.textgreybold {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:normal;
	font-weight: normal;
	}
.textgreylight { 
	color: #CCCCCC; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.categoryTitle {
	padding:15px;
	width:200px;
	background-color:#DDD;
	border:6px #FFF solid;
}
.categoryTitle a {
	font-size: 14px;
	font-weight: bold;
}
.categoryTitle a:hover  {	
	text-decoration:none;
	color:#87358A;
}
.hr { 
	border-bottom: 1px double #87358A;
	width: 60%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
 }

.bodySm, .bodyMed, .bodyLg, .bodyMedgrey {
	font-family: Arial, Helvetica, sans-serif;
	color:#444;
}	
.bodySm {	font-size: 12px; }	
.bodyMed {
	font-size: 14px;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	color:#444;
	text-decoration: none;
	text-align: justify;
}	
.bodyLg {	font-size:16px; font-weight:bold; }	
.bodyMedgrey { font-size: 14px; color: #444;}	

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#EEEEEE;
}	
