/*
Glossy 1.2 by True Wireless
parts of css inspired by: zenlike1.0 by nodethirtythree design
*/

*
{
padding: 0em;
margin: 0em;
}

body
{
background: #000000 url('images/topbg.png') repeat-x;
}

#outer
{
z-index: 2;
position: relative;
width: 700px;
height: 595px;
border: solid 0px #efefef;
background-color: #efefef;
margin: 0px auto;
}

#header
{
position: relative;
width: 100%;
height: 180px;
background: url(images/header.png) no-repeat;
border: 0px;
margin: 0px;
}

#menu
{
position: relative;
background: #212121;
height: 2.4em;
padding: 0em 1.0em 0em 1.0em;
margin: 0px;
font-family:Lucida Sans, Trebuchet MS, Verdana, Arial;
font-weight:ligher;
font-size:13.5px;
z-index:inherit;
}

#menu ul
{
position: absolute;
top: .5em;
z-index:inherit;
}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
padding: 0.5em 1.0em 0.7em 1.0em;
color: #fff;
text-decoration: none;
}

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

#menu ul li a.active
{
background: #474747;
}

#content
{
padding: 0em 0em 0em 0em;
border: 0px;
background: eeeeee;
}

#footer
{
position:relative;
margin:0px auto;
padding:5px;
height:20px;
width:690px;
background:#212121 url('images/footer.png') repeat-x;
text-align:center;
}

a.footer
{
font-family:verdana, arial, sans-serif;
font-size:12px;
color:#666;
text-decoration:none;

}

a:hover.footer
{
text-decoration:underline;
}

a
{
color: #111111;
text-decoration: underline;
font-weight:lighter;
}

a:hover
{
text-decoration: none;
}

p
{
font-family:verdana;
font-size:12px;
font-weight:lighter;
color:#111111;
padding:2px;
margin: 5px;
}

h1
{
font-family:Lucida Grande, Trebuchet MS, Verdana, Arial;
font-size: 24px;
margin:10px;
font-weight:ligher;
}

h3
{
font-family:Lucida Grande, Trebuchet MS, Verdana, Arial;
font-size:14px;
text-align:right;
margin:5px;
font-weight:lighter;
padding-bottom:10px;
}

h4
{
font-family:Lucida Grande, Trebuchet MS, Verdana, Arial;
font-size:13px;
font-weight:lighter;
margin:12px;
}

table
{
border:0px solid #222222;
background:none;
margin:0px;
padding:0px;
font-family:verdana,arial;
font-size:12px;
}


#contact
{
position:relative;
background:url(images/contact.png) no-repeat;
width:360px;
height:400px;
border:0px;
margin:0px auto;
}

h6
{
text-align:center;
font-family:Lucida Sans, Trebuchet MS, Arial, sans-serif;
font-size:12px;
color:111;
font-weight:lighter;
}

img
{
border: 0px;
padding: 0px;
margin: 0px;
}

ul.linklist
{
list-style: none;
}

ul.linklist li
{
line-height: 2.0em;
}


blockquote {
	background: url(images/quote.gif) no-repeat #eee;
	color: #222;
	display: block;
	font-family:Lucida Sans, Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	padding-left: 26px;
}