body{
text-align: center;
margin: auto;
background-color: black;
font-family: Arial, Helvetica, Sans-Serif;
}

#wrapper{
text-align: left;
margin: auto;
width: 1000px;
height: 700px;
background-image: url(../images/design/bg.jpg);
background-repeat: no-repeat;
background-color: #000000;
position: relative;
}

#wrapper ul{
margin-top: 8px;
}

#wrapper li{
padding: 6px 0px;
}

#wrapper li a{
color:#0090ff;
background-color: #ffffff;
padding: 4px 16px 4px 10px;
text-decoration: none;
font-size: 1.6em;
}

#wrapper li a:hover{
color:#ffffff;
background-color: #0090ff;
padding: 4px 16px 4px 10px;
text-decoration: none;
font-size: 1.6em;
}

#footer p {
position: relative;
font-size: .7em;
color: #ffffff;
background-color: #000000;
font-style: italic;
font-family: Gill, Helvetica, sans-serif;
}

#tagline{
text-align: center;
width:300px;
background-color: #ffffff;
position: relative;
top:450px;
left: 50px;
}

#tagline p{
padding-top: 6px;
font-size: .8em;
text-align: left;
}


/*POP UP*/
 
 #contactform{
height: 200px;
 margin: auto;
 width: 300px;
 }
 
 #contactform input, #contactform textarea {
border: 1px solid gray;
float: right;
width:200px;
color: gray;
font-family: Gill, Helvetica, sans-serif;
font-size: 1em;
margin-bottom: 10px;
padding: 3px;

}

#contactform input{
background-image: url(../images/design/form/form-single-bg.jpg);
background-repeat: repeat-x;
background-position: center center;
}

#contactform textarea{
height: 100px;
}

#contactform div {
width: auto;
float: left;
width: 300px;
}

#contactform div label{
float: left;
 font-size:1em;
 color: #ffffff;  
font-family: Gill, Helvetica, sans-serif;
clear: both;
}

#submitbtn{
width:50px !important;
}

#triggers {
	text-align:center;
}

#triggers a {
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.details {
	position:absolute;
	top:15px;
	right:15px;
	font-size:11px;
	color:#fff;
	width:150px;
	z-index: 100;
}

.details h3 {
	color:#aba;
	font-size:15px;
	margin:0 0 -10px 0;
}

.simple_overlay {
	padding: 20px;
	display:none;
	z-index:10000;
	background-color:#000000;
	min-height: 400px;
	height: 400px;
	width:300px;	
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

.simple_overlay .close {
	background-image:url(../images/design/form/closebtn.jpg);
	position:absolute;
	background-repeat: no-repeat;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

