/* CSS Document */

body 
{
	background-color:#000015;
	margin:0px 0 0;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;

}

*{
	padding: 0;
	margin: 0;
}

p {
line-height: 20px;
}

h1 {
color: #4D6733;
font-family:Arial, Helvetica, sans-serif;
font-size:16px
}

a:link, a:visited, a:active {                 
outline: none;/*IE remove dashed border*/
color: #626378;
text-decoration: none;
}     
a:hover {
text-decoration: underline;
}           
:focus {
 -moz-outline-style: none;/*Moz remove dashed border*/
}
a.email {
	font-weight: bold;
}


#content-holder
{
position:relative;
background-color:#00FF99;
width:797px;
height:479px;
margin:0px auto 0 auto;
background:url(../images/main_bg.jpg) no-repeat;
}

#content-holder-landing
{
position:relative;
background-color:#00FF99;
width:797px;
height:479px;
margin:0px auto 0 auto;
background:url(../images/main_bg_landing.jpg) no-repeat;
}

#content-holder-holding
{
position:relative;
background-color:#0B0D1A;
width:797px;
height:479px;
margin:0px auto 0 auto;
background-image:url(../images/main_bg_landing-contruction.jpg);
background-repeat:no-repeat;}

#content-holder-brand
{
	position:relative;
	background-color:#00FF99;
	width:797px;
	height:510px;
	margin:0px auto 0 auto;
	background:url(../images/main_bg_brand.jpg) no-repeat;
	visibility: visible;
	top: -1px;



}

#content-holder-product
{
position:relative;
background-color:#0f0f0f;
width:797px;
height:800px;
margin:0px auto 0 auto;
background:url(../images/main_bg_product1.jpg) no-repeat;
background-position:bottom;
}

#content-holder-contact
{
position:relative;
background-color:#00FF99;
width:797px;
height:530px;
margin:0px auto 0 auto;
background:url(../images/main_bg.jpg) no-repeat;
background-position:bottom;
}

#brandtext
{
	position:relative;
	width:700px;
	height:226px;
	margin-top:110px;
	margin-left:42px;
	color:#898998;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	visibility: visible;

}

#brandtext2
{
position:relative;
width:700px;
height:256px;
margin-top:40px;
margin-left:42px;
color:#898998;
font-family:Arial, Helvetica, sans-serif;
font-size:11px
}

.text-highlight{
color: #FFFFFF;
font-size: 11px;
}

p.width-short{
width: 520px;
}

.width-long{
width: 560px;
}

#contactform_left
{

float: left;
width:330px;
height:286px;
padding-top:120px;
padding-left:42px;
color:#626378;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;

}

.submitbutton {
margin:-10px 0px 0px 212px;
display:block;
background:url(../images/submit.gif) no-repeat left;
height:26px;
width:66px;
cursor: pointer;
border: 0;
}

input, textarea
{
background-color: #333445;
border: 1px solid #18181B;
color: #FFFFFF;
}



.submitbutton a:hover {
background:url(../images/submit.gif) no-repeat right;
height:26px;
width:66px;
}

#contactform_right
{
margin-top: 120px;
width: 250px;
padding-left: 100px;
float: left;
color:#626378;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
border-left: 1px solid #2F2F3D;

}



.greybold
{color:#666666;
font-weight:bold;
}

.underline
{border-top: 1px solid #2F2F3D;
height: 1px;
overflow: hidden;
width: 200px;
}

{
padding-top:100px;
float: right;
height: 286px;
width: 330px;
}


#music
{
padding-top:10px;
padding-right:20px;
text-align:right;
font-size:11px;
color:#525252;
}

#music a
{
color:#525252;
text-decoration:none;
text-transform:uppercase;
font-size:11px;
 
}

#music a:hover
{
color:#626378;
text-decoration:none;
text-transform:uppercase;
font-size:11px;
 
}
/* navigation css */
#top-nav
{
	position:absolute;
	top:88px;
	right:20px;
	width:660px;
	height:38px;
	z-index:0;
	visibility: visible;

}


#top-nav ul
{
list-style-type:none;
padding:0;
margin:0;
}

#top-nav li
{
float:left;
}


#left-nav
{
width:289px;

height:37px;
}

#top-nav a
{
color:#FFFFFF;
text-decoration:none;
text-transform:uppercase;
font-size:11px;
text-align:center;
padding-top:10px;
height:27px !important;
height /**/ :37px;
 
}



#home-nav a
{
display:block;
width:61px;
height:37px;
background:url(../images/nav/home.jpg) no-repeat;

}

#home-nav a:hover,
#home-nav a.nav-on

{
display:block;
width:61px;
height:37px;
background:url(../images/nav/home_o.jpg) no-repeat;
}

#brand-nav a
{
display:block;
width:88px;
height:37px;
background:url(../images/nav/brand.jpg) no-repeat;
}

#brand-nav a:hover,
#brand-nav a.nav-on

{
display:block;
width:88px;
height:37px;
background:url(../images/nav/brand_o.jpg) no-repeat;
}

#product-nav a
{
display:block;
width:120px;
height:37px;
background:url(../images/nav/product.jpg) no-repeat;
}

#product-nav a:hover,
#product-nav a.nav-on

{
display:block;
width:120px;
height:37px;
background:url(../images/nav/product_o.jpg) no-repeat;
}

#contact-nav a
{
display:block;
width:101px;
height:37px;
background:url(../images/nav/contact.jpg) no-repeat;
}

#contact-nav a:hover,
#contact-nav a.nav-on
{
display:block;
width:101px;
height:37px;
background:url(../images/nav/contact_o.jpg) no-repeat;
}


#home-logo
{
position:absolute;
top:162px;
left:200px;
width:407px;
height:102px;

}

#logo
{
	position:absolute;
	top:31px;
	left:40px;
	width:280px;
	height:102px;
	z-index:99999;
	visibility: visible;


}
#home-text
{
position:absolute;
top:308px;
left:57px;
width:607px;
height:44px;
 
}

#home-bottle
{
position:absolute;
top:157px;
left:653px;
width:55px;
height:267px;
 
}


#green-nav
{
width:797px;
height:26px;
padding-top:5px;
margin:0px auto 0 auto;
background:url(../images/green_bg.jpg) no-repeat;
padding-bottom:0px;

}

#green-nav a
{
color:#FFFFFF;
text-decoration:none;
font-size:14px;
padding-top:15px;
}

#green-nav a:hover
{
color:#FFFFFF;
text-decoration:underline;
font-size:14px;
padding-top:15px;
}
.link-1
{
padding-left:0px;
margin-left:110px;
}

.link-2
{
padding-left:0px;
margin-left:210px;
}

.link-3
{
padding-left:0px;
margin-left:230px;
}

.link-4
{
padding-left:0px;
margin-left:20px;
}

.link-5
{
padding-left:0px;
margin-left:30px;
}

#footer-holder
{
padding-top:10px;
width:797px;
height:90px;
margin:20px auto 0 auto;
font-size:10px;
color:#999999;
border-top:3px solid #2d2c3d;
 
}

#footer-holder a
{
color:#6b6b71;
text-decoration:none;
font-size:11px;
padding-top:15px;
}

#footer-holder a:hover
{
color:#FFFFFF;
text-decoration:none;
font-size:11px;
padding-top:15px;
}
.audio {color: #666666; font-size:11px;}

#bottomtext
{
/*position:relative;*/
float: left;
width:797px;
height:3px;
padding-top:100px;
margin-left:0px;
color:#898998;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
text-align:center;
z-index:999;
}

#bottomtext2
{
/*position:relative;*/
width:797px;
height:3px;
padding-top:90px;
padding-top:90px;
margin-left:0px;
color:#898998;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
text-align:center;
}

#bottomtext3
{
/*position:absolute;*/
float: left;
width:797px;
height:15px;
padding-top: 60px;
bottom:0px;
color:#898998;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
text-align:center;
z-index:0;
}

#bottomtext4
{
	position:relative;
	width:797px;
	height:3px;
	margin-top:0px;
	color:#898998;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
}
#order-box {
	position: absolute;
	top: 435px;
	left: 580px;



}
#table-centre {
	position: absolute;
	left: 50px;
	top: 37px;
	visibility: visible;
	z-index: 99;



}
#cart {
	top: 60px;
	right: 22px;
	position: absolute;
	visibility: visible;


}
.rightcell {
	text-align: right;
}
#table-centre TD {
	padding: 3px;

}
#content-holder-checkout {
	position:relative;
	background-color:#0f0f0f;
	width:797px;
	height:800px;
	margin:0px auto 0 auto;
	background-position:bottom;
	background-image: url(../images/main_bg_checkout.jpg);
	background-repeat: no-repeat;
	left: -1px;
	top: 0px;



}
.line {
	height: 2px;
	font-size: 1px;
	background-color: #648F36;

}
#cards {
	position: absolute;
	left: 0px;
	top: 600px;
}

