/*
Title:		Master styles for screen media
Author:		jake@jakelprice.com
*/

body {
	background: #000 url("../images/back.png") top no-repeat;
	font:12px Trebuchet, sans-serif;
}

.clear {
	clear: both;
}

#wrap {
	width: 700px;
	margin: 0px auto;
	margin-top: 30px;
}

.logo {
	background: url("../images/logo.png") no-repeat;
	width: 350px;
	height: 44px;
	float: left;
}

.nav {
	margin-top: 10px;
	float: right;
	color: #fff;
	font: normal 18px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

.nav li {
	list-style-type:none;
	width:auto;
	display: inline;
	margin-left: 15px;
}	

.nav a {
	text-decoration: none;
	color: #fff;
}	

.nav a:hover{
	color: #a9a9a9;
}

.content {
	margin-top: 10px;
	background: url("../images/test.png") no-repeat;
	height: 400px;
}

.info {
	float: left;
	width: 300px;
}

.contact_form {
	float: right;
	width: 400px;
}

/* Form */

#basic{ margin-top: 20px;}
#basic h1{font-size:26px;font-weight:700;margin-bottom:8px;color:#c2c2c2; text-align: center;}
#basic p{font-size:11px;color:#c2c2c2;margin-bottom:20px;padding-bottom:10px;text-align: center;}
#basic label{display:block;font-weight:700;text-align:right;width:140px;float:left;font-size:13px;color:#c2c2c2;}
#basic .small{color:#666;display:block;font-size:10px;font-weight:400;text-align:right;width:140px;}
#basic input{float:left;width:200px;line-height:160%;margin:2px 0 10px 10px;padding:3px;}
#basic textarea{float:left;width:200px;line-height:160%;font-size:11px;margin:2px 0 30px 10px;padding:6px;}
#basic textarea{float:left;width:200px;line-height:100%;font-size:11px;margin:2px 0 30px 10px;padding:6px;}
#basic button{clear:both;margin-left:150px;background:#888;color:#FFF;border:solid 1px #666;font-size:11px;font-weight:700;padding:4px 6px;}

/* Info shiz */

.infobox1 {
/* derp */
visibility: hidden;
	width: 200px;
	min-height: 15px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px;
	padding-bottom: 0px;
	border: 2px solid #FF1A00;
	color: #151515;
	background: #B02B2C;
	text-align: center;
}

.infobox1 img{
	float: left;
	width: 16px;
}

.infobox1 span{
	float: right;
	width: 175px;
}

.infobox2 {
	width: 200px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px;
	padding-bottom: 0px;
	border: 2px solid #4096EE;
	color: #363636;
	background: #C3D9FF;
	text-align: center;
}

.infobox2 img{
	float: left;
	width: 16px;
}

.infobox2 span{
	float: right;
	width: 175px;
}

.infobox2 strong, .infobox1 strong{
	font-weight: bold;
}

#footer {
	margin-top: 5px;
	font-size: 9px;
	float: right;
	color: #c2c2c2;
}

#footer a{
	color: #717171;
	text-decoration: none;
}

.msg {
	color: #fff;
	text-align: center;
	margin-top: 150px;
}

#sideimage {
position: fixed;
left: 0px;
top: 20%;
height: 160;
width: 63;
}
