* {
cursor: default;
}

a, a * {
cursor: pointer;
}

a {
color: rgb(179,49,49);
}

a:hover {
color: rgb(179,179,179);
}

a img {
border: none;
border-bottom: solid 10px rgb(255,255,255);
}

a:hover img {
border-bottom: solid 10px rgb(51,51,51);
}

body {
font: normal normal normal 1em/1.5 HelveticaNeue-Light,'Helvetica Neue Light',sans-serif;
color: rgb(51,51,51);
}

html body {
margin: 0;
padding: 0;
}

html {
background: black url('../images/reboot/tile.jpg') fixed;
}

#main {
position: relative;
max-width: 815px;
margin: 0 auto;
padding-right: 15px;
background: transparent url('../images/reboot/background_02.png') repeat-y top right;
}

#main_a {
background: transparent url('../images/reboot/background_01.png') repeat-y top left;
}

form div {
clear: both;
margin: 0 0 3px;
}

form label {
float: left;
width: 10em;
}

h2 {
margin: 0 0 5px;
font-size: 1.45em;
}

h3 {
margin: 0 0 5px;
font-weight: normal;
font-size: 1.18em;
}

img.deco {
float: right;
margin: 0 0 5px 5px;
border: solid 1px rgb(204,204,204);
}

p {
margin: 0 0 5px;
padding: 0;
}

ul, ol {
padding: 0;
margin: 0 0 5px;
}

/* Head Style */

#header {
left: -25px;
top: 29px;
position: absolute;
z-index: 1;
width: 70px;
height: 286px;
background: transparent url('../images/reboot/logo.png') no-repeat top left;
}

#header h1 {
text-indent: -10000px;
margin: 0;
padding: 0;
width: 70px;
}

/* Menu Style */

#menu {
padding-top: 0;
height: 34px;
}

#menu ul {
list-style: none;
margin: 0 0 5px 60px;
padding: 5px 0 0;
}

#menu li {
display: inline;
margin: 0 10px 0 0;
}

#menu a {
color: rgb(0,0,0);
text-decoration: none;
}

#menu a:hover {
color: rgb(102,102,102);
text-decoration: underline;
}

#product_menu {
margin-right: 20px;
margin-left: 50px;
height: 276px;
overflow: hidden;
background: transparent url('../images/reboot/hero.jpg') no-repeat;
}

#product_menu ul {
margin: 0 0 0 0;
padding: 10px 10px;
list-style: none;
height: 100%;
width: 150px;
overflow: auto;
background: transparent url('../images/reboot/product-menu.png');
}

#product_menu li {
display: block;
margin: 0;
}

#product_menu a {
color: rgb(204,204,204);
text-decoration: none;
display: block;
}

#product_menu a:hover {
color: rgb(255,255,255);
}

/* Sidebar Style */

#sidebar {
float: right;
width: 200px;
padding: 5px;
background-color: rgb(102,102,102);
margin: 10px 20px 0 10px;
color: rgb(51,51,51);
font-size: 85%;
}

#sidebar ul {
list-style: none;
margin: 0 0 5px;
padding: 0;
}

#sidebar li {
margin: 0;
display: block;
}

#sidebar a {
color: rgb(255,255,255);
text-decoration: none;
display: block;
}

#sidebar a:hover {
text-decoration: underline;
}


/* Content Style */

#content {
padding-left: 60px;
overflow: hidden;
}

#content #latest_news_article, #content #featured_products, #content .product_list {
clear: both;
padding-top: 20px;
background: transparent url('../images/reboot/separator.png') no-repeat top center;
}

#content .product_list ul {
list-style: none outside;
}

#content .product_list li {
float: left;
width: 47%;
height: 190px;
}

#content .product_list ul img.deco {
float: none;
display: block;
text-align: right;
border: none;
}

/* Footer Style */

#footer {
clear: both;
}