body{
  background: url(/images/headerTile.gif) repeat-x;
  margin: 0;
  color: #333;
}
@font-face {
 font-family: arialround;
 src: url("/fonts/ArialRoundedBold.eot");
}
@font-face {
 font-family: arialround;
 src: url("/fonts/ArialRoundedBold.ttf");
}

header, section, article, nav, aside, footer{
  display: block;
}

a{
  color: #dd5900;
  text-decoration: none;
}

a:hover{
  color: #dd5900;
  text-decoration: underline;
}

a.button{
  background: #D85800;
  color: white;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

h1, h2, h3, h4, h5{
  font-family: arialround;
}

h2{
  color: #07509D;
  line-height: 24px;
}

sup{
  font-size: 50%;
}

.orange{
  color: #D85800;
}

#holder{
  width: 900px;
  margin: 0 auto;
  background: url(/images/bg.gif) no-repeat;
  background-position: 0px 100px;
}

header{
  position: relative;
}

header aside, footer aside{
  float: right;
  color: white;
}

header aside{
   padding: 20px 0 0 0;
}

header aside a{
  color: #ffcf62;
  text-decoration: underline;
}

header aside a:hover{
  color: white;
}

ul#nav{
  height:48px;
  font-family: arialround;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul#nav li{
  text-decoration: none;
  font-size: 18px;
  margin: 0 40px 0 0;
  padding: 20px 0 25px;
  float: left;
}
ul#nav li a{
  color: white;
  text-decoration: none;
}
ul#nav li:hover, nav li.active{
  background: url(/images/navActive_bg.png) bottom center no-repeat;
  color: white;
  text-decoration: none;
}
ul#nav a.buyNow{
  background: #F9A808;
  padding: 20px 12px 12px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
ul#nav a.buyNow:hover{
	padding: 20px 12px 25px;
}

aside#sideBar{
  float: left;
  width: 234px;
  margin: 40px 50px 20px 0;
}

article#inside{
  width: 616px;
  float: right;
  position: relative;
  padding: 120px 0 0 0;
}
article#inside strong img{
  border: 1px solid #BCBCBC;
}

article#flash{
  width: 616px;
  float: right;
  position: relative;
  height: 230px;
}

article#flash object{
  position: absolute;
  top: -13px;
  right: 0px;
}

article#index{
  padding: 20px 20px 20px 0;
}

article#index section{
  float: left;
  width: 310px;
  margin: 0 20px;
}

section#ideal{
  background: url(/images/h_p_idealBG.png) no-repeat;
  width: 319px;
  height: 152px;
  float: right;
  padding: 10px 0 0 120px;
}

section#ideal h3{
  margin-bottom: 6px;
}

section#ideal ul{
  list-style: none;
  padding: 0;
  margin: 0 0 0 10px;
  float: left;
  width: 120px;
}

section#ideal a{
  font-size: 115%;
}

footer{
  background: url(/images/footerBG.gif) repeat-x;
  height: 261px;
  margin: 30px 0 0 0;
  color: white;
}

footer header{
  width: 900px;
  margin: 0 auto;
  padding: 23px 0;
  height: 60px;
}

footer header img{
  vertical-align: middle;
}
footer header aside{
	padding: 0;
	margin-top: -5px;
}

footer article{
  width: 900px;
  margin: 0 auto;
}

footer ul{
  list-style: none;
  padding: 0;
  margin: 10px 20px 0 0;
  float: left;
}

footer ul li a{
  margin: 0 0 0 12px;
  color: #EDB21D;
}

footer ul li a:hover{
  color: #EDB21D;
}

.sortCat{
  float: right;
}

.contentList{
  border-bottom: 1px solid #D4D4D4;
}
.contentList h3{
  margin-bottom: 0px;
}
.contentList small{
  color: #AAA;
  display: block;
  padding: 0 0 6px;
}

#freeShipping{
  background: url(/images/freeBG.gif) #EAA40D;
  padding: 6px 12px;
  color: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}
#freeShipping img{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.bbb{
  vertical-align: top;
  margin: -8px 0 0 12px;
}

#myForm label{
  width: 75px;
  display: inline-block;
}
#myForm input{
  margin: 0 0 3px 0;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid #252525;
padding: 4px 8px;
background-color: white;
visibility: hidden;
z-index: 100;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}



/* PROMO */

#bottomPromo {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 681px;
	height: 169px;
}

#closePromo {
	position: absolute;
	top: 67px;
	right: 35px;
	cursor: pointer;
}

#h_promo{
	margin-top: -22px;
}



/*            HIDING THINGS           */
/*
header aside{
  display: none;
}*/





#social{
	position: absolute;
	top: 250px;
}

ul#inthenews{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#inthenews li{
	border-bottom: 1px solid #C7C7C7;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
ul#inthenews h4{
	margin: 0;
}







