

/* reset white space */
html, body {
margin: 0;
padding: 0
}

h1, h2, h3, h4, h5, h6 {
margin-bottom: 13px;
margin-top: 13px;
}

address, blockquote, dl, form,
fieldset, ol, table, p, pre, ul {
margin-top: 7px;
margin-bottom: 7px;
}

a img {
border: 0;
}

/* //////////////////////// HTML ////////////////////////////// */

* {
font-family: "Trebuchet MS";
font-size: 12px;
color: #999;
}

div#footer p {
color: #666;
}

body {
background-image: url(images/shared/body_background.jpg);
background-repeat: repeat-x;
}

h1 {
font-size: 25px;
font-weight: normal;
color: #f8a23c;
margin-bottom: 1px;
}

h1.special {
margin: 0;
padding-left: 12px;
background-image: url(images/shared/h1_special_background.jpg);
background-repeat: no-repeat;
background-position: 0 4px;
font-size: 20px;
}

h2 {
font-size: 18px;
color: #f8a23c;
}

div#special h2 {
margin-top: 4px;
background-image: url(images/shared/h2_background_special.jpg);
}

h3 {
font-size: 16px;
color: #f8a23c;
margin-bottom: 3px;
}

ul, ol {
padding-left: 0;
margin-left: 0;
list-style-position: inside;
}

ul.special {
margin-top: 20px;
}

ul.special li {
list-style-type: none;
margin: 0;
margin-bottom: 30px;
padding-left: 18px;
background-image: url(images/shared/h1_special_background.jpg);
background-repeat: no-repeat;
background-position: 0 4px;
font-size: 18px;
}


p {
line-height: 15px;
text-align: justify;
}

div#footer p {
text-align: center;
}

strong {
}

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

a:hover {
text-decoration: underline;
}

a img {
border: 0;
}

div#header img {
float: left;
}

div#video_gallery img {
margin-left: 33px;
}

/* //////////////////////// LAYOUT ////////////////////////////// */

div#container {
position: relative;
border: 0px solid red;
width: 800px;
left: 50%;
margin-left: -450px;
}

div#header {
border: 0px solid green;
width: 750px;
height: 93px;
}

div#nav {
margin-top: 12px;
padding-bottom: 5px;
border-bottom: 1px solid #f234a2;
}

div#content {
}

div#footer {
margin-top: 25px;
padding-bottom: 9px;
border-top: 1px solid #f8a23c;
text-align: center;
}

/* //////////////////////// NAVIGATION ////////////////////////////// */

div#nav table {
width: 350px;
border: 0px solid purple;
margin: 0;
}

div#nav table td {
border-right: 1px solid #f234a2;
padding: 0 25px;
}

div#nav table tr td a {
font-size: 14px;
color: #f234a2;
}

div#nav table td#first {
padding-left: 0;
}

div#nav table td#last {
padding-right: 0;
border: 0;
}

/* //////////////////////// CATEGORY VIEW ////////////////////////////// */

div#product_browse {
border: 0px solid red;
}

div#product_browse table {
border: 0px solid red;
width: 100px;
height: 170px;
margin-right: 14px;
float: left;
}

div#product_browse table h2 {
font-size: 13px;
}

/* LISTING PRODUCTS */

div.product_list {
border: 0px solid red;
margin-bottom: 12px;
}

div.product_list h2 {
border-bottom: 1px solid #e90055;
}

div.product_list div.product {
padding-bottom: 4px;
width: 185px;
height: 160px;
float: left;
margin-bottom: 15px;
border: 0px solid red;
}

div.product_list div.product table.screenshot {
float: left;
text-align: center;
}

table.screenshot td {
text-align: center;
}

div.product_list div.product h3 {
margin-bottom: 0;
}

div.product_list div.product p {
font-size: 10px;
margin-top: 0;
color: #888;
}

/* arrows */
a#arrowL, 
a#arrowR {
position: absolute;
top: 290px;
}

a#arrowL {
left: 0;
}

a#arrowR {
right: 0;
} 

