body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:12px;
  color:#433E36;
  margin:0px;
  background:#C4C1BC;
}

/* Default Styles */

h1 {
  color:#FFFFFF;
  font-size:12px;
  margin:0px;
  padding:0px;
}

h2 {
  font-size:12px;
  margin:0px;
  padding:0px;
}

a {color:#2591FF; text-decoration:none;}
a:hover {color:#2591FF; text-decoration:underline;}

a img {
  border:0px;
}

td p {
  margin-top:0;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;
}

/* End Default Styles */

#shell {
  margin-left:auto;
  margin-right:auto;
  width: 970px;
  background:#FFFFFF;
}

#header {
  width:970px;
  height:190px;
}

#logo {
  float:left;
  width:269px;
  height:132px;
  background:url(../images/design/logo.jpg) no-repeat 50% 50%;
}

#logo img {
  width:208px;
  height:50px;
  margin:40px 0 0 31px;
}

#banner {
  float:left;
  width:701px;
  height:131px;
}

/* Navigation */
#menu {
  width:955px;
  height:57px;
  margin:0px;
  padding:0 0 0 15px;
  background:#F5F5F4;
}

#nav, #nav ul {
  list-style-type: none;
  margin:0px;
  padding: 0px;
  font-size:1.0em;
  display:inline;
}

#nav li {
  float: left;
  margin:20px 0 0 0;
  padding: 0px;
  color:#000000;
  position: relative;
  text-decoration: none;
  list-style-type: none;
}

#nav li ul {
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px;
  position: absolute;
  z-index: 256;
  left: -999em;
}

#nav li a {
  color: #000000;
  font-weight:bold;
  text-decoration: none;
  margin: 0px;
  padding:0 0 5px 18px;
  width: auto;
  display:block;
}

#nav li a:hover {
  color: #B4B0A9;
  text-decoration: none;
  margin: 0px;
  width: auto;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li  li.sfhover ul, #nav li li li.sfhover ul { left: auto }

#nav li:hover, #nav li.hover {
  position: static;
}


#subnav, #subnav ul {
  list-style-type: none;
  float: left;
  margin:0 0 0 0;
  padding: 0px;
  width: 169px;
}

#subnav li {
  color: #000000;
  margin:0 0 0 10px;
  padding: 0px;
  position: relative;
  width: 144px;
  background:#B4B0A9 ;
	border:0px;
}


#subnav li a {
  color: #FFFFFF;
  text-decoration: none;
  margin: 0px;
  display: block;
  height:19px;
  padding:2px 0 0 8px;
  font-size:1.0em;
  border:0px;
}

#subnav li a:hover {
  color: #FFFFFF;
  text-decoration:none;
  margin: 0px;
  padding:2px 0 0 8px;
  display: block;
  background:#C4C1BC;
}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul { color:#000000; left: -999em; }

/* Navigation Ends */ 

#holder {
  width:970px;
  padding:0 0 29px 0;
}

#bar{
  height:30px;
  color:#FFFFFF;
  font-weight:bold;
  border-bottom:1px solid #FFFFFF;
  background:#B4B0A9;
}

.cattitle {
  float:left;
  width:236px;
  margin:8px 0 0 32px;
  _  margin:8px 0 0 16px;
}

.title {
  float:left;
  width:417px;
  margin:8px 0 0 13px;
}

/* Search Form */
#searchholder {
  float:right;
}

#searchform {
  float:left;
  margin:3px 12px 0 0;
}

.searchinput {
  width:144px;
  padding:2px 0 2px 11px;
  font-size:12px;
  font-weight:normal;
  border-top:1px solid #4D4C4B;
  border-right:1px solid #F5F4F3;
  border-bottom:1px solid #F5F4F3;
  border-left:1px solid #4D4C4B;
  background:#E1DFDC;
}

.searchbttn {
  margin:0 0 0 7px;
  color:#FFFFFF;
  font-weight:bold;
  border:0px;
  background:transparent;
}

#leftpanel {
  float:left;
  width:268px;
}

/* Shopping Cart Links */
#categoriesholder {
  width:224px;
  margin:8px 0 17px 14px;
  padding:10px 0 0 0;
}

#categorieslinks, .subcategorieslinks  {
  margin:0px;
  padding: 0px;
  list-style-type: none; 
}

#categorieslinks li {
  width: 243px;
  margin:0;
  padding:0;
  position: relative;
  text-decoration: none;
}

#categorieslinks li a {
  color: #054099;
  text-decoration: none;
  margin: 0px;
  padding:3px 0 0 18px;
  width: auto;
  height:22px;
  display:block;
}

#categorieslinks li a:hover {
  color: #B4B0A9;
  text-decoration: none;
  margin: 0px;
  height:22px;
  width: auto;
}

/*#categorieslinks li:hover ul ul, #categorieslinks li:hover ul ul ul, #categorieslinks li.sfhover ul ul, #categorieslinks li.sfhover ul ul ul { left: -999em }

#categorieslinks li:hover ul, #categorieslinks li li:hover ul, #categorieslinks li li li:hover ul, #categorieslinks li.sfhover ul, #categorieslinks li  li.sfhover ul, #categorieslinks li li li.sfhover ul { left: auto }

#categorieslinks li:hover, #categorieslinks li.hover {
  position: static;
}*/


.subcategorieslinks, .subcategorieslinks ul {
  list-style-type: none;
  width: 233px;
}

.subcategorieslinks li {
  margin:0 0 0 10px;
  _margin:0px;
  padding: 0px;
  border:0px;
}


.subcategorieslinks li a {
  color: #000000!important;
  text-decoration: none;
  text-indent:10px;
  margin:0px;
  display: block;
  height:22px;
  padding:4px 0 0 20px!important;
  _padding:4px 0 0 30px!important;
  background:#D6D3D0;
  border-top:1px solid #FFFFFF;
}

.subcategorieslinks li a:hover {
  color: #000000!important;
  text-decoration:none;
  margin: 0px;
  padding:4px 0 0 20px!important;
  _padding:4px 0 0 30px!important;  
  display: block;
  background:#E1DFDC url(../images/design/arrow.jpg) no-repeat 5% 50%;
}

#sidescholder {
  margin:10px 0 0 0;
  padding:10px 10px 10px 19px;
  color:#054099;
  font-size:11px;
  text-align:left;
  background:#F6F6F6;
}

/*.subcategorieslinks li:hover ul ul, .subcategorieslinks li:hover ul ul ul, .subcategorieslinks li.sfhover ul ul, .subcategorieslinks li.sfhover ul ul ul { color:#000000; left: -999em; }*/

/* Newsletter */
#newletter {
  width:224px;
  height:149px;
  margin:0 0 0 14px;
  padding:10px 0 0 19px;
  background:#F1F1F0;
}

#registernewsletter {
  width:202px;
  margin:28px 0 0 0;
  padding:0px;
}

.newsinput {
  width:183px;
  margin:0 0 9px 0;
  padding:2px 0 2px 11px;
  color:#000000;
  font-size:12px;
  border-top:1px solid #4D4C4B;
  border-right:1px solid #F5F4F3;
  border-bottom:1px solid #F5F4F3;
  border-left:1px solid #4D4C4B;
  background:#E1DFDC;  
}

.registerbttn {
  float:right;
  margin:4px 0 0 0;
  color:#433E36;
  font-weight:bold;
  border:0px;
  background:transparent;
}

/* Brand Search */

#brandsearch {
  margin:17px 0 0 0;
}

#brandsearch select {
  width:140px;
  color:#433E36;
  border-top:1px solid #4D4C4B;
  border-right:1px solid #F5F4F3;
  border-bottom:1px solid #F5F4F3;
  border-left:1px solid #4D4C4B;  
  background:#E1DFDC;
}

.brandsearchbttn {
  margin:4px 0 0 0px;
  color:#433E36;
  font-weight:bold;
  border:0px;
  background:transparent;
}


/* Feature */
#feature {
  width:243px;
  margin:0 0 25px 14px;
}

/* Featurebox */
.featurebox {
  width:205px;
  margin:0 0 0 14px;
  padding:19px;
  background:#D1CECA;
}


#middlepanel {
  float:left;
  width:429px;
  border-left:1px solid #E1DFDC;
  background:#F5F5F4;
}

#insidemiddlepanel {
  float:left;
  width:701px;
  min-height:523px;
  height:auto;
  _height:523px;
  border-left:1px solid #E1DFDC;
  background:#F5F5F4;
}

#content {
  margin:25px 0 0 13px;
  padding:0 9px 0 0;
}

#insidecontent {
  margin:25px 0 0 13px;
  padding:0 9px 27px 0;
}

.breadcrumbs {
  margin:18px 0 11px 0;
  color: #054099;
}

.breadcrumbs a {
  color: #054099;
  text-decoration: none;  
}

.breadcrumbs a:hover {
  color: #054099;
  text-decoration: underline;  
}

#flash {
  margin:15px 0 0 0;
  #margin:19px 0 0 0;
}


#rightpanel {
  float:left;
  width:272px;
}

/* Shopping Cart Category Pics */

.brandlogo {
  float:right;
  width:110px;
  height:50px;
  margin:0 38px 20px 0;
}

#shopfront {
  width:215px;
  margin:22px 0 0 25px;
  #margin:21px 0 0 25px;
}

.shop {
  float:left;
  font-weight:bold;
}

#sclinks { 
  float:right;
  margin:0px;
  padding:0px; 
  list-style-type: none; 
}

#sclinks li {
  float: left;
  margin: 0px;
  padding: 0px;
  position: relative;
  list-style-type: none;
}

#sclinks li a { 
  color: #433E36;
  font-size:10px;
  text-decoration: none;
  margin: 0px;
  padding:0px;
  width: auto;
}

#sclinks li a:hover  { 
  color: #433E36; 
  text-decoration: underline; 
}

.categorypics {
  width:215px;
  margin:0px;
  font-weight:bold;
  background:url(../images/design/divider.jpg) repeat-x 0% 100%;
}

.categorypics img {
  margin:12px 0 2px 0;
  #margin:10px 0 2px 0;
}

.browse {
  float:right;
  padding:0 0 3px 0;
}

.browse a {
  color:#054099;
  font-weight:normal;
  text-decoration:none;
}

.browse a:hover {
  color:#054099;
  font-weight:normal;
  text-decoration:underline;
}

#footer {
  width:970px;
  padding:0 0 24px 0;
}

#brands {
  width:970px;
  padding:0 0 10px 0;
  border-bottom:1px solid #B4B0A9;
  text-align:center;
}

#brandtitle {
  height:20px;
  text-align:left;
  padding:10px 0 0 33px;
  background:#F1F1F0;
}

.spaceit {
  width:22px;
  height:1px;
}

#brands img {
  float:left;
  margin:12px 10px 0 0;
}

#rights {
  float:left;
  margin:27px 0 0 33px;
  color:#B4B0A9;
}

#design {
  float:right;
  margin:27px 40px 0 0;
  color:#B4B0A9;
}

#design a {
  color:#B4B0A9;
  text-decoration:none;
}

#design a:hover {
  color:#B4B0A9;
  text-decoration:underline;
}


/* Login Css */
#login {width:350px; margin:50px 0 0 0; text-align:center;}
#login p {text-align:left;}
.loginnamefield {float:left; padding-top: 3px; width: 90px;}
.logininputfield input{
  width:150px;
  margin:0 0 4px 0;
  padding:2px 0 2px 11px;
  font-size:12px;
  border-top:1px solid #4D4C4B;
  border-right:1px solid #F5F4F3;
  border-bottom:1px solid #F5F4F3;
  border-left:1px solid #4D4C4B;
  background:#E1DFDC;
}
.loginbttn {
  margin:4px 0 0 -12px;
  color:#433E36;
  font-weight:bold;
  border:0px;
  background:transparent;
  cursor:pointer;
}
/* End Login Css*/

.submitbutton {
  color:#433E36;
  font-weight:bold;
  border:1px solid #433E36;
  background:transparent;
  cursor:pointer;
}


label { visibility: hidden; display: none; }

input, textarea, select {
  font-size:1em;
  font-family: Arial, Helvetica, sans-serif;
}

.namefield {float:left; padding-top: 3px; width: 170px; }
.inputfield {
  float:left;
  width:150px;
  padding:2px 0 2px 11px;
  font-size:12px;
  border-top:1px solid #4D4C4B;
  border-right:1px solid #F5F4F3;
  border-bottom:1px solid #F5F4F3;
  border-left:1px solid #4D4C4B;
  background:#E1DFDC;
}

.namefield2 {float:left; padding-top: 3px; width: 160px;}
.inputfield2 {float:left; width: 380px; padding:2px;}

/* Shopping Cart */
.productcategory {
  float:left;
  width:178px;
  height:167px;
  margin:0 4px 4px 0;
  padding:13px 0 23px 34px;
  background:#E1DFDC;
}

.productcategory img {
  margin:9px 0 4px 0 ;
}

.productcategory a {
  color:#433E36;
  text-decoration:none;
}

.productcategory a:hover{
  color:#433E36;
  text-decoration:underline;
}

#fullproduct {
  width:614px;
  margin:0px;
  padding:13px 0 24px 35px;
  background:#E1DFDC;
}

#fullimage {
  float:left;
  margin:0 12px 0 0;
}

#price {
  margin:13px 0 0 0;
  color:#15499E;
  font-weight:bold;
}

#price strong {
  color:#433E36;
}

.productattributename {
  font-weight:bold;
}

.productAttribute {
  margin:9px 0 0 0;
  width:144px;
  color:#433E36;
  border-top:1px solid #4D4C4B;
  border-right:1px solid #F5F4F3;
  border-bottom:1px solid #F5F4F3;
  border-left:1px solid #4D4C4B;  
  background:#E1DFDC;
}

.cartbttn {
  margin:12px 0 0 0;
  color:#FFFFFF;
  font-weight:bold;
  border-top:1px solid #778FB7;
  border-right:1px solid #0E203E;
  border-bottom:1px solid #0E203E;
  border-left:1px solid #778FB7; 
  background:#15499E;
}

#back {
  margin:13px 0 0 0;
}

#back a {
  color:#15499E;
  text-decoration:none;
}

#back a:hover {
  color:#15499E;
  text-decoration:underline;
}

.inputregister {
  float:left;
  width:150px;
  padding:2px 0 2px 11px;
  font-size:12px;
  border-top:1px solid #4D4C4B;
  border-right:1px solid #F5F4F3;
  border-bottom:1px solid #F5F4F3;
  border-left:1px solid #4D4C4B;
  background:#E1DFDC;
}

.quantity {
  padding:2px 0 2px 11px;
  font-size:12px;
  border-top:1px solid #4D4C4B;
  border-right:1px solid #F5F4F3;
  border-bottom:1px solid #F5F4F3;
  border-left:1px solid #4D4C4B;
  background:#E1DFDC;
}

.nothing {
  clear:both;
  margin:0px;
  padding:0px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.pager {float:left}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
