/* 
Title:     Jett Vodka
Author:    kerry@noise13.com | © Noise 13
Updated:   11-12-08
*/


/********************************************** 
		           DEFAULTS
**********************************************/

* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	}	

body {
	text-align: left; 
	font: normal 67.5%/1.25em Helvetica, Arial, Verdana, sans-serif;
  	color: #FFFFFF;
	background: #000000 url(../images/global/bg_body.jpg) no-repeat left top;
	}
	
body#home { background: #000000 url(../images/global/bg_body_home.jpg) no-repeat left top; }	

strong, b { font-weight: bold; }
em { font-style: italic; }

h1.twentyone {
	width: 322px;
	height: 28px;
	margin: 15px auto 20px auto;
	font: normal 2em/1.5em Arial, Helvetica, sans-serif;
	color: #989797;
	text-indent: -4000px;
	background: url(../images/header_twentyone.gif) no-repeat;
	}	

h1.intro {
	width: 368px;
	height: 270px;
	font: normal 2em/1.5em Arial, Helvetica, sans-serif;
	color: #989797;
	text-indent: -4000px;
	background: url(../images/copy_about.gif) no-repeat;
	}	
	
	
h3 {
	margin: 0 0 8px 0;
	padding: 0; 
	font: normal 1.2em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #CC3229;
	}
	
p {	
	margin: 0 0 10px 0;
	font: normal 1.2em/1.5em Arial, Helvetica, sans-serif;
	color: #E0E0E0;
	}

a:focus { outline: none; }
a:link, a:visited { 
	color: #CC3229; 
	text-decoration: none; 
	}	
a:hover, a:active { 
	text-decoration: underline;
	color: #CC3229; 
	}


	
/********************************************** 
				  STRUCTURE
**********************************************/	


#header { 
	margin: 0;
	padding: 15px 0 27px 0;
	}
	
#header h2 {
	position: relative;
	float: left;
	margin: 70px 0 0 40px;
	width: 339px;
	height: 103px;
	font-size: 1em;
	
	}
#header h2 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/global/logo_jett.gif) no-repeat;

	}	
#header h2 a { cursor: pointer;	
color: #000}	

#flash {
	width: 332px;
	height: 101px;
	margin: 70px 0 5px 45px;
	}		
	
#home { width: 1100px; padding: 0 0 30px 0; }
	
#home .leftcol {
	float: left;
	width: 400px;	
	margin: 30px 0 0 120px;
	padding: 0;
	}
	
#home .rightcol {
	float: left;
	width: 370px;
	display: inline;
	margin: 30px 0 0 175px;
	padding: 0;
	}				
	
#onecol { 
	width: 750px; 
	margin: 30px 0 0 120px;
	
	
	}	
	
#index { 
	width: 1100px; 
	margin: 30px 0 0 0;
	text-align: center;
	}	
		

/********************************************** 
				 MAIN NAV
**********************************************/

ul#nav {
	position: absolute;
	top: 175px;
	left: 700px;
	width: 464px;
	height: 10px;
	list-style: none;
	overflow: hidden;
	}

ul#nav li a {
	position: absolute;
	top: 0;
	width: 78px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:10px; /* IE5/Win */
	background: transparent url(../images/global/btn_nav.gif) no-repeat;
	}

ul#nav li#nav_vodka a { 
	background-position: 0 0; 
	width: 78px; 
	left: 0; 
	}

ul#nav li#nav_vodka a:hover,
body#vodka ul#nav li#nav_vodka a { background-position: 0 -10px; }

ul#nav li#nav_founder a { 
	background-position: -78px 0; 
	width: 97px; 
	left: 78px; 
	}
ul#nav li#nav_founder a:hover,
body#facts ul#nav li#nav_facts a { background-position: -78px -10px; }

ul#nav li#nav_where a { 
	background-position: -175px 0; 
	width: 103px; 
	left: 175px; 
	}
ul#nav li#nav_where a:hover,
body#where ul#secondnav li#nav_where a { background-position: -175px  -10px; }

ul#nav li#nav_press a {
	background-position: -278px 0; 
	width: 51px; 
	left: 278px; 
	}
ul#nav li#nav_press a:hover,
body#press ul#nav li#nav_press a { background-position: -278px -10px; }
	
/********************************************** 
				    FORMS
**********************************************/


form.contact { width: 340px; }
			
form.contact fieldset li {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	}

form.contact label { 
	display: block;
	margin: 0 0 3px 0;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color: #37322E;
	}

form.contact .warning {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #CE6319;
	}	
	
form.contact .textinput, form.contact .textarea {
	width: 340px;
	padding: 4px;	
	font: normal 1.1em Arial, Helvetica, sans-serif;	
	border: 1px solid #DDDDDD;
	background: url(../images/global/bg_input.gif) repeat-x left top;
	}
	
form.contact .textarea { height: 4em; }	

form.contact .textinput:focus, 
form.contact .textarea:focus { 
	border: 1px solid #CE6319; 
	background: none;
	}			
	
form.contact .submit { 
	width: 73px;
	height: 36px;
	margin: 0;
	text-indent: -4000px; 
	background: url(../images/global/btn_submit.gif) no-repeat left top;
	}
	
form.contact .submit:hover { 
	cursor: pointer;
	outline: none;
	}	
		
form.contact .submit:active { 
	background-position: 0 -36px; 
	cursor: pointer;
	outline: none;
	}	


/********************************************** 
				  BODY STYLES
**********************************************/

h1.introducing {
	width: 602px;
	height: 25px;
	margin: 0 0 5px 0;
	text-indent: -4000px;
	background: url(../images/global/header_introducing.gif) no-repeat;
	}

h2.prepare {
	width: 337px;
	height: 21px;
	margin: 180px 0 5px 380px;
	text-indent: -4000px;
	background: url(../images/global/header_prepare.gif) no-repeat;
	}


#home .leftcol h3 {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #CE3229;
	text-transform: none;
	}

#home .leftcol p { margin: 0 0 3px 0; font-size: 1em; }

#home p.distributed {
	margin: 200px 0 0 0;
	font: normal 1.2em/1.4em Arial, Helvetica, sans-serif;
	color: #7F7F7F;
	}
	
#home .private {
	width: 313px;
	height: 5px;
	text-indent: -4000px;
	background: url(../images/copy_private.gif) no-repeat;
	}

#signup { margin: 0 0 10px 0; }

#signup .textinput { 
	width: 170px;
	margin: 0 5px 0 0; 
	padding: 8px 0 6px 8px; 
	border: none; 
	color: #999999; 
	font: normal 1em Arial, Helvetica, sans-serif;  	
	background: url(../images/global/bg_textinput.gif) no-repeat left 2px; 
	}
	
	
#signup .buttonSubmit {
	width: 63px;
	height: 27px;
	background: url(../images/global/btn_signup.gif) no-repeat left top;
	cursor: pointer;
	border: none;
}

#signup .buttonSubmit:hover { background-position: left bottom; }	


#onecol li { 
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	font: normal 1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #DCDCDC;
	background: url(../images/global/bullet.gif) no-repeat left 0.5em;
	}

#subnav a
	{padding: 2px;}

#subnav a:link, #subnav a:visited
	{background: #CC3229;
	color: #FFF;
	text-decoration: none;}

#subnav a:hover, #subnav a:active
	{background: #000;
	color: #FFF;}


dl { 
	float: left;
	width: 187px;
	margin: 0 0 15px 0; 
	padding: 0;
	}
	
dl.pad { margin: 24px 0 0 0; }		
	
dt.cat {
	font: normal 1.2em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #E0E0E0;
	}	
	
dt {
	margin: 10px 0 0 0;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #E0E0E0;
	}
	
dd {
	font: normal 1em/1/25em Arial, Helvetica, sans-serif;
	color: #E0E0E0;
	}			
	
dd.note {
	font: italic 1em Arial, Helvetica, sans-serif;
	color: #E0E0E0;
	}	

.article {
padding: 10px 0;
clear: both;
border-top: 1px solid #333333;

}	
	
.article img {
	float: left;
	margin: 0 15px 10px 0;
	}
	
.article p { font: italic 1.2em Georgia, "Times New Roman", Times, serif; 
}	
	
/***************************************************
			         FOOTER
***************************************************/		
	
p.addresshome {
	position: absolute;
	top: 580px;
	left: 890px;
	padding: 0 0 50px 0;
	width: 169px;
	height: 43px;
	}

p.address {
	position: absolute;
	top: 650px;
	left: 904px;
	padding: 0 0 50px 0;
	width: 169px;
	height: 43px;
	}	

#footer {
	position: absolute;
	top: 580px;
	left: 400px;
	width: 450px;
	}

#home #footer {
	position: absolute;
	top: 580px;
	left: 698px;
	width: 450px;
	}
	
#footer p {
	font: normal 1.2em/1.4em Arial, Helvetica, sans-serif;
	color: #7F7F7F;
	}	

/***************************************************
			           MISC
***************************************************/	

	
.fix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
  
.fix { display: inline-block; } 
* html .fix { height: 1%; }
.fix { display: block; }
.hide { text-indent: -4000px; }
