/* Title:  	Drawer Home						 	*/
/* Script: 	CSS				 					*/
/* -------------------------------------------- */
/* CSS Formatting								*/
/* -------------------------------------------- */

* 
{
    padding: 0;
    margin: 0;
} 

body 
{
	background: #E3DABB;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	padding: 0;
	margin: 0;
	color: #555;
	line-height: 17px;
}

p
{
	padding-bottom: 8px;
}

img 
{ 
	border: none; 
}

a 
{
	color: #336699; 
}

a:hover 
{
	text-decoration: none; 
	color: #999; 
}

h3 
{ 
	border-bottom: 1px dotted #aaa; 
	color: #666; 
	padding-bottom: 4px; 
	margin: 14px 0 7px 0; 
	font-weight: 100; 
	font-size: 120%; 
	letter-spacing: -1px;
	color: #336699; 
}

#wrap 
{
	width: 800px;
	margin: 10px auto 10px auto;
	border: #000000 solid 1px;
}

#header 
{
	background: #FFFFFF url(../images/header.jpg) no-repeat;
	height: 150px;
}

#topmenu 
{
	background: #FFFFFF;
	height: 15px;
	padding-right: 30px;
	font-size: 90%;
	text-align: right;
}

#topmenuwrap
{
	float: right;
	width: 100%;
	height: 30px;
}


#topmenu li 
{
	display: inline;
	list-style-type: none;
}

#topmenu li a 
{
	padding:0 10px;
	text-decoration:none;
	color: #006633;
	font-weight: bold;
}

#topmenu li a:hover 
{
	color: #003300;
	text-decoration:none;
}


#topmenuclear
{
	background: #FFFFFF;
	height: 30px;
}

#content 
{ 
	background: #FFFFFF;
	padding: 0 20px;
}

#content img
{
	padding: 0; 
	border: solid 1px #000000;
}

#payment img
{
	padding: 0; 
	border: none;
}

#content_left 
{
	width: 350px; 
	float:left; 
	margin-right: 10px;
}

#content_right 
{
	width: 165px; 
	float: left; 
	text-align: center;
}

#menu
{
	padding: 30px 0 0 15px;
	width: 200px;
	float: left;
	background: #FFFFFF url(../images/menu_bg.jpg) no-repeat;
}

#menuwrap
{
	padding: 0;
	width: 160px;
}

#menu h3 
{
	font-size: 120%;
	border-bottom: 1px dotted #aaa; 
	padding: 0 0 5px 0; 
	margin: 0; 
	color: #111; 
}

#menu ul 
{ 
	list-style-type: none; 
	padding: 3px 0 15px 10px; 
}

#menu li 
{ 
	list-style-type: none; 
	padding: 1px 1px 1px 1px; 
}

#menu ul li a 
{ 
	color: #006633;
	font-weight: 100; 
	display: block; 
	text-decoration: none;  
}

#menu ul li a:hover 
{ 
	color: #003300;
}

#menu img
{
	border: none;
}

#main 
{
	padding: 0 10px 0 0;
	width: 530px;
	float: right;
	text-align: justify;
}

#main h3 
{ 
	border-bottom: 1px dotted #aaa; 
	font-size: 150%;
}

#main ul
{
	list-style-type: circle;
	margin-left: 20px;
	padding: 2px;
}

#mainHomepageImages
{
	float:left; 
	width:530px; 
	padding: 5px;
}

#mainHomepageImagesElement
{
	float: left; 
	padding-left: 10px; 
	padding-right: 10px;
}

#footer 
{
	font-size: 80%;
	color: #111;
	text-align: right;
	height: 70px;
	background: #FFFFFF url(../images/footer.jpg) no-repeat;
	padding-top: 35px;
	padding-right: 20px;
}

#footer a 
{ 
	color: #111;
	text-decoration: none;
}

#footer a:hover 
{
	color: #111; 
	text-decoration: underline; 
}

#confirm 
{
	padding: 3px;
	background-color: #DDFFDD;
	border: solid 1px #006600;
	color: #00CC33;
	font-weight: bold;
	width: 492px;
	text-align: center;
}

#error 
{
	padding: 3px;
	background-color: #FFD5D5;
	border: solid 1px #990000;
	color: #CC0000;
	font-weight: bold;
	width: 492px;
	text-align: center;
}

.img_product
{
	text-align:center;
}

.img_float
{
	margin: 2px 0 5px 5px;
	padding: 0;
}

.product_footer
{
	font-size: 0.8em;
	font-style: italic;
}

.button
{
	border: 0;
}

input.form
{
	width: 276px;
}

select.form
{
	width: 280px;
}

textarea.form
{
	width: 375px;
}