/* Default Stylesheet */

/* >>> ELEMENTS <<< */



* {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
    font-size: 75%;
    text-align: center;
    background-image: url( "../images/background.png" );
}

img{
	margin: 0;
	padding: 0;
	}

img#logo
{
margin-top: 16px;
margin-left: 16px;
}

/* >>> CONTAINERS <<< */

div#print {
    display: none;
}

div#container {
    width: 964px;
    margin: 10px auto;
    text-align: left;
}

div#header-wrap {
    margin: 8px 0;
}

div#header-in {
    	color: inherit;
			border-width: 0 0 0 0;
height: 100px;
background-image: url( "../images/header.png" );
}

div#content-wrap {

}

div#center {
    margin: 0 190px;
}

div#center-top{ height: 16px; 
background-image: url( "../images/center-top.png" );background-repeat: no-repeat;
}

div#center-in {
    padding-left: 20px;
    padding-right: 20px;
    color: inherit;
    background-image: url( "../images/center-repeater.png" );background-repeat: repeat-y;
}

div#center-bottom{ height: 16px;
background-image: url( "../images/center-bottom.png" );background-repeat: no-repeat;
    }


div#left {
    float: left;
    width: 180px;
}

div#left-top{ height: 16px;
background-image: url( "../images/side-bar-top.png" );background-repeat: no-repeat;
}

div#left-in {
    padding: 1px;
    color: inherit;
    background-image: url( "../images/side-bar-repeater.png" );background-repeat: repeat-y;
}

div#left-bottom{ height: 16px;
background-image: url( "../images/side-bar-bottom.png" );background-repeat: no-repeat;
}

div#right {
    float: right;
    width: 180px;
}

div#right-top{ height: 16px;
background-image: url( "../images/side-bar-top.png" );background-repeat: no-repeat;
}

div#right-in {
    padding: 1px;
    color: inherit;
    background-image: url( "../images/side-bar-repeater.png" );background-repeat: repeat-y;
}

div#right-bottom{ height: 16px;
background-image: url( "../images/side-bar-bottom.png" );background-repeat: no-repeat;
}

div#footer-wrap {
    clear: both;
}

div#footer-in {

}

/* >>> SUB CONTAINERS <<< */
* {
}

/* >>> LISTS <<< */
ul#nav-left, ul#nav-right {
    margin-left: 20px;
    list-style: none;
}

ul#nav-left li, ul#nav-right li {

}

ul#nav-left li a, ul#nav-right li a {
    display: block;
    width: 118px;
    padding: 5px 10px;
    color: #000;
    background-color: inherit;
    text-decoration: none;
    border-bottom: 0px solid #eee;
}

ul#nav-left li a:hover, ul#nav-right li a:hover {
    color: pink;
    border-bottom: 0px solid #eee;
}

ul#nav-top {
    float: right;
    padding: 1px 0;
    list-style: none;
    margin-top: 15px;
margin-right: 15px;
}

ul#nav-top li {
    display: inline;
}

ul#nav-top li a {
    margin: 0 8px;
    color: #888;
    background-color: inherit;
    font-size: 90%;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

ul#nav-top li a:hover {
    color: pink;
    background-color: inherit;
    border-bottom: 1px solid pink;
}

ul#nav-footer {
    margin: 0 190px;
    padding: 0 2px;
    color: #aaa;
    background-color: inherit;
    font-size: 80%;
    list-style: none;
    text-align: right;
}

ul#nav-footer li {
    display: inline;
}

ul#nav-footer li.left {
    float: left;
}

ul#nav-footer li a {
    margin: 0 3px;
    color: #aaa;
    background-color: inherit;
}

ul#nav-footer li a:hover {
    color: #333;
    background-color: inherit;
}

ul.list {
    margin: 20px 30px;
    font-size: 90%;
    line-height: 20px;
}

/* >>> TYPOGRAPHY <<< */
*.x {
    display: none;
}

div#header-wrap h1 {
    padding: 10px;
    font-size: 200%;
}

div#center h2 {
    margin: 0 0 5px 0;
    font-size: 150%;
}

div#left h2, div#right h2 {
    margin: 0px 20px 5px 20px;
    font-size: 100%;
}

div#right h2 {
}

div#center p {
    margin: 5px 0 5px 0;
    color: #444;
    background-color: inherit;
    font-size: 100%;
    line-height: 18px;
}

div#left p, div#right p {
    margin: 0 20px 5px 20px;
    color: #666;
    background-color: inherit;
    font-size: 90%;
}

p a, ul.list a {
    color: #4494FF;
    background-color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #F1F7FF;
}

p a:hover, ul.list a:hover {
    color: #333;
    background-color: inherit;
    border-bottom: 1px solid #eee;
}


/* >>> FORMS <<< */
* {
}


/* styles for products page */

.products-product
{

    width: 100%;
    padding-right :5px;

}

.products-product-price
{            float: left;
    padding-right: 5px;
    padding-left: 5px;
}

.products-product-box, .products-product-box-left
	{
	float: left;
	margin-bottom:10px;
    border: 1px solid gray;
    width: 265px;
    cursor : pointer;
    }

.products-product-box-left
	{
    margin-right: 10px;
    }

.products-product-image
{
    float: left;
    width: 112px;
    height: 149px;
    vertical-align :top;
    padding-right: 5px;
}

.products-product-details
{       height: 119px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;

}

.products-product-details a
{
  color:#000;
	background-color:inherit;
	font-size:100%;
	text-decoration:none;

}

.product-image
{
float: left;
}

#products p
{
margin-top: 5px;
}

#products
{
margin-top: 10px;
}


.product
{
padding-right: 10px;
}

.product-details
{
margin-top: 10px;
}

.product-price
{
margin-top: 5px;
margin-bottom: 5px;
}


.clr
	{
	margin: 0px; padding: 0px; border: 0px;
clear: both;
font-size: 1px; line-height: 1px;
	}

.clr
	{
	clear:both;
	}


/* styles for product page */

#product
{
margin-top: 10px;
}

#product-images
{
float: left;
width: 175px;
margin-right: 10px;
}

#product-image
{
width: 175px;
margin-bottom: 5px;
border: 1px solid #84736b;
}

#product-slideshow
{
position:absolute;
float: left;
margin-left: 159px;
margin-top: 218px;
}

#product-description
{
margin-bottom: 5px;
}
#product-form
{
margin-top: 5px;
}

#product-extra-images
{
margin-top: 5px;
margin-bottom: 5px;
}

#product-extra-images a
{
text-decoration :none;
}

.product-extra-image, .product-extra-image-middle
{
width: 50px;
margin-bottom: 5px;
border: 1px solid #84736b;
cursor:pointer;
}

.product-extra-image-middle
{
margin-left: 6px;
margin-right: 6px;
}

#aboutus
{
margin-top: 10px;
}

#aboutus p
{
margin-bottom: 10px;
}

#featured-products
{
padding-top: 10px;
margin-left : 00px;
}

.featured-product-box
{width: 112px;
margin-right: 10px;
margin-bottom:10px;
border: 1px solid gray;
cursor : pointer;
}



/* >>> END <<< */
