html,body{
	margin: 0px;
	padding: 0px;
}

body{
	font: 76% Arial,sans-serif;
	text-align: center;
}

p{
	margin: 0px 10px 10px;
}

h1{
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0px;
	margin-bottom: 1em;
}

p + ul{
	margin-top: .5em;
}

img{
	border: 0px;
}

div#container{text-align: left;}
div#content p{line-height: 1.4;}
/*div#navigation{background: #cdd0c5;}*/
div#navigation{background: #fff;}
div#extra{background: #5f7784; color: #fff;}
div#footer{background: #fff; color: #254159; font-size: 10px;}
div#footer p{margin: 0; padding: 5px 10px;}

div#container{
	width: 960px;
	margin: 0px auto;
/*	overflow: hidden;*/
}

div#header{
	width: 960px;
	height: 140px;
	background-image: url(../images/main/header-bg.jpg);
}

div#header a{
	display: block;
	width: 290px;
	height: 105px;
	position: relative;
	top: 15px;
	left: 15px;
}

div#content{
	float: left;
	width: 760px;
	margin: 10px 15px 15px;
}

div#navigation{
	float: left;
	width: 170px;
}

address{
	font-size: 10px;
	font-style: normal;
	text-align: center;
	padding: 20px 0px;
}

div#a2la{
	text-align: center;
	padding: 0px 0px 15px;
}

div#extra{float: right; width: 300px; margin: 5px; padding: 5px;}

div#bottom{
	clear: both;
	width: 960px;
	height: 0px;
	overflow: hidden;
	border-top: 1px solid #818e98;
}

div#footer{
	width: 952px;
	padding: 4px;
	margin: 0px auto;
}

a:link		{color: #326ea0; text-decoration: none;} /*#818e98*/
a:visited	{color: #326ea0; text-decoration: none;}
a:hover		{color: #326ea0; text-decoration: underline;} /*#3a6282*/
a:active	{color: #326ea0; text-decoration: none;}

a.em		{color: #3f80b0; text-decoration: none; font-weight: bold; font-size: 13px;}
a.em:visited{color: #3f80b0; text-decoration: none;}
a.em:hover	{color: #3f80b0; text-decoration: underline;}
a.em:active	{color: #3f80b0; text-decoration: none;}

fieldset{
	width: 590px;
	margin: 0px 0px 20px;
	padding: 5px;
	clear: right;
}

legend{
	font-size: 12px;
	font-weight: bold;
}

label{
	margin-left: 10px;
	vertical-align: middle;
}

label.first{
	margin-left: 0px;
}

input[type=checkbox], input[type=radio]{
	margin: 3px 6px 3px 3px;
	vertical-align: middle;
}

input[type=radio]{
	margin-left: 5px;
}

select{
	margin-left: 3px;
}

fieldset td{
	padding: 5px 0px 5px 15px;
}

td.question{
	padding: 10px 0px 0px 5px;
}

#sales-section td.question{
	padding-top: 15px;
	font-weight: bold;
}

a.minilink			{color: #254159; text-decoration: none;}
a.minilink:visited	{color: #254159; text-decoration: none;}
a.minilink:hover	{color: #254159; text-decoration: underline;}
a.minilink:active	{color: #254159; text-decoration: none;}
/*
div#content img{
	padding: 4px;
}
*/
.main{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/*color: #5f7784;*/
	color: #000;
	margin: 0px;
	padding: 0px;
}

.mini{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	/*color: #5f7784;*/
	color: #000;
	margin: 0px;
	padding: 0px;
}


.mainmenu a{
	display: block;
	width: 155px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*color: #68767e;*/
	color: #000;
	background-color: #c5cbd0;
	text-decoration: none;	
	border: 1px solid #818e98;
	border-width: 0px 1px;
	padding: 3px 0px 3px 13px;
	/*background-color: #e1e3dc;*/
}

.mainmenu a:visited, .mainmenu a:hover, .mainmenu a:active{
	color: #000;
	text-decoration: none;
}

.mainmenu a:hover{
	font-weight: bold;
/*	color: #9dbdae;*/
    color: #000;
	background-color: #dce0e3;
}

.mainmenu a.active{
	font-weight: bold;
	color: #000;
	background-color: #dce0e3;
}

.submenu a{
	display: block;
	width: 143px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*color: #68767e;*/
	color: #000;
	text-decoration: none;	
	border: 1px solid #818e98;
	border-width: 0px 1px;
	padding: 2px 0px 2px 25px;
	background-color: #c5cbd0;
}

.submenu a:visited, .submenu a:hover, .submenu a:active{
	color: #000;
	text-decoration: none;
}

.submenu a:hover{
	font-weight: bold;
	/*color: #9dbdae;*/
	color: #000;
	background-color: #dce0e3;
}

.submenu a.active{
	font-weight: bold;
	color: #000;
/*	background: none;*/
	background-color: #dce0e3;
}

.mainmenu a.top{
	margin-top: 10px;
	border-top-width: 1px;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

.mainmenu a.bottom, .submenu a.bottom{
	border-bottom-width: 1px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.buttons{
	float: left;
	margin-left: 180px;
}

a.button{
	display: block;
	background: url(../images/button-bg.png) no-repeat top;
	height: 16px;
	width: 120px;
	padding: 5px;
	margin-bottom: 16px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

a.button:visited, a.button:hover, a.button:active{
	color: #fff;
	text-decoration: none;
}

a.button:hover{
	background-position: bottom;
}

a.button:active{
	background-position: top;
}

