﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DDDDDD;
	margin: 0px 0px 50px 0px;
	font-size: 14px;
	color: #666666;
}
h1 {
	color: #003399;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 18px;
}
img {
	border: 0px;
}
a {
	color: #FF6C00;
}
ul {
	margin-top: 0px;
}
#wrap {
	margin: auto;
	width: 960px;
	background-image: url('../images/mainbackground.gif');
	background-repeat: repeat-y;
	background-position: center;
}
#btm {
	background-image: url('../images/btm_background.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer {
	margin: auto;
	text-align: center;
	padding-top: 20px;
	width: 940px;
	clear: both;
	background-color: #E2E2E2;
	padding-bottom: 20px;
}
#footer .cogz a {
	color: #FF8200;
	font-weight: bold;
	text-decoration: none;
	visibility: hidden;
}
#footer .cogz a:hover {
	color: #003366;
}
#content {
	padding: 15px;
	width: 930px;
}
#header {
	width: 940px;
	padding-right: 10px;
	padding-left: 10px;
	height: 150px;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	background-position: center;	
}
#logo {
	height: 110px;
}
#menu {
	border-bottom-style: ridge;
	border-bottom-width: 3px;
	border-bottom-color: #6699FF;
	color: #FFFFFF;
	height: 40px;
	width: 790px;
	padding-left: 150px;
}
#menu a {
	color: #ffffff;
	height: 30px;
	padding-top: 10px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 40px;
	padding-right: 20px;
}
#menu a:hover {
}
a#homebtn {
	background-image: url('../images/icons_home.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
a#homebtn:hover {
	background-image: url('../images/icons_home_2.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
a#repairbtn {
	background-image: url('../images/icons_repair.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
a#repairbtn:hover {
	background-image: url('../images/icons_repair_2.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
a#unlockbtn {
	background-image: url('../images/icons_unlock.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
a#unlockbtn:hover {
	background-image: url('../images/icons_unlock_2.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
a#unlocknow {
	background-image: url('../images/icons_unlock_now.gif');
	background-position: left center;
	background-repeat: no-repeat;
	color: #FF0000;
}
a#unlocknow:hover {
	background-image: url('../images/icons_unlock_now_2.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
a#repairnow {
	background-image: url('../images/icons_repair_now.gif');
	background-position: left center;
	background-repeat: no-repeat;
	color: #FF0000;
}
a#repairnow:hover {
	background-image: url('../images/icons_repair_now_2.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#img_l {
	float: left;
}
#img_r {
	float: right;
}
#home_below {
	width: 930px;
	clear: both;
	padding-top: 15px;
	padding-bottom: 20px;
}
#unlock_home {
	width: 460px;
	float: left;
}
#repair_home {
	width: 460px;
	float: right;
}
#repair_page {
	width: 765px;
	padding-left: 5px;
	float: right;
	clear: none;
}
#unlock_page {
	width: 765px;
	padding-left: 5px;
	float: right;
	clear: none;
}

#left_offer {
	width: 145px;
	padding-right: 5px;
	float: left;
}
#contact_form {
	background-color: #eeeeee;
	padding: 5px;
}
#contact_side {
	float: right;
	width: 300px;
}
.cr {
	font-family: "Times New Roman";
}
