

#container{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

div#topNav{
	width:100%;
	height:75px;
	margin:0;
	padding:0;
	color:#FFF;
	vertical-align:middle;
	text-align:right;
	font-size:13px;
}

.homeSearch{
	border:1px solid gray;
	font-size:11px
}

.homeSearchSubmit{
	border:1px solid gray;
	font-size:11px
}

div#topNavContainer{
	padding-top:15px;
}

div#topNav a{
	color:#C2C8D2;
}

div#topNav img{
	margin-left:15px;
}


div.accountLogin{
	width:300px;
}

div.accountLoginTitle{
	color:#39647F;
	font-size:14px;
	font-weight:bold;
}

div.accountContent{
	font-size:12px;
	font-weight:bold;
	color:#39647F;
}

div.accountContent a{
	color:#39647F;
}

#globalnav {
	position:relative;
	float:left;
	width:100%;
	padding:0 0 1.75em 1em;
	margin:0;
	list-style:none;
	line-height:1em;
	font-size:13px;
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	background:#ddd;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background:#bbb;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

#globalnav UL {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	background:#bbb;
	width:100%;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:1px solid #fff;
}

#globalnav UL LI {
	float:left;
	display:block;
	margin-top:1px;
}

#globalnav UL A {
	background:#bbb;
	color:#fff;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color:#444;
}

/* ########################################################################################*/
/* ########################################################################################*/




#footer {
	margin: 50px 0px 0px 0px;
	font-size:12px;
	text-align:center;
} 



.mini_store_link:link {
	color: #000099;
	text-decoration:underline;
	
	font-size: 10px;
}
.mini_store_link:visited {
	color: #8b9bb8;
}
.mini_store_link:hover {
	color: #8b9bb8;
	text-decoration:none;
}
.mini_store_link:active {
color: #8b9bb8;
}




h3 {
	color:#39647F;
}




/*Help page*/

div.helpContent{
	text-align:left;
	padding-left:20px;
	padding-right:20px;
}

div.helpModule{
	padding-right:15px;
	margin-top:25px;
	text-align:left;
	padding-left:20px;
}

p.helpQuestion{
	color:#508DB4;
	margin:0 0 5px 0;
	padding:0;
	font-weight:bold;
	font-size:14px;
}

p.helpAnswer{
	margin:0;
	padding-left:10px;
}







.floatleft{
	float: left;
	padding:5px;
}

.itemBorder{
	/*border: 1px solid #666666;*/	
}


/*
#leftnav ul {
	padding: 0em;
	margin-left: 0em;
	margin-right: 0em;
	list-style-type: none;
}*/

#leftnav {
	font-size: 13px;
	vertical-align: top;
	float: left;
	padding:0;
	width:150px;
	line-height:10px;
}

#leftnav span {
	padding-left:5px;
}

ul, ol {
	font-family:"Times New Roman", Times, serif;
}

#leftnav a {
	padding: 3px;
	display: block;
	text-decoration: none;
	font-weight:bold;
	color:#6d93aa;
}


#leftnav a:hover, #leftnav a:active {
	color: #6d93aa;
	text-decoration:underline;
	/*background-color: #FFCC00;*/
}

#leftnav a.link_home {
	padding: 3px;
	display: block;
	text-decoration: none;
	font-style: normal;
	color:#cade6a;
	font-weight:bold;
}



#leftnav a.link_home:hover, #leftnav a.link_home:active {
	color: #cade6a;
	text-decoration:underline;
	/*background-color: #FFCC00;*/
}

#leftnav li {
	margin: 0px 0px 0px 0px;
}



#current a {
	color: #35607a !important;
	font-weight: bold;
	/*
	background-color: #FFCC00 !important;
	border: 1px solid #999 !important;  */
}

#minicart {
	color: #000066;
}

.entryTable {
	font-size: 12px;
	background-color: #DDDDDD;
}

.entryTableHeader {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

.entryTable .label {
	background-color: #EFEFEF;
}

.entryTable .content {
	background-color: #FFFFFF;
}



.darkLink:link {
	color: #39647F;
	text-decoration:underline;
}
.darkLink:visited {
	color: #39647F;
}
.darkLink:hover {
	color: #4C85AA;
	text-decoration:none;
}
.darkLink:active {
color: #39647F;
}





.storeTableHeader {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}


.storeTable {
	font-size: 12px;
	border:1px solid #222222;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

.storeTable td{
	padding:5px;
	border-bottom:1px solid gray;
}

.storeTable .label {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333333;
	padding: 5px;
}

.storeTable .content {
	font-size: 12px;
	color: #000000;
	background-color: #C8C8C8;
	padding: 5px;
}

.storeTable .info {
	font-size: 12px;
	color: #000000;
	background-color: #CCC;
}




.box {
	font-size: 12px;
	border: 1px solid #39647F;
}

.notice {
	color: #996600;
	font-weight: bold;
}

.addToCartButton {
	background-image:url(/store/images/yellow_grad.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	color:#000;
	font-weight:bold;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height:30px;
	width:100px;
	cursor:pointer;
	margin-bottom:10px;
	background-color: #FFFF8F;
}


.errorBox{
	
	font-size:13px;
	width:350px;
	border-right:2px solid black;
	border-bottom:2px solid black;
	border-left:1px solid gray;
	border-top:1px solid gray;
	background-color:#FC0;
	padding:10px;
}



#errorMessage {
	color: #990000;
	font-weight: bold;
}

.border_dark_gray {
	border: 1px solid #333333;
}

/*.upsaleTable {
	
	font-size: 12px;
	color: #000000;
}

.upsaleRow {
	width:99%;
	float:left;
	clear:both;
	border:1px solid #666666;
	background-color:#333333;
	margin:5px;
	
	color: #FFFFFF;
}*/


.normal_text {
	
	font-size: 12px;
}
.sm_text {
	
	font-size: 10px;
}
.med_text {
	
	font-size: 12px;
}
.header_table {
	background-color: #666666;
	
	font-size: 12px;
	color: #FFFFFF;
}







.subTotal_Row {
	
	font-size: 12px;
	color: #000000;
	background-color: #888888;
}
.shippingHandling_Row {
	
	font-size: 12px;
	color: #000000;
	background-color: #777777;
}

.taxTotal_Row {
	
	font-size: 12px;
	background-color: #F9FFA8;
	color: #000000;
}
.total_Row {
	
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #666666;
}










.alt_Row1 {
	
	font-size: 12px;
	background-color: #CCCCCC;
	color: #000000;
}

.alt_Row2 {
	
	font-size: 12px;
	background-color: #e5e5e5;
	color: #000000;
}
.highlight_red {
	
	font-size: 12px;
	color: #FF0000;
	font-weight:bold;
}
.highlight_yellow {
	
	font-size: 12px;
	color: #FFCC00;
}
.highlight_green {
	
	font-size: 12px;
	color: #c3550b;
	font-weight:bold;
}

.large_headerText {
	
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}


dottedLine{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}

h1.pageTitle{
	text-transform:uppercase;
	font-weight:bolder;
	color:#39647F;
	font-size:18px;
	text-align:left;
	padding-left:20px;
}



.borderRed {
	width: 100%;
	padding-bottom:1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #39647F;
}


#mainright {
width:79%;
float:left;
padding-bottom:1px;
}

#maincenter {
width:1%;
float:left;
padding-bottom:1px;
}

#mainleft {
width:20%;
float:left;
padding-bottom:1px;
}


#productShowRight {
width:69%;
float:left;
padding-bottom:1px;
}

#productShowCenter {
width:1%;
float:left;
padding-bottom:1px;
}

#productShowLeft {
width:30%;
float:left;
padding-bottom:1px;
}



.breadCrumb_path {
	
	color:#39647f;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
}

.breadCrumb_path:hover {
	
	color:#7ea0b5;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
}



/*UPSELL CONTAINERS*/

div#upsellContainer{
	width:210px;
	height:165px;
	float:left;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	border-top:1px solid #000;
	border-left:1px solid #000;
	margin-bottom:30px;
	margin-top:10px;
	margin-right:10px;
	background-color: #2A4A5E;
	padding:2px;
}

div.upsellTextSmall{
	
	color:#DDDDDD;
	font-size:10px;
}

div.upsellTextMed{
	padding-top:2px;
	
	color:#FFFFFF;
	font-size:11px;
}

div.upsellTitle{
	width:100%;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

div.upsellTitle a{
	
	font-size:14px;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

div.upsellTitle a:hover{
	text-decoration:underline;
}



/* ########################################################################################*/

.alertBox{
	padding:5px;
	width:400px;
	text-align:left;
	background-color:#FFC;
	display:block;
	margin-left:10px;
	margin-bottom:50px;
	border:1px dotted red;
	min-height:50px;
	color:#000;
	float:left;
	clear:right;
}

.alertBox .leftcol{
	padding:5px;
	float:left;
	width:40px;
	display:block;
	min-height:inherit;
}

.alertBox .rightcol{
	padding:5px;
	float:left;
	display:block;
	width:280px;
	text-align:left;
	font-weight:bold;
}



/* ########################################################################################*/

/*account login*/



/* ########################################################################################*/
/* ##################################### CSS Popout menuv (this is for the css menu dropdowns) ################################*/


/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		                                 /* position, size, and font of  menu */
	{	
	position:absolute;	
	top:19em;
	left:6em;
	z-index: 10;
	width: 8em;						          /* [1] width of menu item (i.e., box) */
	text-align: center;
	font-size: 0.9em;
	font-family: helvetica, arial, geneva, sans-serif;
	}

#menuv a
	{
	width: 100%;
	display:block;						
	padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;
	border-bottom:1px solid #555;		/* adds bottom border */
	white-space:nowrap;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: white;
	text-decoration:none;				       /* removes underlines from links */
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color: white;
	background-color: cornflowerblue;
	}
	
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 10em;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 8em;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}
	
.boxButton{
	background-color:#FC0;
	cursor:pointer;
}

.boxButton:hover{
	background-color:#FF0;
}




