body, html { 
	background-color: #181818;
	font-family: Arial, sans-serif;
}

h1, h2, h3 { color: #fff; }
h1 { margin-bottom: 30px; background: url('../images/title2.png') no-repeat; width: 375px; height: 43px; }
h2, h3 { font-size: 18px; margin-bottom: 15px;}
p, label { color: #fff; font-size: 12px; line-height: 16px; font-weight: lighter; }
a { color: #fff; text-decoration: none; font-size: 12px; }

.clear { clear: both; }

#top, #bottom { padding: 0 20px 0 20px; }

#container {
	position: relative;
	background: #676666 url('../images/bg.jpg') top repeat-x;
	width: 960px;
	margin: 5% auto;
	border-radius: 5px;
	-moz-box-shadow:
	0px 1px 3px rgba(000,000,000,0.75),
	inset 0px -2px 0px rgba(68,68,68,1);
	-webkit-box-shadow:
	0px 1px 3px rgba(000,000,000,0.75),
	inset 0px -2px 0px rgba(68,68,68,1);
	box-shadow:
	0px 1px 3px rgba(000,000,000,0.75),
	inset 0px -2px 0px rgba(68,68,68,1);
	text-shadow:
	0px 0px 0px rgba(000,000,000,0),
	0px 2px 0px rgba(255,255,255,0);
	padding-bottom: 10px;
}

#top {
	position: relative;
	padding-top: 20px;
	margin: 0 0 20px 20px;	
}

#top #logo {
	width: 179px;
	height: 37px;
	background: url('../images/logo2.png');
}


#top #contactUs {
	position: absolute;
	top: 40px;
	right: 40px;
	color: #ff8000;
}

#top #contactUs:hover {
	color: #ffa200;
}

#middle { 
	position: relative;
	background: url('../images/product-screen.png') 5px 0px no-repeat;
	height: 360px;
}

#middle #linkMPLS {
	position: absolute;
	right: 40px;
}

#middle #linkMPLS span {
	background: url('../images/arrow.png') 92% 9px no-repeat;
}

#callout { 
	position: absolute;
	background: url('../images/callout.png') top left repeat-x;
	right: 40px;
	top: 40px;
	width: 410px;
	height: 300px;
	padding: 30px;
}

#callout-content p, #callout-content a.large {
	font-size: 16px; 
	line-height: 22px;
}

#callout-content a.large {
	color: #ff8800;
}

#callout-content a:hover.large {
	color: #ffa200;
}

#login {
	position: relative;
	margin-top: 20px;
}

#login p {
	line-height: 56px;
}


#login .btn {
	position: absolute;
	right: 0px;
	top: 14px;
	display: block;
	width: 80px;
	height: 25px;
	line-height: 30px;
}

#login .btn span {
	display: block;
	width: 80px;
	height: 20px;
	line-height: 25px;
	background: url('../images/arrow.png') 85% 7px no-repeat;
	border-radius: 3px;
}

#bookmark {
    color: #B5B5B5; text-decoration: none; font-size: 11px;
}

#bookmark2 {
    color: #B5B5B5; text-decoration: none; font-size: 11px;
}

#login2 {
	position: relative;
	margin-top: 5px;
}

#login2 p {
	line-height: 27px;
}


#login2 .btn {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 80px;
	height: 25px;
	line-height: 30px;
}

#login2 .btn span {
	display: block;
	width: 80px;
	height: 20px;
	line-height: 25px;
	background: url('../images/arrow.png') 85% 7px no-repeat;
	border-radius: 3px;
}

#content { 
	margin-top: 30px;
}

#content .column {
	position: relative; 
	background: url('../images/vertical-separator.png') no-repeat;
	padding-left: 20px;
	float: left;
	width: 245px;
	margin-left: 20px;
	height: 150px;
}

#content .column2 {
	position: relative; 
	background: url('../images/vertical-separator.png') no-repeat;
	padding-left: 20px;
	float: left;
	width: 310px;
	margin-left: 20px;
	height: 150px;
}

#content .column3 {
	position: relative; 
	background: url('../images/vertical-separator.png') no-repeat;
	padding-left: 20px;
	float: left;
	width: 245px;
	margin-left: 20px;
	height: 150px;
}

#content .first {
	background: none;
	margin-left: 0px;
}

#content .btn {
	position: absolute;
	display: block;
	margin-top: 30px;
}

#content .btn span {
	display: block;
	border-radius: 3px;
}

#test {
	display: block;
	border-radius: 3px;
    width: 200px;
}

#test span {
	background: url('../images/download-secondary.png') 92% 9px no-repeat;
}


#btn-migrate {
	width: 220px;	
}

#btn-migrate span {
	background: url('../images/download-secondary.png') 92% 9px no-repeat;
}

#btn-migrate2 {
	width: 200px;	
}

#btn-migrate2 span {
	background: url('../images/download-secondary.png') 92% 9px no-repeat;
}

#btn-guide {
	width: 165px;
}

#btn-guide span{
	background: url('../images/download-secondary.png') 92% 9px no-repeat;
}

#btn-test { 
	width: 135px; 
}

#btn-test span{
	background: url('../images/download-secondary.png') 92% 9px no-repeat;
}

#btn-advisor { 
	width: 165px; 
}

#btn-advisor span{
	background: url('../images/download-secondary.png') 92% 9px no-repeat;
}

.btn-primary {
	margin: 20px 0 20px 0;
	display: block;
	width: 175px;
	height: 32px;
	border-radius: 3px;
	border: 1px solid #b14f13;
	line-height: 30px;
	text-indent: 15px;
	background-color: #fca229;
	text-shadow: 0px 1px 1px #666;
	background-image: linear-gradient(top, rgb(252, 162, 41), rgb(250, 112, 27));
	}

.btn-primary span {
	display: block;
	background: url('../images/login-download.png') no-repeat 140px 0px;
	border-top: 1px solid #fed395;
	border-radius: 3px;
	width: 175px;
	height: 30px;
}

.btn-primary span:hover {
	text-shadow: 0px -1px -1px #666;
	background: url('../images/login-download-hover.png') no-repeat 140px 0px;
}

.btn-primary span:hover {
	border-top: 1px solid #fc9f28;
}

.head1 {
	margin-left: 48px;
}
.head2 {
	margin-left: 50px;
}
.head3 {
	margin-left: 60px;
}

.btn-secondary {
	display: block;
	margin-left: 35px;
	width: 215px;
	height: 30px;
	line-height: 29px;
	border-radius: 3px;
	border: 1px solid #000;
	text-indent: 15px;
	text-shadow: 0px 1px 1px #000;
	background-color: #373737;
	background-image: linear-gradient(top, rgb(55, 55, 55), rgb(33, 33, 33));
	}

.btn-secondary2 {
	display: block;
	margin-left: 85px;
	width: 215px;
	height: 30px;
	line-height: 29px;
	border-radius: 3px;
	border: 1px solid #000;
	text-indent: 15px;
	text-shadow: 0px 1px 1px #000;
	background-color: #373737;
	background-image: linear-gradient(top, rgb(55, 55, 55), rgb(33, 33, 33));
	}

.btn-secondary3 {
	display: block;
	margin-left: 15px;
	width: 215px;
	height: 30px;
	line-height: 29px;
	border-radius: 3px;
	border: 1px solid #000;
	text-indent: 15px;
	text-shadow: 0px 1px 1px #000;
	background-color: #373737;
	background-image: linear-gradient(top, rgb(55, 55, 55), rgb(33, 33, 33));
	}

.btn-secondary span {
	display: block;
	border-top: 1px solid #545454;
	border-radius: 3px;
}

.btn-secondary:hover {
	text-shadow: 0px -1px -1px #000;
}

.btn-secondary span:hover {
	border-top: 1px solid #363636;
}

#browser-update {
	padding: 0 40px 10px 40px;
	text-align: center;
}

#browser-update a {
	color: #ff8000;
}


.box-container {
	position: relative;
	width: 530px;
	margin: 40px auto 20px auto;
	height: 400px;
	background: #414141;
	padding: 20px 0 20px 0;
}

.box-container h1 { 
	margin: 0 20px 0 20px;
}

.box-container .statement {
	height: 280px;
	overflow: auto;
	margin: 30px 20px 20px 20px;
}

.box-container .statement p {
	margin-bottom: 10px;
}

.box-container .statement2 {
	height: 300px;
	overflow: auto;
	margin: 30px 20px 20px 20px;
}

.box-container .statement2 p {
	margin-bottom: 10px;
}

.box-container #action {
	position: relative;
	border-top: 1px solid #676666;
	padding: 12px;
}

#btn-accept { 
	position: absolute;
	width: 80px; 
	top: 7px;
	right: 20px;
}

#btn-accept span{
	background: url('../images/arrow.png') 92% 9px no-repeat;
}

.group { 
	display: none;
	margin-bottom: 10px; 
}

#download { 
	text-indent: 45px; 
	width: 180px; 
	margin: 40px auto 0 auto; 
}

#download span {
	background: url('../images/download.png') no-repeat 140px 0px;
	width: 180px;
}

#download span:hover { 
	background: url('../images/download-hover.png') no-repeat 140px 0px;
}
