*{
	padding:0px;
	margin:0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/gbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment:fixed;
}

input {
	border: 1px solid #3e3e3e;
	background-color: #e5e5e5;
	font-size: 13px;
}

.input {
	border: 1px solid #3e3e3e;
	background-color: #e5e5e5;
	font-size: 13px;
}

h3{
	font-size:14px;
	margin:0px 0px 7px 0px;
}

textarea {
	border: 1px solid #3e3e3e;
	background-color: #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link {
	font-size: 11px;
	color: #5a0000;
	text-decoration: none;
}

a:visited {
	font-size: 11px;
	color: #5a0000;
	text-decoration: none;
}

a:hover {
	font-size: 11px;
	color: #C60000;
	text-decoration: none;
}

.announcement A:link {
	font-size: 14px;
	color: #fff;
	font-weight:bold;
}

.announcement A:hover {
	font-size: 14px;
	color: #9F9F9F;
	font-weight:bold;
}

.note{
	padding:15px;
	width:718px; 
	border: 1px solid #FEDE01; 
	background-color:#FFF8DD; 
	text-align:center;
	display:block;
	clear:both;
}


/*///////////////////////////*/

/*////////////start index styles///////////////*/
.mainContainer {
	/*height: 800px;*/
	width: 771px;
	margin: 0px auto;
	display:block;
}

.topContainer {
	width: 753px;
	background-color: #ffffff;
	padding:5px 9px 15px 9px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b5b5b4;
	border-bottom-color: #b5b5b4;
	border-left-color: #b5b5b4;
	margin-bottom: 30px;
}

.headerContainer {
	height: 95px;
	width: 752px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}


.logo {
	clear: right;
	float: left;
	height: 59px;
	width: 204px;
	margin-top: 16px;
	margin-left: 18px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/eslogo.png');
	cursor:hand;
}

.logo[class] {
	background-image:url(../images/eslogo.png);
	clear: right;
	float: left;
	height: 59px;
	width: 204px;
	margin-top: 16px;
	margin-left: 18px;
	cursor:hand;
}

.divider {
	height: 65px;
	width: 2px;
	margin-left: 17px;
	float: left;
	margin-top: 10px;
}

.slogan{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='../images/slogan.png');
	background-image:none;
	height: 9px;
	width: 207px;
	float: right;
	margin-top: 70px;
	margin-right: 13px;
}

.slogan[class] {
	background-image: url(../images/slogan.png);
	background-repeat: no-repeat;
	height: 9px;
	width: 207px;
	float: right;
	margin-top: 70px;
	margin-right: 13px;
}

.content{
	height:100%;
	display: inline;
}
/*///////////////////////end navigation styles ////////////////////////////*/
.categoryContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #504f4f;
	height: 16px;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 5px;
	background-color: #9f9f9f;
	clear: right;
	float: left;
	border-right: 1px Solid #FFFFFF;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.greetingsContainer {
	background-image:url(../images/treadmill.jpg);
	background-repeat:none;
	width: 752px;
	height: 277px;
}

.greetTextContainer{
	float:right;
	width: 351px;
	height: 257px;
	padding-top:18px;
	padding-right:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	overflow: hidden;
	line-height:17px;
}

#manufactContainer ul {
	padding: 0px;
	list-style-type: none; 
	height: 55px;
	margin:4px 0px 4px 0px;
}

#manufactContainer ul li {
	display:inline;
}

#manufactContainer ul li a {
	margin-top: 30px;
	height: 55px;
	padding-right: 6px;
}

#randThumb{
	display:block;
}
#randThumb ul {
	padding: 0px;
	list-style-type: none; 
	height: 144px;
}

#randThumb ul li {
	display:inline;
}

.randThumbContainer{
	width:170px;
	height:140px;
	border: 1px solid #c9c9c9;
	padding:4px;
	margin-right: 11px;
	clear: right;
	float: left;
	text-align:center;
	cursor:hand;
}

#footer{
	width: 771px;
	height:50px;
	background-image:url(../images/footerBg.gif);
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b5b5b4;
	border-left-color: #b5b5b4;
	background-color: #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #656565;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
	float: left;
}

#footer ul{
	padding: 0px;
	list-style-type: none;
	margin-bottom: 8px;
}

#footer ul li{
	display:inline;
	text-transform: capitalize;
}

#footer ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5a0000;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 7px 0px 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5a0000;
}

#footer ul li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #C60000;
	text-decoration: none;
}

#footer .subUl {
display: none;
}

.bbb{
	width:771px;
	height:90px;
	text-align: center;
	vertical-align: middle;
}
/*////////////end index styles///////////////*/

/*////////////start subcat styles///////////////*/
#breadCrumbs{
	display:block;
	width:737px;
	padding:10px 0px 10px 14px;
	margin:0px 0px 10px 0px;
	border-bottom: 1px solid #CCCCCC;
	background-color:#F4F4F4;
}

#breadCrumbs a{
	font-weight:bold;
}

#sc {
	width:729px;
	display:block;
	margin:0px auto;
}

#sc .rows{
	width:729px;
	display:block;
	margin: 0px 0px 10px 0px;
}

#sc .subcatThumb{
	width:87px;
	display:block;
	border: 1px solid #c9c9c9;
	padding:4px;
	float:left;
	clear:right;
	display:block;
	text-align:center;
}

#sc .subcatText{
	width:400px;
	float:left;
	display:block;
	margin: 14px 0px 0px 10px;
	font-weight:bold;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sc .hr{
	border-bottom:1px solid #EAEAEA;
	margin:0px 0px 10px 0px;
	display:block;
}
/*////////////end subcat styles///////////////*/

/*////////////start product styles///////////////*/
#mProductBox {
	width:753px;
	height:288px;
	overflow:hidden;
	margin: 0px 0px 8px 0px;
	background-image:url(../images/productsBg.jpg);
	background-repeat:no-repeat;
	display:block;
}

#mProductBox .overview{
	margin:15px 0px 0px 15px;
	color:#ffffff;
	width:248px;
	height:250px;
	float:left;
	clear:right;
	display:block;
}

#mProductBox .productName{
	font-size:13px;
	font-weight:bold;
	width:220px;
	margin: 0px 0px 4px 0px;
}

#mProductBox .ws {
	margin:15px 0px;
	width:240px;
	height:180px;
	display:block;
}

#mProductBox .additionalPictures{
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	width:240px;
	height:250px;
	float:left;
	clear:right;
	display:block;
	margin:0px auto;
}

#mProductBox .thumbsContainer{
	display:block;
	margin: 6px 0px 0px 0px;
}

#mProductBox .miniRow{
	width:184px;
	display:block;
	margin: 0px auto;
}

#mProductBox .mini{
	width:40px;
	height:40px;
	background-color:#FFFFFF;
	border: 1px solid #FFB366;
	margin-right: 13px; 
	margin-bottom: 7px;
	padding:3px;
	float:left;
	clear:right;
}

#mProductBox .mainPicture{
	width:215px;
	float:left;
	clear:right;
	display:block;
	padding:5px;
	border: 1px solid #FFB366;
	background-color:#ffffff;
	margin:15px 0px 0px 0px;
	clip: rect(0px,40px,40px,0px);
}

#ftsBox{
	width:723px;
	display:block;
	margin:0px auto;
}

#ftsBox .featBox{
	display:block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 17px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height:20px;
}

#ftsBox .techBox{
	display:block;
}

#ftsBox ul{
	list-style-type:disc;
	list-style-position: inside;
	margin: 0px 6px;
	line-height:15px;
}

#ftsBox ul li{
	margin: 0px 6px 6px 0px;
}

#ftsBox .buyNow{
	background-color:#f4f2e9;
	border:1px solid #d2d2d2;
	padding:15px;
	float:right;
	margin: 0 0 0 12px;
}
/*////////////end product styles///////////////*/

/*////////////start service styles///////////////*/

#service{
	margin-top: 12px;
	width:753px;
	overflow:visible;
	position:realtive;
	display:block;
}

#service ul{
	list-style-type:none;
}

#service ul li{
	display:block;
}

.serviceText{
	width:360px;
	margin:3px 10px 20px 6px;
	float:left;
	clear:right;
	line-height:17px;
	/*display:block;*/
	
}

.exampleWrapper{
	height: 280px;
	margin-bottom:20px;
	/*display:block;*/
}

.example{
	margin-bottom:15px;
	width:340px;
	background-color: #E9E9E9;
	border: 1px solid #CACACA;
	padding: 6px;
	/*display:block;*/
	float:left;
	/*clear:right;*/
}

/*////////////end service styles///////////////*/

/*////////////start contact styles///////////////*/

.about{
	margin:12px 0px 0px 6px;
	width:350px;
	float:left;
	line-height:17px;
	display:block;
	clear:right;
}

.dottedDivider{
	height:512px;
	width:1px;
	float:left;
	clear:right;
	background-image:url(../images/dottedDivider.gif);
	background-repeat:repeat-y;
	margin-top: 12px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 16px;
	display:block;
}

.contact{
	margin-top: 12px;
	width:350px;
	float:right;
	line-height:17px;
	display:block;
}

.map{
	height:165px;
	width:329px;
	float:left;
}

#contactInfo{
	width:157px;
	float:left;
	clear:right;
	padding-left: 18px;
}

#contactInfo ul{
	list-style-type: none;
}

#contactInfo ul label{
	color: #767676;
}

#hours{
	width:142px;
	float:left;
	clear:right;
	padding-left: 18px;
}

#hours ul{
	list-style-type: none;
}

#hours ul label{
	color: #767676;
}


#contactForm{
	margin-top:33px;
	height:300px;
	width:328px;
	float:left;
	display:block;
}

#contactForm ul{
	list-style-type:none;
}

#contactForm ul li{
	margin-bottom:8px;
}

#contactForm ul label{
	float:left;
	clear:right;
}

#map a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	padding:4px;
	height:15px;
	width:117px;
	background-color:#FFFFFF;
}

#map a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
}

.viewLarger{
	padding:4px;
	height:15px;
	width:90px;
}

/*////////////end contact styles///////////////*/

/*////////////start login styles///////////////*/
.alert{
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
}

.loginHeader{
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:268px;
}

#loginBox{
	width:230px;
	background-color: #E9E9E9;
	border: 1px solid #CACACA;
	padding: 18px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#loginBox ul{
	list-style-type:none;
}

#loginBox ul li{
	margin-bottom:8px;
}

#loginBox ul label{
	float:left;
	clear:right;
}

.error{
	color:#FF0000;
}

.title{
	margin-bottom:50px;
	padding-top: 18px;
	padding-bottom: 8px;
}

/*////////////end login styles///////////////*/

/*////////////end cmsNav styles///////////////*/
.cmsHeader{
	float:left;
	clear:right;
}

.logout{
	float:right;
}


#cmsNav ul{
	list-style-type:none;
	margin-bottom: 5px;
}

#cmsNav ul li{
	display:inline;
}

#cmsNav ul li a{
	margin-right: 20px;
	border: 1px solid #999999;
	background-color:#FFFFFF;
	padding: 6px 9px 5px 9px;
	color:#990000;
}

#cmsNav ul li a:hover{
	padding: 6px 9px 5px 9px;
	margin-right: 20px;
	border: 1px solid #CCCCCC;
	background-color: #990000;
	color:#FFFFFF;
}

#cmsNav .selected a{
	padding: 6px 9px 5px 9px;
	margin-right: 20px;
	border: 1px solid #CCCCCC;
	background-color: #990000;
	color:#FFFFFF;
}

#sections {display:block; }

/*////////////end cmsNav styles///////////////*/

/*////////////start edit homepage styles///////////////*/

#editHomePage{
	display:block;
	background-color:#EEEEEE;
	width: 742px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding:10px 5px 10px 10px;
}


#editHomePage ul{
	list-style-type:none;
}

#editHomePage ul li{
	margin-bottom:10px;
}


#editHomePage ul label{
	float:left;
	clear:right;
	width:133px;
	font-weight:bold;
}

#editHomePage #submit{
	border-top:solid 1px #BFBFBF;
	padding-top:8px;
	margin:0px;
}

/*////////////end edit home page styles///////////////*/

/*////////////start edit products styles///////////////*/
#editProducts{
	display:none;
	background-color:#EEEEEE;
	width: 742px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding:10px 5px 10px 10px;
}

#prodToolBar a{
	margin-bottom:50px;
	padding:10px;
	width:30px;
}


#scList {
padding-bottom:10px;
padding-top:0px;
}

#scList .scRow {
display:block;
padding:2px;
width:742px;
margin: 0px 0px 10px; 0px;
}

#scList .scListItem {
float:left;
font-family:verdana,arial,hevetica,sans-serif;
font-size:9px;
line-height:130%;
text-align:center;
margin: 0px 12px 0px 0px;
padding:0px 0px 10px;
width:120px;
height:35px;
border: 1px solid #000000;
}

#scList .delBar {
width:120px;
margin: 0px 0px 5px 0px;
background-color:#E1E1E1;
text-align:right;
}

#scList .delBar a{
padding: 0px 4px 0px 8px;
font-weight:bold;
}

#addProdContainer{ display:block; }

#addProducts ul{
	list-style-type:none;
}

#addProducts ul li{
	margin-bottom:10px;
}


#addProducts ul label{
	float:left;
	clear:right;
	width:190px;
	font-weight:bold;
}

#addProducts #submit{
	border-top:solid 1px #BFBFBF;
	padding-top:8px;
	margin:0px;
}

#productListing .prodContainer{
	width:420px;
	display:block;
}

#productListing .thumb{
	float:left;
	width:112px;
	clear:right;
	margin:0px 8px 0px;
}

#productListing .emptyThumb{
	text-align:center; 
	height:15px;
	width:112px; 
	float:left;	
	clear:right;
	border: 1px solid #999999; 
	padding:50px 0px;
	margin:0px 8px 0px;
}

#productListing .pT {
	float:left;
}

#productListing ul li {
	margin:0px;
}

#productListing .hr{
	height:5px;
	width:420px;
	clear:both;
	margin:4px 0px 4px 0px;
	background-image:url(../images/hr.gif);
	background-repeat:repeat-x;
}
/*////////////end edit products styles///////////////*/

/*////////////start edit.php styles///////////////*/
#editWrapper{display:block; width:742px;}
#editWrapper ul{list-style-type:none;}
#editWrapper ul label{float:left; clear:right; width:110px; font-weight:bold;}
#editWrapper ul li{margin-bottom:10px;}
#editWrapper #submit{border-top:solid 1px #BFBFBF; padding-top:8px; margin:0px;}

/*////////////end edit.php styles///////////////*/

/*////////////start service contact styles///////////////*/
#editService{
	display:none;
	background-color:#EEEEEE;
	width: 742px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding:10px 5px 10px 10px;
}

#editService ul{
	list-style-type:none;
}

#editService ul li{
	margin-bottom:10px;
}


#editService ul label{
	float:left;
	clear:right;
	width:110px;
	font-weight:bold;
}


#editService #submit{
	border-top:solid 1px #BFBFBF;
	padding-top:8px;
	margin:0px;
}
/*////////////end service contact styles///////////////*/

/*////////////start edit contact styles///////////////*/
#editContact{
	display:none;
	background-color:#EEEEEE;
	width: 742px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding:10px 5px 10px 10px;
}

#editContact ul{
	list-style-type:none;
}

#editContact ul li{
	margin-bottom:10px;
}


#editContact ul label{
	float:left;
	clear:right;
	width:110px;
	font-weight:bold;
}


#editContact #submit{
	border-top:solid 1px #BFBFBF;
	padding-top:8px;
	margin:0px;
}
/*////////////end edit contact styles///////////////*/

/*////////////////draggable window styles///////////////////*/
.windowFrame { 
	position: absolute;
	display: none;
	cursor: move;
	background-color: #ffffff;
	padding: 6px;
	width: 425px;
	border: 1px solid #626262;
	text-align:center;
	z-index:9999;
}