@charset "utf-8";
/* CSS Document */

a{text-decoration:none;color:#A30000;}
a:hover{text-decoration:underline;}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	letter-spacing: 1.2;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

img {
	border: none;
}

#header, #mainContent, #ft {
	width: 700px;
	margin: auto; 
	/*border: 1px solid #000;*/
	position: relative;
}

#header {
	height: 90px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#salesSupport {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}
	
#active-server-config{		
	height:125px;
	width: 700;
	border: 1px solid #000;
	margin-top: 10px;
	background-image:url(../images/landing-pages/bogof_config_bg.jpg);
}

#s1, #sf {
	float: left;		
	height: 95px;
	padding: 15px 5px 5px 5px;
}

#s1 {
	color: #FFF;
	width: 185px;
	padding-left: 10px;
}

#sf {
	color: #000;
	width: 150px;
}

#s1 h2, #sf h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}	

#other-server-config {
	float: left;
	width: 298px;
	height: 120px;
	padding: 5px;
}

#other-server-config h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 3px;
}

#active-name, #active-fname{
	font-weight: bold;
	}
	
#mainText {
	float: left;
	width: 420px;
	height: 270px;
	padding-right: 30px;
}
	
#price-button {
	float:left;
	width: 240px;
	height: 155px;
	text-align: center;
}

#active-pricing {
	font-weight: bold;
	overflow: hidden;
	font-size:16px;
	text-align: center;
}

#active-pricing div	{
	text-align:right;
}

#active-monthly {
	color:#A30000;
	font-size:32px;
	margin-top:-5px;
}	

#chat, #order {
	float: left;
	width: 100px;		
	text-align: center;
	margin: 5px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

#chat a, #order a {
	color: #FFF;
	text-decoration: none;
}

#chat a:hover, #order a:hover {
	color: #FFF;
	text-decoration: none;
}

#chat {
	background-color: #999;
	height: 48px;
	padding-top: 2px;
}

#order {
	background-color: #a30b09;
	padding-top: 13px;
	height: 37px;
	font-size: 18px;
}

.server-config {
	border-bottom:1px dotted #333;
	cursor:pointer;
	font-size:11px;
	margin-bottom:2px;
	padding-bottom:2px;
}
.server-config-info {
	background:transparent url(/images/landing-pages/20-off-images.png) 0 -379px no-repeat;
	cursor:pointer;
	float:right;
	height:10px;
	margin-top:-16px;
	width:10px;
}

#mainForm {
	float: left;
	width: 400px;
	height: 590px;
	margin-top: 5px;
}

#user-message {
	color:#F00;
	font-weight: bold;
}

#awards {
	float: left;
	width: 300px;
	height: 370px;
	margin-top: 5px;
}

#ft {
	margin-top: 20px;
	text-align: center;
	border-top:1px solid #CCC;
}

