/* CSS Document */

/* Premier Drinks website - Pragmatic Design Ltd • 01902 58 10 12 • www.pragmaticdesign.co.uk */

html {
background-image:url(images/alcohol_bottles.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#000;
}
body {
margin: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
}
.clear {
clear:both;
}

p a {
color:#fff;
}
p a:hover {
color:#00ffff;
}

h1 {
font-size:24px;
}
h2 {
font-size:22px;
}
h3 {
font-size:20px;
}
h4 {
font-size:18px;
}
h5 {
font-size:16px;
}
h6 {
font-size:14px;
}
h1, h2, h3, h4, h5, h6 {
font-weight:lighter;
}


#text-background,
#header,
#nav {
margin-right:50px;
margin-left:auto;
width:350px;
clear:both;
padding-top:0px;
}

#header {
height:130px;
padding:0px;
}
#header-text {
float:right;
text-align:right;
}
#header-image {
float:left;
}

#text-background {
background-color:#000;
/*CSS Standard*/
opacity:0.5;
/*Internet Explorer - NOT IE8*/
filter:alpha(opacity=50);
height:550px;
}

#footer {
color:#666;
padding:10px;
width:330px;
margin-right:50px;
margin-left:auto;
text-align:right;
clear:both;
font-size:9px;
}
#footer a {
color:#000;
}

#content {
color:#fff;
padding:10px;
top:150px;
position:absolute;
width:330px;
right:50px;
margin-left:auto;
}

#nav-wrap {
background-color:#000;
width:350px;
height:30px;
margin-right:50px;
margin-left:auto;
}
#nav-inner {
width:350px;
margin-left:auto;
margin-right:auto;
}
#nav-inner ul {
list-style:none;
margin:0px;
margin-left:-30px;
}

#nav-inner li {
list-style:none;
float:left;
margin-top:5px;
margin-right:15px;
font-size:14px;
}
#nav-inner li a {
display:block;
text-decoration:none;
color:#fff;

}
#nav-inner li a:hover {
color:#00ffff;
}


#header {
background-color:#fff;
}