/*  © 2009 Think Nocturnal LLC.  All rights reserved.  */

/* based on 1024px (w) x 768px (h) design */

/* General Structure */

*{
margin:0;
padding:0;
}

html
	{ 
	background: #E2E2E2 url('/img/home/background.gif') repeat-x left top; 
	_overflow-y: hidden;
	_overflow-x: hidden;
	}

body 
	{ 
	color: #000000;
	padding: 0;
	margin: 0;
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif; 
	}
	
/* HOMEPAGE Content Structure */

#container 
	{ 
	position: relative;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	/*margin-top: 10px;*/
	background: transparent; 
	}

#content 
	{ 
	position: relative;
	width: 1000px;
	height: 624px;
	margin: 0;
	padding: 0;
	float: left;
	background: transparent url('/img/home/bottom.jpg') no-repeat left bottom; 
	}
	
#spacer {
	position: relative;
	margin-top: 2px;
	height: 644px;
	width: 12px;
	background: transparent;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 1;
	}

#home_holder {
	position: relative;
	height: 475px;
	width: 785px;
	background: #ffffff;
	margin: 0;
	padding:0;
	float: left;
	z-index: 1;
	}

#home_image {
	position: relative;
	height: 301px;
	width: 785px;
	background: #ffffff;
	margin: 0;
	padding:0;
	float: left;
	z-index: 1;
	}
	
#logo {
	position: relative;
	margin: 0;
	padding: 0;
	width: 215px;
	height: 97px;
	float: left;
	z-index: 1;
	}

#home_news {
	position: relative;
	margin: 0;
	padding: 0;
	width: 215px;
	height: 135px;
	float: left;
	z-index: 1;
	}

#promo1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 215px;
	height: 95px;
	float: left;
	z-index: 1;
	}

#promo2 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 215px;
	height: 148px;
	float: left;
	z-index: 1;
	}
	
#logo_n_promo {
	position: relative;
	margin: 0;
	padding: 0;
	width: 215px;
	height: 475px;
	float: left;
	z-index: 1;
	}

#nav {
	position: relative;
	margin: 0;
	padding: 0;
	width: 785px;
	height: 174px;
	float: left;
	background: #FFFFFF url('/img/home/gradient.jpg') repeat-x left top;
	display: block;
	z-index: 50;
	}

#nav .navlette {
	position: relative;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 125px;
	padding-left: 30px;
	float: left;
	display: block;
	z-index: 51;
	}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 5px;
	margin-top: 20px;
	/*background-color: red;*/
	float: left;
	_float: both;
	}

#nav li {
	list-style-type: none;
	background-image: url('/img/red_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 60%;
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-indent: 0;
	}

#nav li.none {
	list-style-type: none;
	list-style-image: none;
	position: relative;
	/*clear: both;*/
	margin: 0;
	padding: 0;
	margin-left: 0px;
	/*height: 18px;*/
	margin-top: 4px;
	margin-bottom: 4px;
	text-indent: 0;
	width: 150px;
	display: block;
	}

#nav li.none img {
	display: inline;
	float: left;
	}

#nav h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

#nav h3 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #C4262E;
	margin: 0;
	padding: 0;
	margin-top: -4px;
	padding-bottom: 10px;
	}

#nav a, #nav a:visited, #nav a:link {
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	display: block;
	color: #000;
	font-size: 11px;
	}

#nav a:hover {
	text-decoration: underline;
	margin: 0;
	padding: 0;
	text-indent: 0;
	display: block;
	color: #A4AEB5;
	}


#product_holder {
	position: relative;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 126px;
	float: left;
	border-top: 1px solid #CCCCCC;
	background: #FFFFFF url('/img/home/bottom_black_bar.jpg') no-repeat left bottom; 
	/*background: red; */
	z-index: 1;
	}

.first_product {
	position: relative;
	margin: 0;
	padding: 0;
	padding-top: 16px;
	height: 110px;
	width: 124px;
	float: left;
	text-align: center;
	background: transparent; 
	z-index: 1;
	}

.products {
	position: relative;
	margin: 0;
	padding: 0;
	padding-top: 16px;
	height: 110px;
	width: 124px;
	float: left;
	text-align: center;
	background: transparent;
	border-left: 1px solid #CCCCCC;
	z-index: 1;
	}

a.product_names, a:visited.product_names , a:link.product_names {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	width: 124px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	text-indent: 0;
	color: #FFFFFF;
	background: transparent;
	z-index: 1;
	}

a:hover.product_names, a:hover.product_names_uk  {
	text-decoration: underline;
	text-indent: 0;
	display: block;
	color: #A4AEB5;
	}

.first_product_uk {
	position: relative;
	margin: 0;
	padding: 0;
	padding-top: 16px;
	height: 110px;
	width: 110px;
	float: left;
	background: transparent; 
	text-align: center;
	z-index: 1;
	}

.products_uk {
	position: relative;
	margin: 0;
	padding: 0;
	padding-top: 16px;
	height: 110px;
	width: 110px;
	float: left;
	background: transparent;
	text-align: center;
	border-left: 1px solid #CCCCCC;
	z-index: 1;
	}

a.product_names_uk, a:visited.product_names_uk, a:link.product_names_uk {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	width: 110px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	text-indent: 0;
	color: #FFFFFF;
	background: transparent;
	z-index: 1;
	}

.product_names_uk {
	position: relative;
	margin: 0;
	padding: 0;
	width: 110px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background: red;
	z-index: 1;
	}

/* PULLDOWN Structure */

#link_to_pull {
	position: absolute;
	height: 20px;
	width: 220px;
	margin: 0;
	padding: 0;
	margin-top: 275px;
	margin-left: 27px;
	font-size: 10px;
	color: #FFF;
	display: block;
	float: left;
	_float: both;
	_clear: both;
	z-index: 50;
	background: transparent;
	}

#link_to_pull div {
	padding-top: 6px;
	padding-right: 4px;
	display: block;
	float: left;
	}

#link_to_pull img {
	margin-top: -3px;
	margin-left: -2px;
	display: block;
	float: left;
	}

#link_to_pull a {
	padding-top: 6px;
	padding-left: 4px;
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	}

#link_to_pull a:link,visited {
	color: #FFF;
	}

#link_to_pull a:hover {
	text-decoration: underline;
	color: #FFF;
	}

#pull_down {
	position: absolute;
	height: 190px;
	width: 225px;
	margin: 0;
	padding: 0;
	margin-top: 255px;
	top: 0;
	left: 50px;
	font-size: 10px;
	color: #000;
	display: none;
	float: left;
	z-index: 50;
	background: transparent url('/img/home/rollover.png') no-repeat left top;
	_background: transparent url('/img/home/rollover.gif') no-repeat left top;
	}

#pull_down .country {
	position: absolute;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 24px;
	margin-left: 15px;
	/*text-indent: 11px;*/
	color: #000;
	text-decoration: none;
	background: transparent;
	}

#pull_down .country a.clear {
	position: relative;
	padding-bottom: 3px;
	height: 18px;
	width: 18px;
	padding-left: 4px;
	color: #000;
	float: left;
	text-decoration: none;
	background: blue;
	z-index: 152;
	}

#pull_down .country a,#pull_down .country a:link,#pull_down .country a:visited {
	position: relative;
	/*margin-top: 1px;*/
	/*padding-top: 2px;*/
	padding-bottom: 3px;
	padding-left: 4px;
	color: #000;
	float: left;
	text-decoration: none;
	background: transparent;
	z-index: 152;
	}

#pull_down .country a:hover {
	text-decoration: underline;
	color: #000;
	}

#pull_down .choose {
	position: absolute;
	padding: 0;
	margin-top: 55px;
	margin-left: 25px;
	color: #C4262E;
	width: 130px;
	height: 15px;
	font-style: italic;
	background: transparent;
	z-index: 151;
	}

#pull_down .co_list {
	position: absolute;
	padding: 0;
	margin-top: 70px;
	margin-left: 25px;
	color: #000;
	width: 150px;
	height: 100px;
	text-decoration: none;
	background: transparent;
	z-index: 151;
	}

#pull_down .co_list a,#pull_down .co_list a:link,#pull_down .co_list a:visited {
	position: relative;
	margin-top: 1px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #000;
	float: left;
	clear: both;
	width: 150px;
	text-decoration: none;
	background: transparent;
	z-index: 152;
	}

#pull_down .co_list a:hover {
	text-decoration: none;
	background: #CCC;
	color: #000;
	}

/* FOOTER Structure */

#contact {
	position: absolute;
	height: 17px;
	width: 500px;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	margin-left: 27px;
	font-size: 10px;
	color: #FFF;
	display: block;
	float: left;
	_float: both;
	_clear: both;
	z-index: 50;
	background: transparent;
	}

#contact a {
	padding: 0;
	color: #FFF;
	text-decoration: none;
	}

#contact a:link,visited {
	color: #FFF;
	}

#contact a:hover {
	text-decoration: underline;
	color: #FFF;
	}
	
/* BASICS */

.clear { 
	clear: both; 
	}	

.bold { 
	font-weight: bold; 
	}	

img {
    border: 0;
    }

a.noline {
	color: #0073CF;
	text-decoration: none;
	}

a.noline:link,a.noline:visited {
	color: #0073CF;
	}

a.noline:hover {
	text-decoration: underline;
	color: #C4262E;
	}

a.noline_red {
	color: #C4262E;
	text-decoration: none;
	}

a.noline_red:link,a.noline_red:visited {
	color: #C4262E;
	}

a.noline_red:hover {
	text-decoration: none;
	color: #A4AEB5;
	}
	
p   { 
	font-size: 11px;
	padding-top: 4px; 
	padding-bottom: 4px; 
	padding-right: 0; 
	padding-left: 0; 
	margin: 0; 
	}
	
p a {
	color: #0073CF;
	text-decoration: none;
	}

p a:link,visited {
	color: #0073CF;
	text-decoration: none;
	}

p a:hover {
	color: #000;
	text-decoration: underline;
	}


p.wwide {
	padding: 2px;
	margin: 0;
	}
		
a.arrow {
	color: #A4AEB5;
	background-color: #002A42;
	font-weight: normal;
	}

hr { 
	color: #A4AEB5;
	height: 1px;
	}

h1 { 
	padding-top: 0px; 
	padding-bottom: 10px; 
	padding-right: 0; 
	padding-left: 0; 
	margin: 0;
	margin-left: -4px;
	font-size: 16px; 
	font-weight: bold;
	}
		
.date {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	}

a.title {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	}

a.title:link, a.title:visited {
	color: #000000;
	text-decoration: none;
	}

a.title:hover {
	color: #C4262E;
	text-decoration: underline;
	}
	
p.redbold {
	color: #C4262E;
	font-weight: bold;
	font-size: 11px;
	}

.red {
	color: #C4262E;
	}

p.redbold {
	color: #C4262E;
	font-weight: bold;
	font-size: 12px;
	}

.black {
	color: #000000;
	}

p.blackbold {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	}

p.titlebold {
	font-weight: bold;
	font-size: 12px;
	}
	
.boldme {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	background-color: #FFF;
	}
	
.gray {
	color: #A4AEB5;
	}
