/* *** BASIC SETUP *** */
body, td, p, input {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
}
body {
	font-size:  		90%;
	margin: 			0;
	text-align: 		center;
	background-color:#FFF;
}
a {color:#fe913c;cursor:pointer;}
a:link		{color:#4C7696;text-decoration:none;}
a:visited	{color:#324E63;text-decoration:none;}
a:hover		{color:#4C7696;text-decoration:none;}
a:focus		{color:#4C7696;text-decoration:none;}
a:active	{color:#4C7696;text-decoration:none;}

img {display:block;}

.clearboth, .breaker {
	height: 2px;
	font-size: 1px;
	line-height: 2px;
	clear:both;
}

hr {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
	visibility:hidden;
}

/* *** BASIC LAYOUT *** */

#page {
	width:		1003px;			/* for full width, change to "auto" */
	margin: 	0 auto;
	padding:	0;
	text-align: left;
}
#headerBlock {
    margin:0;
    padding:0;
	padding-bottom:5px;
}
#bodyBlock
{
	width:			1003px;		/* for full width, change to "auto" */
	clear:  		both;
	min-height: 	45em;
	position:   	relative;

	margin-top: 	0em;
	background-color : #fff;
	border-top : 1px solid #fff;
}

#contentColumn  	/* The big wahoonie */
{
	margin:0 220px 0 220px;
	line-height:1.2em;

	z-index:1;
	position:relative;
	width : 560px;
}
#leftColumn {
	position:absolute;
	top:0px;
	left:0px;
	width:210px;
	min-width:210px;
	line-height:1.2em;
	text-align:left;
}
#rightColumn {
	position:absolute;
	top:0px;
	right:0px;
	width:210px;
	min-width:210px;
	line-height:1.2em;
	text-align:left;
}

#footerBlock
{
	clear:  			both;
	padding:			8px 5px 8px 5px;
	margin: 			10px 5px 5px 0px;
	background-color:   #0B406B;
	font-size:  		10px;
	color:  			#7F9CB1;
	line-height:		1.4em;
}

#bookmarks
{
	clear:  			both;
	text-align: 		center;
	background-color:   #fff;
	padding:			7px 0;
	font-size:  		10px;
	line-height:		1.4em;
}

#searchBanner {
	position:absolute;
	top:100px;
	left:650px;
	width:260px;
	height:37px;
}

#searchBanner form .searchIn {
	margin:0px 0 1px 0px;
	padding:6px 0px 0px 5px;
	display:block;
    font: 19px Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: 0px solid #A3A090;
	height:37px;
	width:193px;
	background-image:url(../images/searchBG.gif);
	background-repeat:no-repeat;
	background-color:#0B406B;

}



#searchBanner .submitIn {
	float:right;
	padding:5px;
}

#searchTitle {
	color:#FFF;
	position:absolute;
	top:80px;
	left:650px;
}

#searchTitle span {
	color:#87A8D7;
}


/* *** HEADER *** */

h1{
	font-size: 	0.7em;
	margin:		1px 4px 2px 4px;
	white-space:nowrap;
}

#pageBanner {
	height : 158px;
	background-color : #0B406B;
	margin : 0;
	position : relative;
}

#asxLogo {
	position:absolute;
	top:90px;
	left:	930px;
}


/* SETS PROPERTIES FOR BOX CONTAINING HEADER MENUS. ALL OTHER MENU STYLES IN MENU.CSS */
#navTop { 
	font-family : Arial, Verdana, Helvetica, sans-serif;
	clear:both;
    text-align:center;
    vertical-align : middle;
	background-color:#C38F32;
	color:#000;
	font-size:13px;
	line-height:18px;
	height:18px;
	font-weight:700;
	padding:5px 5px 6px 0px;
	margin:0 0px 0px 0px;
	text-align:left;
}

/* *** LEFT/RIGHT COLUMNS *** */

#leftColumn, #rightColumn {
	font-size:  			1.0em;
}
#leftColumn label, #rightColumn label {
	font-weight:bold;
}
#leftColumn input, #rightColumn input {
	font-size:  			0.9em;
	margin: 				1px;
	display:				block;
}
#leftColumn p, #rightColumn p,
#leftColumn form, #rightColumn form	{
	margin: 				0px;
}
#leftColumn h2
{
	font-family:Tahoma, Arial, Verdana, Helvetica, Times, sans-serif;
	background-image:url(../images/leftH2.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:7px 0 7px 17px;
	line-height:18px;
	font-size:1.1em;
	color:#fff;
	font-weight:500;
/*	border:1px solid #000; */
}


#rightColumn h2
{
	font-family:Tahoma, Arial, Verdana, Helvetica, Times, sans-serif;
	background-image:url(../images/rightH2.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:7px 0 7px 17px;
	line-height:18px;
	font-size:1.1em;
	color:#fff;
	font-weight:500;
}

#rightColumn .subButton {
	margin-bottom:7px;
	margin-top:7px;
}

#leftColumn h2 a, #rightColumn h2 a {
	text-decoration: none;
	color: #fff;
}
#leftColumn h2 a:hover, #rightColumn h2 a:hover	{
	color: #fff;	
}
#leftColumn .boxBody,
#leftColumn address
{
	line-height:1.3em;
	font-style:normal;
	color:#4C7696;
	margin:0;
	padding:7px;
	font-size:85%;

/*
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	*/
}
#leftContact {
		font-family:"Century Gothic",Tahoma, Arial;
}

#rightColumn .boxBody
{
	line-height:1.3em;
	font-style:normal;
	color:#4E7899;
	margin:0 0 0px 0;
	padding:3px;
	text-align:center;
	font-size:1.0em;
	font-size:1.0em;
	border-right:2px solid #57809F;
	border-left:2px solid #57809F;
	font-family:"Century Gothic";
}
#rightColumn #shareBody {
	border-right:2px solid #57809F;
	border-left:2px solid #57809F;
	padding:6px 0px 6px 0px;
}
#leftColumn .boxBody a,
#rightColumn .boxBody a,
#leftColumn address a
{
	color : #4C7696;
	text-decoration:underline;
}
#rightColumn ul
{
	background-color:#00adef;
	line-height:1.2em;
	font-size:85%;
	margin:0;
	padding:0 1px 12px 1px;
	list-style:none;
	font-family:Arial, Verdana, Helvetica, Times, sans-serif;
	font-weight:400;
	/*
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	*/
}

#rightColumn ul li
{
	border-bottom:1px solid #fff;
	background-color:#00adef;
	margin:0;
	padding:0px 0 0px 0px;
}

#rightColumn ul li a {
	display:block;
	font-size: 1.25em;
	display:block;
	color:#fff;
	background-color:#00adef;
	padding:1px 2px;
	text-decoration:none;
	padding:3px 0 3px 15px;
}

#rightColumn ul li a:hover {
	color:#FFF;
	background-color:#0055E2;
	text-decoration:none;
}

#leftColumn ul  {
	margin:0px;
	padding:8px 0px 15px 0px;

}

#leftColumn ul li {
	background-image:url(../images/bllt_news.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;
	list-style:none;
	padding:0px 0px 10px 0px;

}

#leftColumn p.date {
	padding:0px 0px 0px 38px;
	font-size:12px;
	font-weight:bold;
	color:#484848;
}

#leftColumn p.summary {
	padding:0px 0px 0px 38px;
	font-size:11px;
	font-family:Tahoma, Arial;
	color:#688CA9;
}


#leftColumn p.date a {
	color:#6C6E71 !important;
	font-family:"Century Gothic", Arial;
	font-size:1.2em;
	font-weight:400;
}

#leftColumn p.date a:hover {
	color:#6C6E71;
	text-decoration:underline;
}

#rightColumn h3
{
	line-height:			18px;
	margin: 				0;
	padding:				5px 15px;
	font-size:  			1.4em;
	color:  				#477293;
	font-weight:			700;
	font-family:Century Gothic, Arial;
	
}
#rightColumn span
{
	color:#477293;
	font-weight:bold;
	padding:				0px 16px;
	font-size:0.85em;
	font-family:Century Gothic, Arial;
}

#rightColumn #referralCredit
{
	margin-bottom: 			12px;

}
#rightColumn #referralCredit span
{
	margin: 				0;
	padding:				4px;
	border: 				1px solid #be2a40;
	font-size:  			1em;
	font-weight:			700;
	text-align: 			right;
}

#rightColumn #smallCart	{
	font-size:0.85em;
}
#rightColumn #smallCart th, #rightColumn #smallCart td {
	padding:0 3px;
}
#rightColumn #smallCart .noItem, #rightColumn #smallCart .cartTotal {
	color:#999999;
}
#rightColumn #smallCart .cartTotal {
	text-align:	right;
}
#rightColumn #smallCart .smallCartTotal {
	height: 5px;
	line-height: 5px;
}
#leftColumn .creditcards
{
	text-align:center;
	margin-bottom:10px;
	padding-bottom:10px;

}
#leftColumn .creditcards span
{
	font-size:0.7em;
	text-align:center;
	display:block;
}
#leftColumn .creditcards .creditcard {
	margin:3px auto 0 auto;
	display:inline;
	border:solid 1px #fff;
}
#rightColumn div.sideSpecials {color:#000;}
#rightColumn div.sideSpecials a {color:#000;text-decoration:none;}
#rightColumn div.sideSpecials strong {display:block;color:#0073C6;text-align:center;font-size:1em;margin:1em 0 0.3em 0;}
#rightColumn div.sideSpecials img {
	border:1px solid #000;
	margin:0 auto;
}
#rightColumn div.sideSpecials span.specialsPrice {display:block;}
#rightColumn div.sideSpecials a:hover span.specialsPrice span {color:#0073C6;text-decoration:underline;}

#rightColumn #rememberme {
    padding:                5px 0px 0px 0px !important; 
    margin:                 1px 0px 0px 0px !important;
    float:                  left;
    vertical-align:         middle;
    height:                 11px;
    line-height:            11px;
    font-size:10px;
}

#rightColumn #remembertext {
    padding:                0px 0px 0px 0px !important; 
    margin:                 0px 0px 0px 0px !important;
    vertical-align:         middle;
    height:                 11px;
    line-height:            11px;
    font-size:              0.8em;
}


#rightColumn .fastordertitle
{
	font-family : Arial, Verdana, Helvetica, Times, sans-serif;
	line-height : 18px;
	background-color : #fe913c;
	margin : 0;
	padding : 0 0 0 3px;
	font-size : 0.85em;
	color : #fff;
	font-weight : 700;
	border : 2px solid #fe913c;
}
#rightColumn .fastorder
{
	font-size : 0.75em;
	border : 2px solid #fe913c;	
	margin : 0 0 10px 0;
	padding : 10px;
}
#rightColumn .discounttitle
{
	font-family : Arial, Verdana, Helvetica, Times, sans-serif;
	line-height : 18px;
	margin : 0;
	padding : 0 0 0 17px;
	font-size : 0.85em;
	background-color : #fe913c;
	color : #fff;
	font-weight : 700;
	border : 2px solid #fe913c;
}
#rightColumn .discount
{
	text-align : center;
	font-size : 0.75em;
	border : 2px solid #fe913c;	
	background-color : #00adef;
	margin : 0 0 10px 0;
	padding : 10px;
	color : #fff;
}


#leftColumn h2.orange
{
	border-bottom:1px solid #fff;
}
#leftColumn h2.darkblue
{
	background-color : #fe913c;
	color : #fff;
}

/* *** FOOTER *** */

#footerBlock a,
#footerBlock a:visited
{
	text-decoration:		none;
	color:					#7F9CB1;
}
#footerBlock a:hover
{
	text-decoration:		underline;
	color:					#7F9CB1;
}
#footerBlock ul
 {
	margin: 				0.3em 0 0 0; 
	padding:				0;
	list-style: 			none;
	text-align: 			right;
}
#footerBlock ul li
{
	margin: 				0;
	padding:				0 5px 0 5px;
	list-style: 			none;
	display:				inline;
	border-left:			1px solid #7F9CB1;
}
#footerBlock ul li.first
{
	border-width:			0;
}
#footerBlock #copyright
{
	margin: 				0.3em 0 0.3em 0.5em; 
}
#footerBlock .powered
{
	margin: 				0;
	float:  				right;
	text-align: 			right;
	padding:				0 0.5em 0 0;
}

/* *** LIST NAVIGATION *** */

#shoppingCart .listNavTable {
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #AAA;
	padding-bottom:2px;
}

#shoppingCart .listNavTable span,
#shoppingCart .showNavTable span
{
	padding:0 0.5em;
}
#shoppingCart .listNavTable a,
#shoppingCart .showNavTable a
{
	margin:0;
	padding:0;
}
#shoppingCart .listNavTable img,
#shoppingCart .showNavTable img
{
	display:inline;
	border-width:0px;
	margin:1px 0;
	vertical-align:middle;
}
#shoppingCart .showNavTable
{
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #fff;
	padding-bottom:2px;
}

/* *** 'BACK' LINKS IN SHOPPING CART HEADERS *** */


#shoppingCart #linkHeader {
	position:relative;
}
#shoppingCart h2
{
	border:1px solid	#00adef;
	background-color:	#00adef;
	margin: 			0 0 0 0;
	padding:			0.2em 0.5em;
	font-size:  		0.9em;
	color:  			#fff;
	font-weight:		bold;
}
#shoppingCart .fakeH2 {
	background-color:	transparent;
    margin: 			0 0 0 0;
	padding:			0.2em 0.5em;
	font-size:  		0.9em;
	color:  			#fff;
	font-weight:		bold;
	position:absolute;
	top:1px;
	right:3px;
}


#shoppingCart .fakeH2 a {color:#fff;}
#shoppingCart .fakeH2 a:hover {color:#fff;padding-right:0.0em;}


/* *** BREADCRUMBS *** */

#breadcrumbs {
	font-size:0.7em;
	padding:0 0 0.5em 0;
	background-color:#FFF;
}

/* **** IE7 FIX **** */
#shoppingCart .contentArea {width:100%;}