/*Author Tony Xia @ Rad3 www.Rad3.com*/
/*Date: 2/7/08*/
/*Description: CSS style for Nick Winter LTD*/
@charset "utf-8";

/*This is the template for css global reset--avoid cross broswer padding and margin issue.*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}
strong { font-weight: bold }
em { font-style: italic }
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

body {
	behavior: url("csshover3.htc");
}


/***************Typographic*********************/
h1{
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 35px;
	letter-spacing: -1px;
	color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    font-weight: 100;
}


h2{
	font-family: Georgia,serif;
	color: #4E443C;
	font-variant: small-caps; 
	text-transform: none; 
	font-weight: 100; 
	margin-bottom: 0;
	font-size:22px;
}


h3{
	font-family: Georgia,serif;
	color: #4E443C;
	font-variant: small-caps; 
	text-transform: none; 
	font-weight: 100; 
	font-size:22px;
	border-bottom:1px solid #333333;
	margin:0 0 10px 0;
}

h4{
	font-family: Georgia,serif;
	color: #B44105;
	text-transform: none; 
	font-weight: 100; 
	font-size:20px;
	margin:0 0 5px 0;
}

h5{
	font-family: Georgia,serif;
	color: #897C04;
	text-transform:capitalize;
	font-weight: 100; 
	font-size:12px;
	margin:0 0 10px 0;
	font-style:italic;
}

h6{
	font-family: Georgia,serif;
	color: #353535;
	text-transform:capitalize;
	font-weight: 100; 
	font-size:11px;
	margin:0 0 10px 0;
	font-style:italic;
	text-align:center;
}

p{
	font-family:Georgia, "Times New Roman", Times, serif, "Century Gothic";
	color:#353535;
	line-height:1.5;
	margin:0 0 15px 0;
	font-size:14px;
}

p.news{
	font-family:Georgia, "Times New Roman", Times, serif, "Century Gothic";
	color:#353535;
	line-height:1.5;
	margin:0 0 15px 0;
	font-size:13px;
}

p.copyrights{
	position:relative;
	top:110px;
	left:18px;
	color:#FFFFFF;
	text-align:center;
}

em{
	color:#666666;
}

h1 a{
	color:#FFFFFF;
}

#footer a{
	color:#FFFFFF;
}

a{
	text-decoration:underline;
	color:#B44105;
}

a:hover{
	text-decoration:none;
}


/*Basic Style*/
body{
	padding:0;
	margin:0;
	background:url(images/pageBG1.jpg) repeat-x #FFFFFF;
}


#wrapper{
	width:912px;
	margin:0 auto;
}

#header{
	width:912px;
	height:256px;
	background:url(images/girl_banner.png) no-repeat top left;
	position: relative;
}

#banner{
	width:100%;
	height:186px;
	background:url(images/leatherHeader.jpg) no-repeat #FFFFFF top left;
}

#navigation{
	width:882px;
	margin:0 0 0 18px;
	height:31px;
	background:url(images/nav_red.jpg) no-repeat;
	border:0px solid green;
	padding:12px 0 0 0;
}

#container{
	width:880px;
	background:url(images/bodyBG.jpg) repeat-y #FFFFFF;
	padding:20px 16px 0 16px;
	min-height:400px;
  	height:auto !important;
  	height:400px;
}

#cleaner{
	height:5px;
	clear:both;

}

#containerEnd{
	width:100%;
	height:81px;
	background:url(images/bodyBgEnd.jpg) no-repeat;
}

#footer{
	width:100%;
	height:150px;
	background:url(images/footer.jpg) no-repeat;
	margin:0 0 30px 0;

}

.douCol img{
	border:2px solid #C5C5C5;
}

img.withBorder{
	border-top:3px solid #333333;
	border-bottom:3px solid #333333;
}


a.videoThumb{
margin:12px;
}
/********************HEADER************************/

/*style by object*/
#logo{
	float:left;
	margin:10px 0 0 0; /*header is 70px, margin should always be less than 14px - the logo is 56px*/
}

#blur{
	float:right;
	margin:20px 0 0 0;
}

#headLine{
	position:relative;
	top:130px;
	left:100px;
}

/*navigation*/
#navigation ul{
	width:100%;
	height:43px;
	text-align:center;
	margin:0;
	padding:0;
}

#navigation ul li{
	display:inline;
}

#navigation ul li a{
	font-family:Georgia, "Times New Roman", Times, serif, "Century Gothic";
	font-size:14px;
	font-weight:500;
	color:#FFFFFF;
	text-decoration:none;
	margin:0 20px 0 20px;
}

#navigation ul li a:hover{
	text-decoration:underline;
}

#navigation ul li a#highlight{
	text-decoration:none;
	text-decoration:underline;
}

/***********Body****************/

/*single col*/
.sinCol{
	width:246px;
	float:left;
	padding:20px;
}

.sinCol #charts{
	margin:240px 0 0 0;
}

.sinCol #marketsSidenote{
	margin:0 0 0 0;
	text-align:right;
}

.sinCol #clientDes{
	margin:40px 0 0 0;
	text-align:right;
}

.sinCol #sheep{
	margin:850px 0 0 0;
}

/*double col*/
.douCol{
	width:510px;
	float:right;
	padding:20px;
}

.douCol ul{
	margin:0 0 15px 0;
}

.douCol ul li{
	font-family:Georgia, "Times New Roman", Times, serif, "Century Gothic";
	color:#666666;
	font-size:13px;
	line-height:1.5;
	list-style:disc;
	margin:0 0 0 20px;
}
	
/*table style*/
table.dataTable{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:0 0 15px 0;
	text-align:center;
	border-bottom:1px dotted #B44105;
	margin-bottom: 1.5em;
}

table.dataTable tr td{
	padding: 5px 10px;
}

table.dataTable tr td.tableHeader{
	border-bottom:1px solid #B44105;
	font-weight:bold;
	padding:0 0 5px 0;
	text-align: left;
}

/*form*/
form{
	font-family:Georgia, "Times New Roman", Times, serif, "Century Gothic";
	color:#353535;
	line-height:1.5;
	margin:0 0 15px 0;
	font-size:14px;
}

form label,select{
	display:block;
	margin-top:5px;
}

form #submitBtn{
	margin:10px 0 0 0;
}

form select{
	width:155px;
}

#navigation ul {
	
}

#navigation ul li {
	position: relative;
	float: left;
	display: inline-block;
//	display: inline;	
	height: 33px;
}

#navigation ul ul {
	display: none;
	position: absolute;
	top: 31px;
	border-bottom: solid 1px #333;
}

#navigation li:hover ul {
	display: block;
}

#navigation ul ul li {
	display: block;
	width: 200px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	border: solid 1px #ccc;
	border-top: none;	
	color: #333;
	float: none;
	border-collapse: collapse;
	text-align: left;
}

#navigation ul ul a {
	line-height: 30px;
	background-color: #fff;
	color: #333;
}


#header a {
	position: absolute;
	left: 520px;
	top: 54px;
	height: 36px;
	text-indent: -9000px;
	width: 104px;
	background: transparent url(images/enquiry.gif) no-repeat;
}

#header a:hover {
	background-position: 0px -36px;
}

h4 {
	margin-bottom: 0.5em;	
}