@import url("css/menu.css");

/* CSS Document */
body
{
	background-color: #023013;
	margin: auto;
}

.template_style
{
	width: 984px;
	background-color: #000201;
	margin: auto;
}

.main_bg
{
	background: #000201 url(images/home_bg.jpg) repeat-x bottom left;
	padding: 0px 7px 4px 8px;
	width: 984px;
}

.CategoryPane
{
	width: 202px;
	vertical-align: top;
	max-width: 202px;
}

.ContentArea
{
	vertical-align: top;
	min-height: 775px;
}

.main_page_content
{
	vertical-align: top;
}

.FeaturedProducts
{
	width: 253px;
	border: none;
}

.FeaturedProducts td
{
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 0px;

}

.PhoneNumber
{
	width: 136px;
	text-align: right;
	color: #105C34;
	font-weight: bold;
	padding-right: 7px;
}

.vertical_spacer
{
	width: 7px;
}

.horizontal_spacer
{
	height: 6px;
}


/*-------- Default Style --------*/
.Normal
{
	color: #FFFFFF;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}

a.Normal:link
{
	color: blue;
	font-family: Arial;
	font-weight: blue;
	font-size: 12px;
}

a.Normal:visited
{
	color: #FFFFFF;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}

a.Normal:hover
{
	color: red;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}

a.Normal:active
{
	color: #FFFFFF;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}

.WhiteText
{
	color: #FFFFFF;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}

.NormalBlack
{
	color: #000000;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}


a.NormalBlack:link
{
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}


a.NormalBlack:visited
{
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}


a.NormalBlack:hover
{
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}


a.NormalBlack:active
{
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

table
{
/*	color: #FFFFFF;*/
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}

p
{
	padding-top: 2px;
	padding-bottom: 8px;
	margin: 0px;
}

.NormalBold
{
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold
	font-size: 12px;
	vertical-align: middle;
}

a:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}

a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}

a:hover
{
	color:#FFFFFFS;
	text-decoration: none;
}

a:active
{
	color: #FFFFFF;
	text-decoration:none;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}


/*-------- design style --------*/

.top_space
{
	height:0px;
}

#copy_style
{
	text-align: center
}

.clear_float{clear:both;}

/*--------- pane style ----------*/
.ContentPane
{
	margin: 0px;
	vertical-align: top;
}
.ContentBorder
{
	border-top: 0px solid #000000;
	border-left: 6px solid #000000;
	border-right: 6px solid #000000;
	border-bottom: 6px solid #000000;
}

.TopPane
{
	padding:0px;
}


.BottomPane
{
/*	padding: 0px 0px;*/
}

.LeftPane
{
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

.GradientLeft
{
	background-image: url(Images/gradientV.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 180px;
}

.RightPane
{
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{ color:#4F839F; font-size:13px; }
a.Breadcrumb:hover{color:#C00;}




/*-------------- Top Menu Links Style --------------*/
.links
{
	text-align:center;
}

.links,a.links:link,a.links:active,a.links:visited
{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial;
}

a.links:hover
{
	color: #FFFF33;
}
/*-------------- Bottom Menu Links Style --------------*/
.links2
{
	text-align:center;
}

.BottomHorizontal
{
	font-weight: bold;
	color: #343333;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial;
	text-align: center;
}

.BottomHoverRoot
{
	color: #666666;
}

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited
{
	color:#4F839F;
	font-size:12px;
}

a.loginstyle:link
{
	font-size: 12px;
	color: #023013;
}

a.loginstyle:visited
{
	color: #023013;
	font-size: 12px;
}

a.loginstyle:hover
{
	color: #101010;
	font-size: 12px;
}

a.loginstyle:active
{
	color: #023013;
	font-size:12px;
}

a.user:hover
{color:#C00;}

#login_style
{
	color: #666666;
}

.loginstyle
{
	color: #02461C;
	font-family: Arial;
}




/*-------------- Footer Style --------------*/
.footer,a.footer:link,a.footer:active,a.footer:visited { color:#4F839F; font-size:12px;}
a.footer:hover{color:#C00;}

.bottom
{
	padding: 6px;
}


/*-------------- Search SkinObject Styles --------------*/

.Search1
{
	vertical-align: text-bottom;
	padding: 0px;
	margin: 0px;
}

/*
div.SearchContainer{position:relative; white-space: nowrap;}
div.SearchBorder{width: 200px; height: 20px; border: solid 1px #e0e0e0; position:absolute; right:35px; background-color: White; white-space: nowrap;}
div.SearchContainer a{padding: 0px 5px; position:relative; display: block;}
div.SearchIcon{float: left; width: 31px; height: 20px; cursor: pointer; z-index: 11; background: no-repeat 2px 2px; text-align:right;}
}
*/


input.SearchTextBox{float: left; z-index: 10; border: 0px; width:120px; height: 18px;}

.SearchTextBox{float: left; z-index: 10; border: 0px; width:120px; height: 18px;}




/*
#SearchChoices{clear: both; display: none; border: solid 1px #C3D4DF; z-index: 2000; cursor: pointer; margin: 0; padding: 0; text-align:left; font-size:12px; background-color: #F3F7FA; position:absolute; top: 22px; left: 0px;}
#SearchChoices li{cursor: pointer; margin: 0; padding: 2px 2px 0 2px; padding-left: 25px; height: 18px; text-align:left; background-color: #F3F7FA; background-repeat: no-repeat; background-position: 2px center; list-style: none; list-style-image: none; border: none; display:block;}
#SearchChoices li.searchHilite{background-color: #CE0D0D;	color:#ffffff; border: none;}
#SearchChoices li.searchDefault{background-color: #F8FAFF; border: none;}
*/


.SolpartMenu
{
	background-color: #000000;
	cursor: pointer;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.SolpartMenuHover
{
	background-color: #444444;
	cursor: pointer;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

table 
{
	table-layout: automatic;
/*	margin: 0px;*/
}
/*
td
{
	margin: 0px;
}

tr
{
	margin: 0px;
}
*/
/*-----------------Interior Horizontal-----------------*/
.InteriorHorizontalRoot
{
	font-family: Arial;
	font-size: 12px;
	color: #f5f3d6;
/*	height: 16px;*/
	text-decoration: none;
	font-weight: bold;
	padding-right: 0px;
/*	text-align: center;*/
}

.InteriorHorizontal
{
	font-family: Arial;
	font-size: 12px;
	color: #f5f3d6;
/*	height: 16px;*/
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px;
/*	text-align: center;*/
}

.InteriorHorizontalHoverRoot
{
	font-family: Arial;
	font-size: 12px;
	color: #04bc61;
/*	height: 16px;*/
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px;
/*	text-align: center;*/
}

.InteriorSubContainer
{
	background: #02461C;
	border: 1px solid #f5f3d6;
	padding: 5px;
}

.InteriorSubContainer td
{
	background: #02461C;
	padding: 5px;
}

.InteriorSubHover
{
	color: #04bc61;
}

/*-----------------Home Horizontal-----------------*/
.HomeHorizontal
{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	height: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 0px;
	text-align: center;
}

.HomeHoverRoot
{
	font-family: Arial;
	font-size: 12px;
	color: #20e5d4;
	height: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 0px;
	text-align: center;
}

.HomeSubContainer
{
	background: #000000;
	border: 1px solid #FFFFFF;
	padding: 5px;
}

.HomeSubContainer td
{
	background: #000000;
	padding: 5px;
}

.HomeSubHover
{
	color: #20e5d4;
}

.copyright
{
	font-weight: normal;
	color: #444444;
	font-size: 10px;
	text-decoration: none;
	font-family: Arial;
}
