@charset "utf-8";
/* CSS Document */

/************************************\ general styles /************************************/

body {
	/*background:#f1f1f1;*/
	background:#231c1a url(../../images/TemplateImages/Body-Background.jpg) 0px 0px repeat-x;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin:0px;
	padding:0px;
}
#navmain1, #navmainbody, #footer
{
	margin-left:auto;
	margin-right:auto;
	width:980px;
}
#content
{
	background:#FFFFFF;
	width:100%;
}
a:link {text-decoration: underline; COLOR: #2a2c81}
a:visited {text-decoration: none; COLOR: #2a2c81}
a:active {text-decoration: none; COLOR: #2a2c81}
a:hover {
	text-decoration: none;
	COLOR: #FF0000
}

/************************************\ top nav styles /************************************/

#TopNav
{
	height:167px;
	background:transparent url(../../images/TemplateImages/Top-Navigation-Background.jpg) right -1px no-repeat;
}
#TopNav td
{
	color: #c0c0c0;
}
#TopNav a
{
	color: #c0c0c0;
	text-decoration:none;
}
#TopNav a:hover
{
	text-decoration:underline;
}
#TopNav #SearchCartInformation
{
	vertical-align:top;
}
#MenuPos, #TopNavLink
{
	background:transparent url(../../images/TemplateImages/Main-Menu-Background.jpg) 0px 0px repeat-x;
	height:33px;
}
#MenuPos
{
	background:transparent url(../../images/TemplateImages/Main-Menu-Background.jpg) 0px 0px repeat-x;
	padding-left:10px;
	position:relative;
	/**/
	/*margin-top:-5px;*/
}
*html #MenuPos
{
	margin-top:-4px;
}
#TopNavLink
{
	height:25px;
	display:block;
	text-decoration:none;
	padding-top:8px;
	padding-left:9px;
	color: #c0c0c0;
	/*text-transform:upper;*/
}
*html #TopNavLink
{
	height:33px;
}
#SelectedMenuItem, #TopNavLink:hover
{
	color:#ca0101;
}
#TopNavigationProductSearch
{
	background:url(../../images/TemplateImages/Top-Nav-Search-Box-Background.jpg) top left no-repeat;
	display:block;
	
	height:54px;
	float:right;
}
#TopNavigationProductSearch #searchbarinput
{
	margin-top:25px;
	margin-left:50px;
	height:19px;
	font-size:13px;
	width:130px;
}
#TopNavigationProductSearch #B1
{
	background:url(../../images/TemplateImages/Search-Button-Background.jpg) top left no-repeat;
	width:27px;
	height:19px;
	cursor:pointer;
	border:none;
	margin-top:25px;
}
#TopNavigationCartInformation
{
	background:url(../../images/TemplateImages/Shopping-Cart-Information-Background.jpg) top left no-repeat;
	display:block;
	width:264px;
	height:52px;
	/*float:right;*/
	margin-left:20px;
}
#TopNavigationCartInformation #CartItems
{
	font-size:11px;
	color:#FFFFFF;
	position:relative;
	left:79px;
	top:28px;
}
#TopNavigationCartInformation #CartTotal
{
	font-size:11px;
	color:#FFFFFF;
	position:relative;
	left:109px;
	top:28px;
}
#TopNavigationCartInformation #ViewCartCheckout
{
	float:right;
	margin-right:20px;
	margin-top:10px;
}
*html #TopNavigationCartInformation #ViewCartCheckout
{
	margin-top:-5px;
}
#TopNav #ProductShot
{
	width:175px;
}
#TopNav #LoginBox
{
	font-size:12px;
	font-weight:bold;
	/*text-align:right;*/
}
#TopNav #LoginBox #postuserid
{
	height:19px;
	font-size:13px;
	background-image:url(../../images/TemplateImages/User-Name-Background.jpg);
	background-position: top left;
	background-repeat:no-repeat;
}
#TopNav #LoginBox #postpassword
{
	height:19px;
	font-size:13px;
	background-image:url(../../images/TemplateImages/Password-Background.jpg);
	background-position: top left;
	background-repeat:no-repeat;
}
#TopNav #LoginBox #B2
{
	background:url(../../images/TemplateImages/Login-Button-Background.jpg) top left no-repeat;
	width:23px;
	height:19px;
	cursor:pointer;
	border:none;
}
#TopNav #LoginBox #LoginLinks
{
	width:100%;
	text-align:right;
}


#TopNav #LoginBox #LoginLinks {
width: 100%;
text-align: right;
float: right;
margin-top: -20px;
margin-right: 135px;

}

/************************************\ home page styles /************************************/

#HomePage table
{
	width:724px;
}
.FeatureBox .Address {
	padding-left: 9px;
}
#FeatureBoxCells .FeatureBox
{
	display:block;
	width:241px;
	height:155px;
	background:url(../../images/TemplateImages/Home-Page-Feature-Box-Background.jpg) top left no-repeat;
	margin-top:4px;
}
#FeatureBoxCells .FeatureBox
{
	font-size:13px;
}
#FeatureBoxCells .FeatureBox .Title
{
	display:block;
	width:232px;
	height:23px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	color:#25518a;
	padding-top:7px;
	padding-left:9px;
	padding-bottom:7px;
}
*html #FeatureBoxCells .FeatureBox .Title
{
	width:241px;
	height:30px;
}
#FeatureBoxCells .FeatureBox .PhoneNumbers
{
	padding-left:9px;
	display:block;
}
#FeatureBoxCells .FeatureBox .OpenHours
{
	padding-left:9px;
	display:block;
	padding-top:5px;
}
#FeatureBoxCells .FeatureBox .OpenHours .Day
{
	font-weight:bold;
}
#FeatureBoxCells .FeatureBox .ProductDescription
{
	float:left;
	padding-left:9px;
}
#FeatureBoxCells .FeatureBox .ProductDescription a
{
	color:#000000;
	text-decoration:none;
}
#FeatureBoxCells .FeatureBox .ProductDescription a:hover
{
	text-decoration:underline;
}
#FeatureBoxCells .FeatureBox .ProductImage
{
	float:right;
	padding-right:9px;
	padding-top:4px;
}

/************************************\ footer styles /************************************/

#footer #FooterTable
{
	background:url(../../images/TemplateImages/Footer-Background.jpg) top right no-repeat;
}
#footer #FooterTable #MenuLinks td, #footer #FooterTable #MenuLinks a
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer #FooterTable #MenuLinks td
{
	padding-top:5px;
}
#footer #FooterTable #MenuLinks a:hover
{
	text-decoration:underline;
}
#footer #FooterTable #HimLinks td, #footer #FooterTable #HimLinks a
{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer #FooterTable #HimLinks td
{
	padding-top:5px;
}
#footer #FooterTable #CVLinks td, #footer #FooterTable #CVLinks a
{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer #FooterTable #CVLinks td
{
	padding-top:5px;
}

/************************************\ product view styles /************************************/

#ProdView
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:770px;
	margin-top:25px;
}
#clusternote{font-size:12px;margin-left:225px;}
#cn{font-size:12px;color:#333333;margin-left:0px;}

.Sep
{display:block;width:100%;height:5px;background:url(../../images/controls/sep.gif) bottom left repeat-x;}

#ProductDetails
{
	width:568px;
	text-align:left;
	padding-right:30px;
}
#ProductDescription
{
	font-size:16px;
	display:block;
	margin-bottom:15px;
	background:url(../../images/TemplateImages/backgroundlge.gif) top left repeat-y;
	border-top:1px solid #999999;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:1px solid #999999;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-weight: bold;
	color: #000000;
	padding:5px;
}
#ProductPrice, #ProductAvailability, #ProductOrderQty, #ProductAddToOrder, #ProductCode
{
	display:block;
	padding:10px 0px;
	font-size:13px;
	border-bottom:1px solid #ffd500;
}
#ProductPrice, #ProductOrderQty
{
	background:#EEEEEE;
	border-bottom:1px solid #FFFFFF;
}
#ProductImage
{
	width:202px;
}
#ProductImage img
{
	border:1px solid #000000;
}


.frontdeader {
	font-weight:bold;
	font-size:14pt;
	color:#2a2c81;
}



/* search */

#search .Title {
display: block;
background: url(../../images/TemplateImages/Product-Categories-Title-Background.jpg) top left repeat-y;
width: 195px;
height: 23px;
text-transform: uppercase;
font-size: 13px;
font-weight: bold;
color: #25518a;
padding-top: 7px;
padding-left: 18px;
}


#search.title{
	background: url(../../images/TemplateImages/Product-Categories-Background.jpg) top left repeat-y;
width: 213px;
font-family: Arial, Helvetica, sans-serif;
	
}

