@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006;
	background: url('images/back.gif') repeat;
	margin-top: 0;
}

#wrapper {
	width: 850px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	background: #fff;
	border: #cccccc 1px solid;
}

a { outline:none; font-weight: bold; text-decoration: underline;}
a:visited{text-decoration:none;color:#4a8b48;}
a:link{text-decoration:none; color:#4a8b48;}
a:hover{text-decoration:none; color:#366b35; }


#top {
	width: 825px;
	height: 80px;
	background-color: #1a376e;
	padding: 20px 0 0 25px;
	border-bottom: #ccc 4px solid;
}

#logo {
	height: 53px;
	width: 550px;
	display: block;
	overflow: hidden;
	background: url('images/logo.gif') no-repeat;
}

#skypecertified {
	height: 53px;
	width: 74px;
	display: block;
	overflow: hidden;
	background: url('images/skype-certified.png') no-repeat;
	float: right;
	margin-right: 20px;
	margin-top: -50px;
}

#main {
	padding: 0 0 20px 25px;
}

#banner {
	height: 147px;
	width: 100%;
	display: block;
	overflow: hidden;
	background: url('images/banner.png') no-repeat;
	background-position: center;
	padding-top: 20px;
	border-bottom: 1px #cccccc solid;
}

#form {
	margin-top: 25px;
	border-top: 1px #cccccc solid;
	width: 800px;
	padding: 25px;
}

#ssg {
	border-top: 1px #cccccc solid;
	padding: 25px 25px 25px 25px; 

}

#solutions {
	width: 800px;
	text-align: left;
	padding: 25px;
}

.form-button {
    overflow:visible;
	width:auto;
	border:0;
    padding:3px 15px;
    background:#4a8b48;
    color:#fff;
    border:1px solid #366b35;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
	text-decoration: none;
}

.form-bg {
	background-color:#DADADA;
}

#footer {
	width: 825px;
	height: 40px;
	background-color: #1a376e;
	padding: 20px 0 0 25px;
	border-top: #ccc 4px solid;
	color: #fff;
}

#copyright {
	width: 350px;
	float: left;
}

#warning {
	width: 380px;
	float: right;
	text-align: right;
	margin-right: 25px;
	color: #cbcbcb;
	font-size: 11px;
	margin-top: -5px;
}

#header {
	text-align: center;
}

.clear {
	line-height: 0px;
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
	padding: 0px;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.box {
	 border: #c4c1bc 1px solid;
	 background: #f8f7f5;
}

.boxhead {
	 background: url('img/boxhead-bg.png') repeat-x;
	 height: 28px;
	 border-bottom: #c4c1bc 1px solid;
	 border-top: #fff 1px solid; border-left: #fff 1px solid; border-right: #fff 1px solid;
	 text-align:left;
	 font-size: 18px;
	 font-weight: bold;
	 padding-left: 10px;
	 padding-top: 5px;
}

.boxcontent {
	text-align: left;
	padding: 10px;
	margin-top: -10px;
}
