/*
 StockEye 
*/
/* Global Reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; margin:0; padding:0;}

/* page setup */
body {text-align: center; font: 12px/18px Arial, Helvetica, sans-serif; color: #656565; background: url('../images/body.png') repeat-x #fff;}
p {padding-bottom: 18px;}
img, a img {border: 0;}
ul,li {list-style: none;}
.clear {clear: both;}
a img {vertical-align: middle;}

/* headings */
h1 {font: normal 18px/18px Arial, Helvetica, sans-serif; color: #fff; margin-bottom: 18px;}
h2 {font: bold 15px/46px Arial, Helvetica, sans-serif; color: #fff; text-indent: 10px;}

/* links */
a {color: #a41d21; text-decoration: none; outline: none;}
a:hover {color: #ec8526;	text-decoration: none;}
#login {position: absolute; top: 45px; right: 10px; width: 140px; height: 37px;}

/* divs */
#wrap {width: 960px; margin: 0 auto; text-align: left;}
#header {height: 150px; position: relative;}
#main {background: url('../images/main.jpg') no-repeat #fff;}
#banner {position: relative; width: 960px; height: 360px;}
#form {position: absolute; top: 30px; left: 10px; width: 420px; height: 220px; padding: 10px 20px; font-weight: bold; color: #fff;}
#cols {position: relative; width: 960px; height: 360px;}
#cols .col {width: 300px; height: 360px; position: absolute; background: transparent url('../images/col.png') no-repeat;}
#col1 {top: 0px; left: 10px;}
#col2 {top: 0px; left: 330px;}
#col3 {top: 0px; left: 650px;}
#footer {padding: 30px 10px; border-top: 1px dotted #ccc;}

/* imgs */
#logo {position: absolute; top: 45px; left: 10px; width: 301px; height: 60px;}

/* lists */
#cols ul {padding: 20px 10px; list-style-type: none; font-weight: bold;}
#cols ul  li {padding: 5px 5px 5px 25px; background: url("../images/tick.png") center left no-repeat;}

/* forms */
form input[type=text] {
	width: 160px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656565;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	vertical-align: middle;
	margin: 0 18px 18px 0;
	}

