/* General styles
------------------------------------------------------------------- */
body {
	font-size: 13px;
	font-family: Arial;
	padding: 0px;
	margin: 0px;
	color: #464646;
	background-color: #fff;
}
img {
	border: 0;
}
h1 {
}
h1, h2 {
	color: #4dbee9;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: underline;
	padding: 3px 0px;
	margin-bottom: 10px;
}
.subheader {
	font-size: 10px;
	color: #707070;
	position: relative;
	left: 40px;
	top: -15px;
	margin: 0px;
	text-transform: uppercase;
	text-decoration: none;
}
.subheader a {
	color: #707070;
}
h3 {
	color: #4dbee9;
	font-size: 16px;
	margin-bottom: 10px;
}
button{
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial;
}
button, button::-moz-focus-inner{
	padding: 0;
	margin: 0;
	border: 0;
}
a {
	color: #4dbee9;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.mr-right {
	margin-right: 10px;
}
.mr-right-min {
	margin-right: 2px;
}
.mr-right-big {
	margin-right: 20px;
}
.mr-back {
	margin-top: -10px;
}
.nomargin {
	margin: 0px;
}
#main .mr-bottom {
	margin-bottom: 10px;
}
#main .mr-bottom-small {
	margin-bottom: 5px;
}
.fl-right {
	float: right;
}
.fl-left {
	float: left;
}
.capitalize {
	text-transform: uppercase;
}
.gray {
	color: #707070;
}
.black {
	color: #000;
}
.oh {
	overflow: hidden;
}
p {
	margin-bottom: 10px;
}
#wrapper {
	position: relative;
	background: url(../images/background-main.png) repeat-x 50% 40px;
	min-width: 1200px;
}
.inner-container {
	width: 980px;
	margin: 0 auto;
}
.small {
	font-size: 10px;
}
.big {
	font-size: 14px;
}
.xbig {
	font-size: 16px;
}
.pad-separator {
	padding: 5px 0px;
}
#main .big-pad {
	padding-top: 10px;
	padding-bottom: 10px;
}
.separator {
	border-top: solid 1px #4dbee9;
	margin: 10px 0px;
}
blockquote {
	color: black;
	margin-left: 0px;
	margin-left: 20px;
	margin-right: 40px;
	padding: 10px;
	border-left: solid 2px #4dbee9;
	background-color: #f4f4f4;
	font-weight: bold;
}
/* Header
------------------------------------------------------------------- */
#header {
	height: 30px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 1200px;
	margin: 0 auto;
}
#header .logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 204px;
	height: 74px;
	z-index: 2;
}
#header ul.top-menu {
	margin-left: 225px;
	height: 24px;
	display: block;
	list-style-type: none;
}
#header ul.top-menu li {
	display: inline;
}
#header .userpanel {
	position: absolute;
	top: 5px;
	right: 0px;
}
#header .userpanel .button-icon {
	padding: 1px;
	width: 26px;
	height: 26px;
}
#header .userpanel .button-icon img {
	width: 24px;
	height: 24px;
	border: solid 1px #ccc;
	border: solid 1px rgba(255,255,255,0.5);
}
#header .phone {
	position: absolute;
	top: 10px;
	right: 200px;
}
#searchbar {
	background-image: url(../images/transparent-light.png);
	width: 522px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 4px;
	position: relative;
	overflow: hidden;
	height: 36px;
}
#searchbar input {
	border: none;
	box-shadow: inset 0px 1px  5px 0px rgba(0,0,0, 0.4);
	-moz-box-shadow: inset 0px 1px  5px 0px rgba(0,0,0, 0.4);
	-webkit-box-shadow: inset 0px 1px  5px 0px rgba(0,0,0, 0.4);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 4px 12px 4px 12px;
	font-size: 14px;
	color: #ccc;
	display: block;
	width: 399px;
	height: 28px;
	left: 4px;
	top: 4px;
	bottom: 4px;
}
#searchbar button {
	font-weight: bold;
	height: 22px;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 73px;
}
#searchbar .button-blue {
	float: none;
	font-size: 14px;
}
/* Main
------------------------------------------------------------------- */
#main {
	border-top: solid 3px #4dbee9;
	background: url(../images/background-gray.png) no-repeat center bottom;
	overflow: hidden;
	padding-bottom: 60px;
}
#main .main-center {
	padding: 80px 0px 40px 0px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#main #searchbar {
	position: absolute;
	left: 245px;
	top: 15px;
	background-image: url(../images/transparent-white.png);
}
#main .leftbar {
	width: 205px;
	float: left;
}
#main .leftbar .separator {
	border-top: solid 1px #4dbee9;
	margin: 12px 0px;
}
#main .content {
	border-top: solid 1px #4dbee9;
	
	padding: 10px 0px 10px 0px;
}
#main .content-right {
	margin-left: 225px;
}
#main .content p:first-child {
	margin-top: 0px;
}
#main .inner-content {
	/*width: 755px;*/
}

#main .inner-content .mainbar {
	margin-right: 225px;
}
#main .inner-content .rightbar {
	float: right;
	width: 205px;
}
/* Footer
------------------------------------------------------------------- */
#footer {
	height: 103px;
	background: url(../images/background-footer.png) no-repeat center top;
	border-top: solid 1px #4dbee9;
	color: #7d7d7d;
	padding-top: 30px;
	position: relative;
}
#footer .liveinternet-counter {
	position: absolute;
	right: 10px;
	top: 20px;
}
#footer .inner-container {
	width: 830px;
}
#footer strong {
	font-size: 18px;
}
#footer ul {
	padding-left: 4px;
}
