/* @group html */

body
{
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
font-size:76%;
background:#003333;
color: #FFF;
margin:0;
text-align: center;
}

p, blockquote, li, h3
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size:1em;
	line-height: 1.5em;
	text-align: left;
	
}

a {
color: #FAD931;;
}

a:hover {
color: #FFF;

}

a img {
border:0;
}

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}

h1
{
font-family: "Trebuchet MS", Verdana,  Tahoma, Helvetica;
color: #FAD931;
font-weight: normal;
text-decoration:none;
font-size: 2em;
text-transform:uppercase;
letter-spacing:0.1em;
}



h3
{
font-family: "Trebuchet MS", Verdana,  Tahoma, Helvetica;
color: #FAD931;
font-weight: normal;
font-size: 1.5em;
color:#336699;
margin: 0;
color: #FAD931;

}

/* @end */

/* @group layout */

/*************** layout ***************/

#header
{
width:800px;
margin:0 ;
height: 113px;
background:#FAD931 url(/images/header.jpg) no-repeat;
border-bottom: 1px solid #FFF;
border-top: 1px solid #FFF;
}

#title {
width:800px;
margin:0 ;
height: 61px;
background:#FAD931 url(/images/title.gif) no-repeat;	
}

#container
{
text-align: left;

	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding:0;
background:#6E0848;
}


#content {
padding: 0 40px;
padding-top:20px;
margin:0;
background:#6E0848 url(/images/bg-page.jpg) no-repeat;
}


#footer
{
margin:10px 10px 0 10px;
padding:5px;
	clear: both;
	margin-top: 5px;
	text-align: center;
border-top:1px solid #FFDF60;
}

#footer p {
margin:0;
}

#footer a:hover {
color:#FFF;
}

/* @end */



/* @group nav */

/*************** nav ***************/
#nav-container {
	
}

#nav-top {
margin-left:auto;
margin-right: auto;
background: #FAD931;
}


#nav-top ul {

float:left;
margin-left:auto;
margin-right:auto;
margin: 0;
padding:5px 0px;
list-style:none;
clear:both;
background: #FAD931;
}

#nav-top li {
margin:0;
padding:0;
list-style:none;
float:left;
}

#nav-top a {
	font-size: 1.2em;
text-decoration:none;
color:#49022F;
background: #FAD931;
text-transform:uppercase;
letter-spacing:0.1em;
border-right:1px solid #B59929;
padding:0px 10px;

}

#nav-top a.first {
border-left:1px solid #B59929;
}

#nav-top a:hover {
color:#003333;;
text-decoration:none;
}

#nav-header {
	background:#003333;
	
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
}


#nav-header ul {
	float:right;	
	clear: both;
}

#nav-header li {
margin:0;
padding:0;
list-style:none;
float:left;	
}



#nav-header a {
	font-size: 1em;
text-decoration:none;
color:#FFF;
text-transform:uppercase;
letter-spacing:0.1em;
border-right:1px solid #B59929;
padding: 0 5px ;

}



/* @end */
a.credit {
color:#666666;
}



img.floatLeft {
float:left;
margin:0 10px 10px 0;
}

/* @group images */

div.img-left {
float: left;
margin: 3px 20px 10px 0;
}

div.img-right {
float: right;
margin: 3px 0 10px 10px;
clear: right;
}

p.caption
 {
font-size: 0.8em;
font-style: italic;
margin: 0;
}

/* @end */

/* @group misc */

/* self-clearing floats */

#nav-header:after,
#nav-top:after,
#content:after

{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }


/* Hides from IE-mac \*/
* html #nav-header,
* html #nav-top,
* html #conten
{height: 1%;}
/* End hide from IE-mac */

p.clear {
clear:both;
margin:0;
height:0;
}

/* @end */

/* product styles
---------------------------------------------------------- */


.productList img {
float:left;
margin-bottom:10px;
}

div.productList,
div.productDetail
 {
width:500px;
width:450px;
float:left;
margin-bottom:20px;
border-bottom:1px solid #822660;
}

.productList p, .productList h3,  .productList li  {
margin-left:220px;
}

div.image-container {
float:left;
width:200px;

}

.productList h3 {
padding-top:0;
margin-top:0;
}

.productList p {
margin-bottom:10px;
}

div.feature {
width:200px;
background-color:#333;
margin-bottom:10px;
}

div.feature a img {
border:0;
}



div.feature p {
padding:5px;
text-align:center;
margin:0;
text-decoration:none;
}

img.buy-btn {
float:right;
}


 img.floatLeft {
float:left;
margin:0 10px 10px 0;
}

