/* general tag styles */
body {
	margin:0px auto 0px auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	background-color:#ffffff;
	color:#01314d;
	background-image:url(../styleImages/bg1.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-attachment:fixed;
}
form {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
h1 {
	font-size:170%;
	color:#00424B;
	margin:0px 0px 6px 0px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:100%;
}
h2 {
	position:relative;
	float:left;
	font-size:120%;
	margin:7px 0px 0px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#00424B;
	text-decoration:none;
}

a:hover {
	color:#000000;
	font-weight:bold;
}
.floatLeft {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
.floatRight {
	position:relative;
	float:right;
	margin:0px;
	padding:0px;
}

/* page layout */
#pageSurround {
	position:relative;
	margin:0px auto 0px auto;
	width:970px;
}
#header {
	position:relative;
	float:left;
	height:100px;
	width:100%;
	z-index:100;
	background-image:url(../styleImages/el-search-bg.gif);
	background-position:right;
}
#page {
	position:relative;
	float:left;
	display:block;
	padding:0px 0px 0px 0px;
	width:970px;
	background-color:transperant;
}
#barOne {
	position:relative;
	float:left;
	width:970px;
	margin:0px 0px 0px 0px;
	height:18px;
	clear:both;
	background-color:transperant;
	padding:0px 0px 0px 0px;
	z-index:100;
}
#barOne ul {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
#barOne p {
	position:relative;
	float:left;
	clear:both;
	margin:0px;
	padding:6px 0px 0px 0px;
}
*html #barOne p {
	padding:0px;
}
.subTopNavOn {
	font-weight:bold;
}
#barTwo {
	position:relative;
	color:#00424B;
	float:left;
	width:970px;
	margin:0px;
	padding:20px 0px 10px 10px;
	clear:both;
}
#barThree {
	position:relative;
	float:left;
	margin:0px;
	width:970px;
	padding:0px 0px 10px 10px;
	clear:both;
}
#sideNavLeft {
	position:relative;
	float:left;
	width:190px;
	margin:0px;
}
#sideNavRight {
	position:relative;
	float:right;
	width:300px;
	margin:0;
}
#content-float-right {
	position:relative;
	float:right;
	width:720px;
}
#content {
	position:relative;
	float:left;
	margin:0 0 0 0 ;
	width:755px;
	line-height:130%;
	right:10px
	}
#content-float-right-a {
	position:relative;
	float:left;
	width:930px;
}
#content-a {
    color:#00424B;
	position:relative;
	float:left;
	padding-left:25px;
	width:735px;
	line-height:130%;
}
#content-b {
	position:relative;
	float:left;
	margin:0;
	width:720px;
	line-height:130%;
	right:10px;
}
#footer {
    background-image:url("../styleImages/bt.png");
	background-position:bottom;
	position:relative;
	width:970px;
	height:50px;
	text-align:center;
	clear:both;
	padding:0px 0px 0px 0px;
}

/* image widths and heights */
.smallProductImage {
	/*width:75px;*/
	height:150px;
	border:solid thin;	/*max-height:155px;*/
}
.featureProductImage {
	width:75px;
	border: thin solid #999999;
	/*height:65px;*/
}
.popularProductImage {
	width:75px;
	border:thin solid #999999;
	/*height:70px;*/
}

/* skin design */
.tabExpand {
	position:relative;
	width:100%;
	margin:0px 0px 10px 0px;
}
	/* ie6 hack to prevent tables dropping */
	*html .tabExpand {
		position:relative;
		float:left;
		width:100%;
		margin:0px 0px 10px 0px;
	}
#search {
	position:relative;
	float:right;
	top:40px;
	right:28px;
}
#search input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}
.searchButton {
	position:relative;
	float:right;
	border:none;
	color:#FFFFFF;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	width:60px;
	height:20px;
	background-image:url("../styleImages/bt.png");
	margin-left:20px;
}
.searchButton:hover {
	background-image:url("../styleImages/boxtop.png");
	cursor:pointer;
	color:#000000;
}
#searchbox {
	border:0px solid #ffffff;
	width:200px;
	padding:2px;
	color:#00424B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:88%;
}
#header h1 {
	position:absolute;
	top:10px;
	left:10px;
	margin:0px;
	line-height:120%
}
#header a {
	color:#FFFFFF;
	text-decoration:none;
}
#header a:hover {
	color:#999999;
	text-decoration:none;
}
#homeNav {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
#homeNav li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	height:20px;
	list-style-type:none;
	text-align:center;
}
#homeNav li a {
	position:relative;
	background-image:url("../styleImages/bt.png");
	float:left;
	padding:8px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	height:20px;
	display:block;
	text-align:center;
	font-weight:bold;
}
#homeNav li a:hover{
	color:#000000;
	text-decoration:underline;
}
.topNavOn {

}
.topLinkOn {
	color:#FFFFFF;
}
.topNavOff {
}
.topLinkOff {
}
#sideNavLeft p {
	position:relative;
	float:left;
	width:180px;
	font-size:110%;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:6px 0px 0px 10px;
	height:20px;
	color:#ffffff;
	background-image:url(../styleImages/bt.png);
	background-repeat:repeat-y repeat-x;
}
#sideNavLeft ul {
	position:relative;
	float:left;
	margin:0px 0px 10px 0px;
	padding:10px;
	width:170px;
	background-image:url(../styleImages/boxtop.png);
	background-repeat:repeat-y repeat-x;

}
#sideNavLeft li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:100%;
	color:4c2f00;
}
#sideNavLeft li a {
	position:relative;
	float:left;
	margin:0px;
	padding:5px 0px 0px 0px;
	width:170px;
	display:block;
	color:#b01e75;
}
#sideNavLeft ul li ul {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	border:0px;
	display:inline;
	font-size:90%;
}
#sideNavLeft ul li ul li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:inline;
}
#sideNavLeft ul li ul li a {
	position:relative;
	float:left;
	margin:0px;
	padding:0px 0px 3px 0px;
	color:#006699;
	width:auto;
}
#pageLinks ul li a {
	background-image:url(../styleImages/el-page-arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding:0px 0px 0px 8px;
	width:auto;
}
#pageLinks ul li ul li a {
	background-image:none;
	padding:0px 0px 0px 8px;
	width:auto;
}
.boxborder {
	position:relative;
	float:left;
	padding:10px;
	min-height:70px;
	width:170px;
	margin:0px 0px 10px 0px;
	background-image:url(../styleImages/boxtop.png);
	background-repeat:repeat-y repeat-x;
}

#featureProduct ul {
	text-align:center;
	background-image:url(../styleImages/boxtop.png);
	background-repeat:repeat-y repeat-x;
}
#featureProduct li a {
	background-image:none;
	margin:0px;
	padding:0px;
}
#pullDownNav {
	background-image:url(../styleImages/bt.png);
	background-repeat:repeat-y repeat-x;
	padding:0px;
	margin:0px 0px 0px 0px;
	padding: 5px 0 5px 10px;
	width:725px;
}
#compareDisplay {
	position:relative;
	float:left;
	width:100%;
}
#productDisplay fieldset, #subBuiltNav fieldset, #subNav fieldset, #content fieldset, #content-b fieldset {
	position:relative;
	float:left;
	width: 710px;
	border:1px solid #393939;
	line-height:150%;
	padding:10px;
	margin-bottom:10px;
	background-color:#E9EAE5;
}
#productDisplay legend, #subBuiltNav legend, #subNav legend, #content legend, #content-b legend  {
	color:#00424B;
	font-weight:bold;
}
#productDisplay table {
	clear:left;
}
#productDisplay td, #compareDisplay td {
	position:relative;
	padding:10px 5px 10px 5px;
	background-color:transparent;
	margin:5px;
}
#singleProductDisplay {
	position:relative;
	background-color:#E9EAE5;
	float:left;
	width:715px;
	margin:0px 20px 20px 0px;
	padding-left:20px;
}
#singleProductDisplay ul {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
}
#singleProductDisplay ul li {
	position:relative;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	display:inline;
	list-style-type:none;
	width:100%;
}
#singleProductDisplay img {
 	border:none;
	margin:10px 0px 10px 0px;
	padding-left:0px;
	max-width:450px;
	/*width:450px*/
}

#sideNavRight p, #newsItems p {
	position:relative;
	float:left;
	width:278px;
	font-size:110%;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:6px 10px 0px 10px;
	height:24px;
	color:#ffffff;
	border-top:1px solid #393939;
	border-right:1px solid #393939;
	border-left:1px solid #393939;
	background-color:#E9EAE5;
}
#tagCloud p {
	position:relative;
	float:left;
	width:170px;
	font-size:110%;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:6px 10px 0px 10px;
	height:20px;
	color:#ffffff;

}
#tagCloud div {
	position:relative;
	float:left;
	margin:0px 0px 10px 0px;
	padding:10px;
	width:166px;
	color:#00424B;
	width:170px;
	background-image:url(../styleImages/boxtop.png);
	background-repeat:repeat-y repeat-x;
	min-height:70px;
}
#userHistory ul, #newsItems ul {
	position:relative;
	float:left;
	margin:0px 0px 10px 0px;
	padding:10px;
	width:278px;
	border-bottom:1px solid #393939;
	border-right:1px solid #393939;
	border-left:1px solid #393939;
	background-color:#E9EAE5;
}
#popularProd ul{
	position:relative;
	float:left;
	margin:0px 0px 10px 0px;
	padding:10px;
	width:921px;
	border-bottom:2px solid #d9d8ce;
	border-right:2px solid #d9d8ce;
	border-left:2px solid #d9d8ce;
	background-image:url(../styleImages/boxtop.png);
	background-repeat:repeat-y repeat-x;
}
#tagCloud div {
	text-align:center;
}
#newsItems li {
	position:relative;
	float:left;
	margin:0px;
	padding:5px 0px 5px 0px;
	width:100%;
	list-style-type:none;
	border-top:1px dashed #393939;
	background-color:#E9EAE5;
}
#popularProd li {
	display:inline;
	position:relative;
	float:left;
	margin:0px;
	padding:5px 0px 5px 4px;
	width:12%;
	list-style-type: square;
	background-color:transperant;
}
#popularProd p {
	position:relative;
    	background-image:url(../styleImages/bt.png);
	background-repeat:repeat-y repeat-x;
	float:left;
	width:925px;
	font-size:110%;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:6px 10px 0px 10px;
	height:20px;
	color:#ffffff;
}
#featureProduct li, #userHistory li {
	list-style-type:none;
}
#newsItems li {
	border-top:none;
	padding:0px 0px 10px 0px;
}
#popularProd li a {
	position:relative;
	margin:0px;
	padding:0px 0px 0px 0px;
	display:block;
}
.popLink {
	color:#00424B;
}
.popProdPrice {
	color: #990000;
	font-weight:bold;
}

.styleProdName {
	font-size:120%;
	color: #990000;
	font-weight:bold;
}
.styleProdPromo {
	font-size:100%;
	color:#333333;
	font-weight:bold;
}
.styleProdPrice {
	font-size:120%;
	color: #990000;
	font-weight:bold;
}
.styleProdMerchant {
	color:#00424B;
}
.styleProdID {
 	color:#00424B;
}
.styleProdCategory {
	color:#00424B;
}
.styleProdBrand {
	color:#00424B;
}
.styleProdDescription {
	color:#00424B;
}

.singleProdName {
	font-size:120%;
	color: #990000;
	font-weight:bold;
}
.singleProdPromo {
	font-size:100%;
	color:#00424B;
	font-weight:bold;
}
.singleProdPrice {
	font-size:120%;
	color: #990000;
	font-weight:bold;
}
.singleProdBrand {
	font-size:120%;
	color:#00424B;
	font-weight:bold;
}
.singleProdDesc {
	font-size:100%;
	color:#00424B;
}
.singleProdId {
	font-size:100%;
	color:#00424B;
	font-weight:normal;
}
.singleProdMerchant {
}
.singleProdCategory {
}

a.button, a.bigbutton {
	color:#000000;
	display:block;
	padding:9px 0px 0px 8px;
	font-weight:bold;
	background-image:url(../styleImages/butBg.jpg);
	background-repeat:no-repeat;
	width:77px;
	height:27px;
	margin:0px;
}
a:hover.button, a:hover.bigbutton {
	background-image:url(../styleImages/butBg-on.jpg);
	color:#999999;
	text-decoration:none;
}
a.catNavOn {
	font-weight:bold;
	color: #444444;
}
a.catNavOff {
	color:#000000;
}
a.brandNavOn {
	font-weight:bold;
}
a.brandNavOff {
	font-weight:normal;
}
#linksDisplay {
	position:relative;
	float:left;
	width:100%;
}
#linksDisplay li{
	margin:0px 0px 10px 0px;
}
#catDisplay {
	position:relative;
	float:left;
	width:100%;
}
#catDisplay ul {
	position:relative;
	float:left;
	width:100%;
	padding:10px 0px 10px 0px;
	margin:0px;
}
#catDisplay li {
	position:relative;
	float:left;
	width:260px;
	height:80px;
	padding:0px 10px 0px 0px;
	margin:0px;
	list-style-type:none;
	display:block;
}
#sideNavRight fieldset {
	position:relative;
	float:left;
	width:278px;
	border:1px solid #393939;
	line-height:150%;
	padding:10px;
	margin-bottom:10px;
}
#sideNavRight legend {
	color:#006699;
	font-weight:bold;
}
#pageContent {
	position:relative;
	float:left;
	width:100%;
	padding-left:25px;
}
.adminInput {
	width:300px;
}
#myLink {
	border:1px solid #393939;
	background-color:#FFFFCC;
	font-family:'Courier New', Courier, mono;
	padding:10px;
	margin:10px 0px 10px 0px;
	clear:both;
}
#newsPage h1 {
	position:relative;
	width:100%;
	padding:0px;
	margin:0px;
	line-height:130%;
	clear:both;
}
#newsPage ul {
	padding:0px;
	margin:0px;
}
#newsPage li {
	position:relative;
	float:left;
	padding:0px 0px 30px 0px;
	margin:0px;
	width:100%;
	list-style-type:none;
}
#newsPage ul li ul {
	padding:5px 0px 5px 0px;
	margin:5px 0px 5px 0px;
}
#newsPage ul li ul li {
	position:relative;
	float:none;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 30px;
	width:auto;
	list-style-type:disc;
}
.botrowborder {
	border-top:4px solid #ffffff;
	background-color:#000000;
}
.comments {
	position:relative;
	float:left;
	width:100%;
	border-bottom:1px solid #393939;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
}
.linkGroup {
	position:relative;
	float:left;
	width:100%;
	padding:10px 0px 5px 0px;
	font-size:120%;
	font-weight:bold;
}

