@charset "utf-8";
/* CSS Document */

body{
	background:url(/images/shared/extra_background.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}


#BackgroundExtra{
	background:url(/images/shared/background.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:35px 0px 0px 0px;
}


#MainContainerWithBorder{
	background:url(/images/shared/border.png);
	background-repeat:repeat-y;
	width:930px;
}


#MainContainer{
	background:url(/images/shared/body_background.jpg);
	background-repeat:repeat;
	height:auto !important;
	min-height:667px;
	overflow:auto;
	width:900px;
}


#TopBorder{
	background:url(/images/shared/border_top.png);
	background-repeat:no-repeat;
	height:15px;
	width:930px;
}


#BannerContainer{
	height:172px;
	position:relative;
	width:900px;
}


#Banner{
	background:url(/images/shared/banner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	height:111px;
	position:relative;
	left:0px;
	top:20px;
	width:848px;
}


#Banner a{
	display:block;
	height:111px;
	width:820px;
}


/*/	Rivets	/*/
.Rivet{
	background:url(/images/shared/rivit.png);
	height:26px;
	width:26px;
}


#TopLeftRivet{
	float:left;
	position:relative;
	left:10px;
	top:0px;
}


#TopRightRivet{
	float:left;
	position:relative;
	left:-10px;
	top:0px;
}

#BottomRivetsContainer{
	clear:both;
	height:26px;
	width:900px;
}


#BottomLeftRivet{
	float:left;
	position:relative;
	top:0px;
	left:9px;
}


#BottomRightRivet{
	float:left;
	position:relative;
	top:0px;
	left:841px;
}



/*/	Home Page: Contact Us Link		/*/
.clear{
	clear:both;
}

#topNav{
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:absolute;
	top:142px;
	right:40px;
}

	#topNav li{
		float:left;
		margin:0 10px;
	}

		#topNav li a{
			color:#000000;
			font-size:14px;
			font-weight:bold;
			text-decoration:none;
		}

			#topNav li a:hover{
				color:#FFFFFF;
			}


#LowerContainer{
	width:900px;
}


/*/	Menu		/*/
#MenuContainer{
	float:left;
	position:relative;
	left:-7px;
	top:0px;
	width:222px;
}


#Menu{
	height:307px;
}


#Menu ul{
	margin:0px;
	padding:0px;
	width:212px;
}


#Menu li{
	list-style-type:none;
	text-align:left;
}


#Menu a:link, #Menu a:visited, #Menu a:active{
	background:url(/images/shared/nav_btn.jpg);
	background-repeat:no-repeat;
	color:#CCCCCC;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:33px;
	line-height:33px;
	padding-left:20px;
	text-decoration:none;
	width:192px;
}


#Menu a:hover{
	background:url(/images/shared/nav_btn_over.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
}



/*/	Content		/*/
#ContentContainer{
	float:left;
	padding:0px;
	padding-bottom:10px;
	margin:0px;
	width:676px;
}

#ContentContainerAdmin{
	float:left;
	padding:0px;
	padding-bottom:10px;
	margin:0px;
	width:900px;
}


#ContentAdmin{
	background-color:#303030;
	color:#FFFFFF;
	height:auto !important;
	margin:0px;
	min-height:475px;
	padding:5px 5px 20px 5px;
	position:relative;
	left:-10px;
	top:0px;
	text-align:left;
	width:800px;
}


#Content{
	background:url(/images/products/black_content_border_sides.jpg);
	background-repeat:repeat-y;
	background-color:#303030;
	color:#FFFFFF;
	margin:0px;
	min-height:475px;
	height:auto !important;
	height:475px;
	padding:0px;
	position:relative;
	left:0px;
	top:0px;
	text-align:left;
	width:629px;
}


#Content h1{
	font-size:20px;
	margin:0px;
	padding:0px;
}


#Content p{
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}


#ProductContent{
	background:url(/images/products/content_shadow_sides.jpg);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	color:#000000;
	height:auto !important;
	margin:0px;
	min-height:475px;
	padding:0px;
	position:relative;
	top:0px;
	left:0px;
	text-align:left;
	width:629px;
}


#ProductContainer{
	min-height:475px;
	height:auto !important;
	overflow:auto;
	padding:0px 25px 0px 25px;
	width:575px;
}


#ProductContent h1{
	font-size:20px;
	margin:0px;
	padding:0px;
}


#ProductContent p{
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}


#BackgroundWithPicture{
	background:url(/images/shared/man.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	min-height:475px;
	width:625px;
}


#ContentText{
	width:520px;
	padding-top:290px;
	margin-left:50px;
}



/*/		Home Page: Search Box		/*/
#SearchBox{
	position:relative;
	left:15px;
	top:10px;
	text-align:left;
	width:180px;
}


#SearchBox h3{
	font-size:15px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}


#Search{
	margin:0px 0px 3px 0px;
}


#SearchSubmit{
	background-color:#F1F5F6;
	border:solid #7E4E1E 1px;
	cursor:pointer;
	margin:0px;
}


#SearchBox input{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:3px;
}



/*/	Home Page: Toll Free Phone Number		/*/
#TollFreeNumber{
	position:relative;
	left:15px;
	top:20px;
	text-align:left;
	width:180px;
}


#TollFreeNumber h2{
	color:#322176;
	font-size:17px;
	margin:0px;
	padding:0px;
}


#TollFreeNumber h3{
	color:#CC6600;
	font-size:25px;
	margin:0px;
	padding:0px;
}


#BottomBorder{
	background:url(/images/shared/border_bottom.png);
	background-repeat:no-repeat;
	height:25px;
	width:930px;
}



/*/	Admin		/*/
#AdminIndent{
	padding:10px 0px 0px 10px;
}


.Button{
	background-color:#F1F5F6;
	border:solid #7E4E1E 1px;
	color:#000000;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:3px;
}


#TopBar{
	width:800px;
}


#PageTitle{
	float:left;
	width:700px;
}


#ButtonPlacement{
	float:left;
	text-align:right;
	width:100px;
}


#Add_CategoryButton{
	clear:both;
}


.SubCategoryContainer{
	padding-left:10px;
}


.InputLine{
	clear:both;
	margin:5px 0px 5px 0px;
	min-height:25px;
	height:auto !important;
	overflow:auto;
	width:790px;
}


#ContentAdmin h1{
	font-size:20px;
	margin:0px;
	padding:0px;
}


#ContentAdmin p{
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}


.MainInputDescription{
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	padding:0px 5px 0px 10px;
	width:300px;
}


.SubInputDescription{
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	padding:0px 5px 0px 10px;
	text-align:right;
	width:370px;
}


.InputDescription{
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	padding:0px 5px 0px 5px;
}


.InputField{
	float:left;
}


.NoDataText{
	text-align:center;
}


#DeleteCategory{
	padding:50px 0px 0px 0px;
	text-align:center;
}


.ButtonContainer{
	float:left;
	width:50px;
}


.DeleteNoButtonContainer{
	float:left;
	margin:10px 0px 0px 0px;
	text-align:right;
	width:400px;
}


.DeleteYesButtonContainer{
	float:left;
	margin:10px 0px 0px 10px;
	text-align:left;
	width:350px;
}


.Line{
	background-color:#CCCCCC;
	border:none;
	clear:both;
	height:1px;
	margin:15px 0px 15px 0px;
}


.CenteredInputDescription{
	float:left;
	text-align:right;
	padding:5px 5px 5px 0px;
	width:370px;
}


.CenteredInputField{
	float:left;
	padding:5px 0px 5px 0px;
	text-align:left;
	width:400px;
}


#CategoryContainer{
	text-align:center;
}


#FieldContainer{
	margin:100px 0px 0px 0px;
	text-align:center;
}



/*/	/Admin/Admin.php		/*/
#ManageButtonPlacement{
	text-align:right;
}


#ManageContainer{
	padding:50px 0px 0px 0px;
	width:800px;
}


#ManageContaier p{
	text-align:center;
}


#ManageContainer a:link, #ManageContainer a:visited, #ManageContainer a:active{
	color:#FFFFFF;
	text-decoration:none;
}


#ManageContainer a:hover{
	color:#CCCCCC;
}



/*/	/Admin/index.php   	/*/
.Error{
	font-size:16px;
}

#LoginContainer{
	padding-top:100px;
	text-align:center;
	width:800px;
}


#LoginContainer .InputDescription{
	text-align:right;
	width:380px;
}



/*/	Product.php		/*/
#BreadCrumb{
	color:#999999;
	font-size:13px;
	font-weight:bold;
	margin:10px 0px 20px 0px;
}


#BreadCrumb a:link, #BreadCrumb a:visited, #BreadCrumb a:active{
	color:#999999;
	font-size:12px;
	text-decoration:none;
}

#BreadCrumb a:hover{
	color:#000000;
}


.MainCategoryTitle{
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:10px;
}


.CategoryContainer{
	border-top:solid #322176 3px;
	clear:both;
	margin-bottom:10px;
	padding:0px 5px 5px 5px;
	min-height:150px;
/*	height:auto !important;*/
	overflow:auto;
	position:relative;
	left:10px;
	top:0px;
/*	width:559px;*/
}


.CategoryImage{
	float:left;
	min-height:150px;
/*	height:auto !important;*/
	overflow:auto;
	padding:10px 5px 0px 0px;
	text-align:center;
/*	width:154px;*/
}


.CategoryImage img{
	border:solid #CCCCCC 2px;
}


.CategoryDetailsContainer{
	float:left;
	width:400px;
}

.Error{
	color:#CC0000 !important;
	font-size:14px;
	font-weight:bold !important;
}

.SubCategoryTitle{
	background-color:#CCCCCC;
	color:#000000;
	padding:5px 5px 10px 5px;
	width:395px;
}


.NoBorder{
	border:none;
}


.SubCategoryTitle h1{
	padding-bottom:10px !important;
}


.SubCategoryTitle p{
	padding-left:10px !important;
}


.SubCategoryTitle a:link, .SubCategoryTitle a:visited, .SubCategoryTitle a:active{
	color:#303030;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}


.SubCategoryTitle a:hover{
	color:#FFFFFF;
}


.SubCategoryTitle p{
	font-weight:normal !important;
}


.SubCategoryTitle ul{
	margin:0px;
}


.SubCategoryTitle li{
	font-size:11px;
}


.MainCategoryTitle h1{
	font-size:18px;
	font-weight:bold;
}


.MainCategoryTitle p{
	padding-left:5px !important;
}


.ProductsContainer{
	font-size:10px;
	min-height:20px;
/*	height:auto !important;*/
	overflow:auto;
	width:405px;
}


.ProductsContainer div{
	font-size:11px;
	min-width:60px;
	display:block;
	text-align:left;
}


.ProductsContainer a:link, .ProductsContainer a:visited, .ProductsContainer a:active{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}


.ProductsContainer a:hover{
	color:#CCCCCC;
}


.ProductAttributesLeft{
	color:#CCCCCC;
	float:left;
	font-size:12px !important;
	font-weight:bold;
}


.ProductAttributesLeft_NoField{
	background-color:#322176;
	color:#CCCCCC;
	font-size:12px !important;
	font-weight:bold;
	padding:5px;
}


.ProductAttributesCenter{
	color:#CCCCCC;
	float:left;
	font-size:12px !important;
	font-weight:bold;
	text-align:center;
}


.ClearLeft{
	clear:left;
}


.Left{
	float:left;
}


.TextCenter{
	text-align:center;
}


.ItemsAndProducts{
	border-bottom:solid #CCCCCC 1px;
	padding:5px;
	min-height:50px;
/*	height:auto !important;*/
	overflow:auto;
}


.ItemsAndProducts img{
	padding:2px 4px 2px 0px;
}


.FieldContainer{
	background-color:#322176;
	min-height:10px;
/*	height:auto !important;*/
	overflow:auto;
	padding:5px;
	width:395px;
}


.Zoom{
	height:25px;
	width:156px;	
}


.Zoom img{
	border:none;
	padding:5px 0px 0px 0px;
}



/*/	Search Page		/*/
#SearchLinksContainer{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding:0px 25px 0px 25px;
}


#SearchLinksContainer div{
	border-bottom:solid #CCCCCC 1px;
	margin:0px;
	padding:10px;
}

#SearchLinksContainer a:link, #SearchLinksContainer a:visited, #SearchLinksContainer a:active{
	color:#CCCCCC;
	text-decoration:none;
}

#SearchLinksContainer a:hover{
	color:#FFFFFF;
}


#SearchFail{
	margin:40px 0px 0px 0px !important;
	text-align:center;
}



/*/	404.php		/*/
#Error404{
	margin:50px 0px 0px 0px;
	text-align:center;
}


#Error404 a:link, #Error404 a:visited, #Error404 a:active{
	color:#CCCCCC;
	text-decoration:none;
}


#Error404 a:hover{
	color:#FFFFFF;
}


#ContactContainer{
	padding:5px;
	margin-left:50px;
	padding-top:290px;
	width:520px;
}


#ContactContainer p{
	padding:5px 5px 5px 0px;
}



/*/	Black Content Border	/*/
#BlackTopBorder{
	background:url(/images/products/black_content_border_top.jpg);
	background-repeat:no-repeat;
	height:25px;
	width:629px;
}


#BlackBottomBorder{
	background:url(/images/products/black_content_border_bottom.jpg);
	background-repeat:no-repeat;
	height:25px;
	width:629px;
}



/*/		White Content Border		/*/
#WhiteTopBorder{
	background:url(/images/products/content_shadow_top.jpg);
	background-repeat:no-repeat;
	height:25px;
	width:629px;
}


#WhiteBottomBorder{
	background:url(/images/products/content_shadow_bottom.jpg);
	background-repeat:no-repeat;
	height:25px;
	width:629px;
}




/**********************************************************
/	Distributors
**********************************************************/
#DistributorContainer{
	padding: 0 20px;
}

	#DistributorContainer ul{
		list-style-type:none;
		margin:0px;
		padding:20px 0 0 25px;
	}

		#DistributorContainer ul li{
		}
	
			#DistributorContainer ul li a{
				color:#CC6600;
			}
	
				#DistributorContainer ul li a:hover{
					color:#fff;
				}
