#top-bar-wrapper {
	height: 40px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 100px;
}
#logo {
	height: 52px;
	width: 392px;
	position: absolute;
	left: 0px;
	top: 10px;
	background: url(../images/logo.png) no-repeat;
}
#nav {
	height: 40px;
	width: 550px;
	position: absolute;
	top: 30px;
	right: 0px;
	text-align: right;
}
#links {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#links li {
	display: inline;
	margin-left: 5px;
}
#links li a {
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #112E72 url(../images/button-bg.gif) repeat-x;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 85%;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#links li a:hover,
#links li a.active {
	background: #0f6679 url(../images/button-bg-hover.gif) repeat-x;
	border: 1px solid #0f6679;
}
#pattern-left {
	background: url(../images/pattern-left.png) no-repeat;
	height: 303px;
	width: 388px;
	position: absolute;
	left: -75px;
	top: 105px;
	z-index: -1;
}
#pattern-right {
	background: url(../images/pattern-right.png) no-repeat;
	height: 303px;
	width: 388px;
	position: absolute;
	right: -75px;
	top: 105px;
	z-index: -1;
}
#wrapper {
	width: 980px;
	background: #FFFFFF;
	margin: 20px auto;
	overflow: auto;
}
#header {
	height: 20px;
	background: url(../images/bg-header.gif) no-repeat;
}
#footer {
	background: url(../images/bg-footer.gif) no-repeat;
	height: 20px;
	clear: both;
}
#copyright {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	color: #FFFFFF;
	text-align: center;
}
#copyright a {
	color: #FFFFFF;
}
.content-left {
	float: left;
	width: 600px;
	padding: 20px;
}
.sidebar {
	float: left;
	width: 240px;
	padding: 20px;
	margin-left: 20px;
}
.three-col-wrapper {
	width: 960px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
}
.col-left {
	float: left;
	width: 260px;
	margin-right: 30px;	
	padding: 20px;
}
.col-mid {
	float: left;
	width: 260px;
	margin-right: 20px;
	padding: 20px;
}
.col-right {
	float: right;
	width: 260px;
	padding: 20px;
}

.listing {
	margin: 0px 0px 20px;
	padding: 0px;
}
.listing li {
	margin-bottom: 10px;
	margin-left: 20px;
}
.note {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #efefef url(../images/icon-note.gif) no-repeat 15px 10px;
    font-size: 90%;
    color: #454545;
    padding: 10px 10px 10px 60px;
    border: 1px dashed #ccc;
}
.left {
	float: left;
	width: 250px;
	margin-right: 20px;
}
.right {
	float: right;
	width: 250px;
}


body {
	background: #333333 url(../images/bg.gif) repeat-x;
	margin: 0px 0px 20px;
	padding: 0px;
	font: 14px/140% Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font: 160% Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 20px;
	padding: 0px;
	color: #112E72;
	border-bottom: 1px solid #112E72;
}
h2 {
	font: 140% Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #112E72;
	margin: 0px 0px 20px;
	padding: 0px;
	color: #112E72;
}
h3 {
	font-size: 120%;
	margin: 0px 0px 20px;
	padding: 0px;
	color: #333333;
}
h4 {
	color: #333333;
	border-bottom: 1px dotted #333333;
	font-size: 100%;
	margin: 0px 0px 20px;
	padding: 0px;
}


p {
	margin: 0px 0px 20px;
	padding: 0px;
}
a {
	color: #112E72;
}
a:hover {
	color: #0f6679;
}
a.button {
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #112E72 url(../images/button-bg.gif) repeat-x;
	border: 1px solid #112E72;
	color: #FFFFFF;
	font-size: 85%;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
a.button:hover {
	color: #FFFFFF;
	background: #0f6679 url(../images/button-bg-hover.gif) repeat-x;
	border: 1px solid #0f6679;
}
a.button:active {
	padding-top: 4px;
	padding-bottom: 6px;
}

fieldset {
	border: 1px solid #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;		
	margin-bottom: 10px;
	padding: 10px;
}
legend {
	font-weight: bold;
	color: #000000;
	padding: 5px;
}
label
{
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
	font-weight: bold;
}
.input
{
	width: 200px;
	border: 1px solid #000000;
}
.input:focus,
.textarea:focus {
	border: 1px solid #0f6679;
}
.textarea
{
	width: 200px;
	height: 100px;
	border: 1px solid #000000;
}
.submit-button {
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #112E72 url(../images/button-bg.gif) repeat-x;
	border: 1px solid #112E72;
	color: #FFFFFF;
	font-size: 85%;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.tutorial {
	clear: both;
	width: 590px;
}
.tutorial-left {
	float: left;
	width: 110px;
}
.tutorial-right {
	float: left;
	width: 480px;
}
.code {
	border: 1px dashed #666666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
	background-color: #CCCCCC;
	padding: 10px;
}
.affiliates {
	float: left;
	width: 90px;
	height: 31px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0;
	display: block;
}
.affiliates img {
	padding: 5px;
}
.message {
	width: 800px;
	border: 1px solid #FEC7C4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;		
	background: #FDE5E5 url(../images/icon-notification.gif) no-repeat 15px 15px;
	font: bold 110% Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	margin: 0 auto 20px auto;
	padding: 20px 20px 20px 60px;
}
tr.cdrow {
	background-color: #CCCCCC;
}

