/*
Use this file for layout (box sizes, margin etc) and background styles only.
*/

/*
	Text color: 						#2D3B3E
	Main menu background color:			#2D3B3E
	Header part color: 					#384548
	"Yellow box" color: 				#ffcc00
	Red: 								#CC0000
	Green: 								#8db407
	Darker green: 						#7fa206
	Darker blue:						#263235
*/

body {
	padding:0;
	margin:0;
	text-align:center;
	background: #2d3b3e url(../images/background.jpg) center fixed;
}
p {
	padding: 4px 0;
	margin:0;
}
img {
	border:0;
	margin:0;
	padding:0;
}
h1, h2 {
	padding: 7px 0;
	margin:0;
}

#menu{
	height: 35px; /* 45px */
	list-style:none;
	padding:5px;
	margin:0;
	background-color: #2D3B3E;
}
#menu li {
	display:inline;	
	margin:0;
	padding:0;
}
#header-content {
	position:relative;
	top: 20px;
	left: 30px;
}
#header-inner {
	height: 180px;
	background: #384548 url(../pic/top/1.jpg) no-repeat;
}
#right h1 {
	padding: 2px 0;
}
#header-content p {
	width: 480px;
	padding: 5px 15px;
	margin:0;
	background: url(../images/transparent.png)
}


#green-outer {
	width: 280px;
	background: #fff url(../images/green_top.gif) no-repeat;
	padding: 12px 5px 0 5px;
}
#green {
	background: #8db407 url(../images/green_bottom.gif) no-repeat bottom;
	padding: 0 5px 5px 5px;
	position:relative;
}
.dark-green {
	background: #7fa206;
	padding: 5px;
	margin:0;
}
.dark-blue {
	background: #263235;
	padding: 5px;
	margin:0;
}
#submit-button {
	position:absolute;
	right:-6px;
	top: 58px;
	margin:0;
	padding:0;
	background:none;
	border:none;
}
#callback-button {
	position:absolute;
	right:-7px;
	bottom: -10px;
	margin:0;
	padding:0;
	background:none;
	border:none;
}
#yellow-outer {
	width: 280px;
	padding-top: 5px;
	background:  url(../images/yellow_top.gif) no-repeat;
	margin: 2px 5px;
	
}
#yellow {
	background: #ffcc00 url(../images/yellow_bottom.gif) no-repeat bottom;
	padding: 5px;
	position:relative;
}
#yellow ul {
	margin:10px 0 10px 15px;
	padding:0;
}
#yellow ul li {
	display:block;
	background: url(../images/check.gif) no-repeat;
	padding: 5px 0 5px 30px;
}
#yellow ul li.none {
	background-image:none;
}
#blue-outer {
	width: 280px;
	padding-top: 6px;
	background: url(../images/blue_top.gif) no-repeat;
	margin: 2px 5px;
}

#blue {
	background: #2D3B3E url(../images/blue_bottom.gif) no-repeat bottom;
	padding: 5px 5px 10px 5px;
	position:relative;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}

#container {
	width:900px;
	text-align: left;
	margin: 0 auto;
	position:relative;
	z-index:1;
}
#bg-top {
	margin:0;
	padding:0;
	height: 90px;
	position:relative;
	background: url(../images/bg_top.gif) no-repeat;
}
#top {
	margin:0;
	padding:0 15px;
	background-color: #fff;
}
#header {
	margin:0;
	padding:3px 10px;
	background-color: #fff;
}
#bg-middle {
	margin:0;
	padding:0;
	height: 52px;
	background: url(../images/bg_middle.gif) no-repeat;
}
#content {
	margin:0;
	padding:15px; /*15px*/
	background-color: #fff;
}

#blue form {
	margin-bottom: 20px;
}

#internet-world {
	position:absolute;
	right:-23px;
	top:10px;
}
.login-form {
	width:120px;
	margin:0;
	padding: 2px;
}
.call-back-form {
	width: 251px;
	margin:0;
	padding:2px;
}
.contact-form {
	padding:10px;
	margin:5px 2px 10px 2px;
	background: #f4f4f4;
	border:1px solid #efefef;
}

form .contact-form {
	min-height: 210px;
}
#left form {
	display:inline;
}
.contact-form textarea {
	width: 305px;
	height: 160px;
	margin:0;
}
.form-style {
	width: 200px;
	margin:0;
}
.signup-form {
	padding:10px;
	margin:5px 2px 10px 2px;
	background: #f4f4f4;
	border:1px solid #efefef;
}
form .signup-form {
	min-height: 170px;
}
form#account_signup .signup-form {
	min-height: 320px;
	max-width:213px;
}
.signup-form textarea {
	width: 200px;
	height: 70px;
	margin:0;
}
.form-container {
	width: 465px;
	margin: 0 auto;
}
form .account{
	min-height: 255px;
}

.gold-outer {
	background: url(../images/yellow_top.gif) repeat-x;
	padding-top: 5px;
	margin:5px 0;
}
.gold {
	background: #ffcc00 url(../images/yellow_bottom.gif) bottom repeat-x;
	padding: 3px 15px 8px 15px;
}
.silver-outer {
	background: url(../images/silver_top.gif) repeat-x;
	padding-top: 5px;
	margin:5px 0;
}
.silver {
	background: #c5c5c5 url(../images/silver_bottom.gif) bottom repeat-x;
	padding: 3px 15px 8px 15px;
}
.bronze-outer {
	background: url(../images/bronze_top.gif) repeat-x;
	padding-top: 5px;
	margin:5px 0;
}
.bronze {
	background: #ccb486 url(../images/bronze_bottom.gif) bottom repeat-x;
	padding: 3px 15px 8px 15px;
}
.border {
	padding:8px;
	margin:8px 5px;
	background: #f4f4f4;
	border:1px solid #efefef;
	position:relative;
}
.border:hover {
	background: #e7e7e7;
	border:1px solid #d9d9d9;
}
.border .left {
	width: 270px;
}
.border .right {
	width: 270px;
}
.border .right table {
	border:0;
	padding:2px;
}
.border .right table tr {
	border-bottom:2px solid #CCCCCC;
}

.read-more {
	position: absolute;
	bottom:0;
	right:0;
	padding: 0;
	margin-right: -5px;
	margin-bottom: -5px;
	cursor:pointer;
}
#right {
	width:290px;
	margin-top:-260px;
	position:relative;
	float:right;
	z-index:2;
}
#footer {
	margin:0;
	padding:0;
	padding: 50px 10px 20px 10px;
	background: url(../images/bg_bottom.gif) no-repeat;
}
#footer p, #footer a {
	margin: 0;
	padding:0;
}
#left {
	width: 570px;
	float:left;
}

p.access	{
	display: none;
}
