@charset "UTF-8";
/* CSS Document */

/* commented backslash hack \*/
html, body{height:100%;}
/* end hack */
html,body {margin:0;padding:0}

/* &) Text

------------------------------------------------------------------ */
body {
	background:#434343 url(../images/bg_body_top.jpg) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	text-align: center;
	color: #4c6f00;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #e1e8e1;
	text-align:left;
}
a {
	text-decoration:underline;
	color: #80ae10;
}
a:hover {
	text-decoration:underline;
	color: #ffffff;
}
img {
	border: 0;
}

/* &) Divs

------------------------------------------------------------------ */

#wrapper{
	height: 100%;
	margin-bottom:0px;
}
* html #wrapper{height:100%;}
#centre {
	margin: 0 auto;
	width: 950px;
}
#splash {
	margin-top: 80px;
	margin-bottom: 0px;
}
#map1 {
	margin-top: -300px;
	.margin-top: -320px;
	float:right;
	text-align:left;
}
#map2 {
	margin-top: -200px;
	.margin-top: -220px;
	float:right;
	text-align:left;
}

/* &)  Navigation - Main & Sub Horizontal Navigation

------------------------------------------------------------------ */

#navigation {
	height: 50px;
	width: 950px;
	margin-left: -6px;
}
	
#navigation ul#navmain {
	float: left;
	height: 50px;
	margin-left: 0px;
	.margin-left: 31px;
	_margin-left: 17px;
	margin-top: 0px;
	list-style-type: none;
}
#navigation ul#navmain li {
	float: left;
	list-style-type: none;
}

/* &)  Product Box 

------------------------------------------------------------------ */	
	
#productBox {
	background:#434343 url(../images/productBox_01.jpg) bottom left no-repeat;
	text-align:left;
	width: 890px;
	margin: 0 auto;
	margin-top: 28px;
	height: 365px;
}
#productBox .logoImage{
	position:absolute;
	margin-left: 40px;
	margin-top: -16px;
}
#productBox .stickerLink{
	position:absolute;
	margin-left: 40px;
	margin-top: 190px;
}
#productBox .productButton{
	position:absolute;
	margin-left: 210px;
	margin-top: 275px;
}
#productBox .screenLink{
	position:absolute;
	margin-left: 520px;
	margin-top: 30px;
}

/* &)  Product Box 2

------------------------------------------------------------------ */	
	
#productBox2 {
	background:#e6e6e6 url(../images/productBox_02.jpg) bottom left no-repeat;
	text-align:left;
	width: 890px;
	margin: 0 auto;
	margin-top: 28px;
	height: 365px;
}
#productBox2 .logoImage{
	position:absolute;
	margin-left: 40px;
	margin-top: -16px;
}
#productBox2 .stickerLink{
	position:absolute;
	margin-left: 40px;
	margin-top: 190px;
}
#productBox2 .productButton{
	position:absolute;
	margin-left: 210px;
	margin-top: 275px;
}
#productBox2 .screenLink{
	position:absolute;
	margin-left: 520px;
	margin-top: 30px;
}

/* &)  Logo Only

------------------------------------------------------------------ */

#logo {
	text-align:left;
	width: 890px;
	margin: 0 auto;
	margin-top: 28px;
	height: 140px;
}
#logo .logoImage{
	position:absolute;
	margin-left: 40px;
	margin-top: -16px;
}
#logo .logoImage2{
	float:right;
	margin-left: 40px;
	margin-top: -16px;
}

/* &)  Package Box 

------------------------------------------------------------------ */	
	
#packageBox {
	background:#434343;
	text-align:left;
	width: 890px;
	margin: 0 auto;
	margin-top: 28px;
	height: 365px;
}
#packageBox .box {
	background:#434343 url(../images/bg_box.jpg) bottom right no-repeat;
	float: left;
	text-align:left;
	width: 250px;
	margin: 0 auto;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;	
	min-height: 250px;
	height: 250px;
}
#packageBox .box p{
	text-align:left;
	font-size: 0.8em;
	margin-top: 5px;
	margin-left: -15px;
	margin-right: 5px;	
	margin-bottom: 10px;
}
#packageBox .more {
	position:absolute;
	margin-top: 150px;
}


/* &)  Content

------------------------------------------------------------------ */

#content {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;		
	width: 850px;
}
#content p {	
	padding-left: 25px;
	padding-right: 25px;
}
#content .headingImage {
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: -10px;
	_margin-bottom: -5px;
}

.verishot_table td {color:#e1e8e1; }

/* &)  Footer

------------------------------------------------------------------ */

#footer {
	background:#ffffff url(../images/bg_body_bottom.jpg) bottom left repeat-x;
	width:100%;
	clear:both;
	height:224px;
	color: #000000;
}
#footerContent {
	margin: 0 auto;
	margin-top: 10px;		
	padding-top: 5px;
	width: 850px;
}
#footerContent p {	
	color:#FFFFFF;
	font-size: 0.7em;
	padding-left: 25px;
	padding-right: 25px;
}
#footerContent a {
	color: #5f8a00;
	text-decoration:none;
}
#footerContent a:hover {
	text-decoration:underline;
}
#footer .white{
	color: #FFFFFF;
}
#footerContent .footerHeader {
	margin-top: 5px;
	.margin-top: 0px;
	margin-left: 15px;
	margin-bottom: -8px;
	.margin-bottom: -15px;
}
#footerContent .smallE {
	margin-bottom: -5px;
}
#clearfooter{
	clear:both;
	height:50px;
}
	
/* &) Miscellaneous Hacks

------------------------------------------------------------------ */

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

.mibrella li {text-align:left; color:#e1e8e1;}

.subheader {color:#80ae10; font-weight:bold; font-size:14px;}

.verishot_footer {
	background:#ffffff url(../images/bg_body_bottom.jpg) bottom left repeat-x;
	height:224px;
}