/*
Site: UnlockMy3GiPhone.com
*/

/* ------------ Globals ------------ */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-serif;
	color: #000;
	font-size: 13px;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #004400;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	font-family: Arial;
	font-weight: normal;
	font-size: 2em;
	color: #69a90f;
	margin: 0 20px;
	padding: 0;
	border-bottom: 2px dashed #ddd;
}

.clear {
	clear: both;
}

/* ------------ Wrappers ------------ */

#main_wrapper {
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 1000px;
	background: url(images/main_left_right.png) top repeat-y;
}

#mid_wrapper {
	width: 994px;
	height: 493px;
	background: url(images/iphone_image.png) 35px 0px no-repeat;
}

#bottom_divs_wrapper {
	width: 995px;
	margin: 0 auto;
}

/* ------------ Header ------------ */

#site_header {
	margin-top: -46px;
	width: 300px;
	height: 88px;
	position: relative;
}
	

#header {
	width: 1000px;
	height: 46px;
	background: url(images/border_top_header.png) top no-repeat;
}

#top_nav {
	clear: both;
	float: right;
        padding-top: 2px;
	height: 46px;
}

#top_nav span.menu_left {
display: block;
margin: 0;
padding: 0;
height: 46px;
	background: url(images/menu_right.png) left no-repeat;
}

#top_nav span.menu_bottom {
display: block;
margin: 0;
padding: 0;
height: 46px;
	background: url(images/menu_bottom.png) bottom repeat-x;
}

#top_nav ul {
	margin: 0 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}

#top_nav ul li {
	display: inline;
	margin: 0 0;
	padding: 0 5px 0 0;
}

#top_nav ul li.spacer {
display: block;
float: left;
height: 25px;
border-right: 2px solid #dddddd;
}

#top_nav ul li a {
padding: 3px 10px 0 10px;
	font-size: 1.4em;
	color: #bbb;
}

#top_nav ul li a:hover {
	color: #69a90f;
}

/* ------------ Content ------------ */

#content_div {
	float: left;
	position: relative;
	margin-top: -50px;
	margin-left: 19px;
	widtH: 670px;
}

#content_top {
	width: 670px;
	height: 14px;
	background: url(images/content_top.png);
}

#content_main {
	width: 670px;
	background: url(images/content_main.png);
}

#content_main p {
	margin: 0;
	padding: 10px 25px;
	font-size: 1.1em;
	line-height: 20px;
}

#content_main img {
	margin: 0 0 0 60px;
}

#content_bottom {
	float: left;
	width: 670px;
	height: 14px;
	background: url(images/content_bottom.png);
}

/* ------------ Right ------------ */

#right_div_one {
	float: right;
	margin-top: 22px;
	margin-right: 19px;
	widtH: 265px;
}

#right_top {
	width: 265px;
	height: 13px;
	background: url(images/right_top.png);
}

#right_main {
	width: 265px;
	background: url(images/right_main.png);
}

#right_main ul {
	margin: 10px 10px 0 45px;
	padding: 0;
	list-style-image: url(images/arrow.png);
}

#right_main ul li {
	margin: 0;
	font-size: 1.1em;
	line-height: 20px;
}

#right_bottom {
	float: left;
	width: 265px;
	height: 13px;
	background: url(images/right_bottom.png);
}


/* ------------ Footer ------------ */

#footer {
	margin: 0 auto;
	clear: both;
	width: 1000px;
	height: 46px;
	background: url(images/footer.png) repeat-x;
}

#footer p {
	padding-top: 13px;
	font-size: 0.9em;
	text-align: center;
}

/* ------------ Member Stuff ------------ */

form {
margin: 10px 0 0 0px;
padding: 0;
text-align: center;
}

span.input {
display: block;
clear: both;
margin: 2px 0 0 0;
}

input.email {
margin: 0 0 0 20px;
border: 1px solid #dddddd;
}

input.password {
margin: 0;
border: 1px solid #dddddd;
}

input.submit {
margin: 2px 0 0 0;
border: 1px solid #ddddd;
}

input:hover {
border: 1px solid #65c90f;
}

.login_error {
display: block;
clear: both;
text-align: center;
color: #ff0000;
font-weight: bold;
}