/*
Title:      	Lightstorm Trading styles for screen media
Author:     	Egwin Warnier
Updated:    	October 23 2008
Notes:          Design by .While (http://www.while.be)
*/

/* ---------------------- GENERAL ------------------------ */
body {
	margin: 0;
	padding: 0;
	color:#40411e;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
#wall {
	float:left;
	width: 350px;
	height: 700px;
	margin: 0;
	padding: 0;
	background: url(../images/bulb.jpg) top left no-repeat;
}
#wrapper {
	margin: 0 0 0 360px;
	padding: 0;
}
#content {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0;
	text-align: justify;
}
#footer {
	float: left;
	clear: left;
	height: 48px;
	width: 500px;
	margin: 0;
	padding: 15px 2px 5px 0;
	background: url(../images/footer_stripes.jpg) top left no-repeat;
	border-top: 1px dotted #aaa;
	color: #787746;
	text-align: right;
}


/* --------------------- MENU ---------------------------- */
#navigation {
	position: relative;
	top: 230px;
	left: 190px;
	width: 160px;
	margin: 0;
	padding: 0;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	margin: 12px 0 0 0;
}
#navigation #home a {
	display: block;
	height: 20px;
	width: 130px;
	background: url(../images/nav_home.jpg) no-repeat top right;
	text-indent: -9999px;
}
#navigation #products a {
	display: block;
	height: 20px;
	width: 130px;
	background: url(../images/nav_products.jpg) no-repeat top right;
	text-indent: -9999px;
}
#navigation #about a {
	display: block;
	height: 20px;
	width: 130px;
	background: url(../images/nav_about.jpg) no-repeat top right;
	text-indent: -9999px;
}
#navigation #contact a {
	display: block;
	height: 20px;
	width: 130px;
	background: url(../images/nav_contact.jpg) no-repeat top right;
	text-indent: -9999px;
}


/* -------------------- CONTENT -------------------------- */
#content a:link, #content a:visited {
	color: #787746;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#content a:hover, #content a:active {
	border-bottom: 1px dotted;
}


/* HEADERS --------------------------- */
h2 {
	margin: 20px 0 25px 0;
	padding: 0;
	color: #3e4147;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 205%;
	font-weight: normal;
	text-transform: uppercase;
	text-indent: 10px;
	line-height: normal;
	border-bottom: 1px solid #ccc;
	background: url(../images/h2.jpg) right 4px no-repeat;
	/*background: url(../images/h2.jpg) left 4px no-repeat;
	border-bottom: 1px solid #3e4147;
	padding: 0 0 0 40px;*/
}
h3 {
	margin: 15px 0 0 0;
	padding: 0;
	color: #32331d;
	font-size: 150%;
	font-family: Helvetica, sans-serif;
}
h4 {
	margin: 15px 0 5px 0;
	padding: 0;
	color: #b4af91;
	font-size: 110%;
	line-height: normal;
}


/* NEWS ----------------------------------- */
#news h3 {
	margin-top: 40px;
}
#news .newsItem {
	padding: 0 0 10px 0;
	background: url(../images/hor_line.jpg) left bottom no-repeat;}


/* PRODUCT LIST --------------------------- */
.thumbnail {
	float: left;
	display:block;
	width: 250px;
	text-align: center;
}
.thumbnail img {
	padding: 10px;
	border: 1px solid #ccc;
}
#content .thumbnail a.hasImage:link,  #content .thumbnail a.hasImage:visited {border: none;}
.thumbnail p {
	margin: 3px 0 20px 0;
	font-weight: bold;
}
.clearboth { clear: both; }


/* CONTACT FORM --------------------------- */
form#form_contact {
	margin: 15px 0;
	padding: 0;
	}
#form_contact fieldset {
	border: none;
}
#form_contact label {	
	color: #40411e;
	margin: 0;
}
#form_contact label.aField {
	display: inline-block;	
	width: 110px;
	margin: 15px 5px 0 0;
	padding: 0 2px;
}
#form_contact textarea {
	height: 130px;
	width: 320px;
	margin: 10px 2px 1px 0;
	padding: 5px 5px 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	background: #FFFEDF;
	vertical-align: top;
	border: 1px solid #b4af91;
}
#form_contact textarea:hover {
	background: #fff;
}
#form_contact textarea:focus {
	background: #fff;
	border: 1px solid #5A2E2E;
}
#form_contact input[type=text] {
	height: 15px;
	width: 320px;
	margin: 0 2px 0 0;
	padding: 5px 5px 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	background: #FFFEDF;
	border: 1px solid #b4af91;
}
#form_contact input[type=text]:hover {
	background-color: #fff;
}
#form_contact input[type=text]:focus {
	background: #fff;
	border: 1px solid #5A2E2E;
}
#form_contact input[type=submit], input[type=reset] {
	border: 1px solid yellow;
}
#form_contact .someButtons {
	margin-left: 119px;
}
#form_contact input[type=submit], #form_contact input[type=reset] {
    border: 1px solid #b4af91;
    color: #fff;
    background: url(../images/button_bg.jpg);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 130%;
    height: 23px;
    width: 89px;
    padding-bottom: 2px;
}
#form_contact input[type=submit]:hover, #form_contact input[type=reset]:hover {
    border:1px solid #3E4147;
    color:#3E4147;
}
.reqMark {
	color: #F00;
	padding: 0 4px;
}
.form_errorlist {
	color: red;
	list-style-type: circle;
}

/* -------------------- FOOTER --------------------------- */
#footer a:link, #footer a:visited {
	color: #40411e;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #aaa;
}
#footer a img {
	width: 11px;
	height: 10px;
	margin: 0 3px;
}

/* ---------------------- MISC --------------------------- */
a {
	outline: none; /* this removes the active/focus dotted border from all links in Mozilla */
}
img {
	border: none;
}
.error {
	font-weight: bold;
	color: #f00;
}
#Google_canvas {
	width: 500px;
	height: 400px;
}
#Google_popup {
	background:#EFEFEF;
	border:1px solid #999999;
	margin:0px;
	padding:7px;
	width:170px;
}
/*
         (__)
         (oo)
  /-------\/
 / |     ||
*  ||----||
   ^^    ^^
   
*/
