html, body, p, address, form, table, input, texarea, label, legend, td, th, h1, h2, h3, h4, h5, dd, dl, dt, fieldset {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
a img {	border: 0; }
:focus { outline: none; }

body {
	font: 100.1% Tahoma, Arial, Helvetica, sans-serif;
	background: #F4F5EF;
}
input, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#container {
	background: url(../img/bg_left_bott.png) no-repeat left bottom;
	padding: 0;
	min-width: 1000px;
}

/* {{{ header */
#header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 540px;
	background: url(../img/bg_top2.jpg) no-repeat 210px 0px;
}
.inner #header {
	height: 187px;
	background: url(../img/bg_top_inner2.jpg) no-repeat 230px 0px;
}
#header-inner {
	height: 100%;
	background: url(../img/bg_top3.jpg) no-repeat 247px 317px;
}
#logo {
	position: absolute;
	top: 27px;
	left: 30px;
	width: 225px;
	height: 45px;
	z-index: 9999;
}
.slogan {
	font-size: 11px;
	position: absolute;
	top: 77px;
	left: 30px;
	width: 225px;
}
.slogan strong {
	font-weight: normal;
}
#circles {
	background: url(../img/bg_right_top.png) no-repeat;
	width: 332px;
	height: 311px;
	position: absolute;
	right: 0;
	top: 7px;
}
.inner #circles {
	background: url(../img/bg_right_top2.png) no-repeat;
	width: 195px;
	height: 183px;
	top: 7px;
}
#oranges {
	background: url(../img/bg_middle.png) no-repeat;
	width: 463px;
	height: 318px;
	position: absolute;
	left: 344px;
	top: 0;
}
.inner #oranges {
	background: url(../img/bg_middle2.png) no-repeat;
	width: 295px;
	height: 197px;
	left: 430px;
}
.inner .type2 #oranges {
	background: url(../img/bg_middle3.png) no-repeat;
	width: 296px;
	height: 198px;
	left: 430px;
}
#light {
    position: absolute;
    width: 13px;
    height: 6px;
    background: url(../img/lights.png) no-repeat 0 0;
    left: 570px;
    top: 351px;
    font-size: 0;
    overflow: hidden;
}
.inner #light {
    width: 8px;
    height: 2px;
    background-position: 0 -6px;
    left: 575px;
    top: 106px;
}
/* }}} header */

/* {{{ content */
#content-container {
	position: relative;
	table-layout: fixed;
	width: 100%;
}
#content-subcontainer {
	position: relative;
	table-layout: fixed;
	width: 100%;
}
#subcontainer {
	vertical-align: top;
}
/* {{{ left column */
#slogans {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 135px;
    left: 260px;
    width: 215px;
    height: 135px;
    z-index: 9999;
}
#slogans li {
    height: 45px;
}
.item1 { padding-left: 50px; }
.item2 { padding-left: 25px; }
#slogans a {
    height: 100%;
    display: block;
    text-indent: -9999px;
}
#service-col {
	padding: 145px 0 235px 30px;
	width: 225px;
	vertical-align: top;
}
#for-dealers {
	display: block;
	width: 115px;
	background: url(../img/btn_dealers.png) no-repeat;
	font: 18px "Arial Narrow", Helvetica, sans-serif;
	padding-left: 40px;
	color: #091E2F;
	height: 40px;
	line-height: 40px;
}

/* {{{ login form */
#login-form {
	position: absolute;
	width: 201px;
	height: 88px;
	top: 170px;
	left: 70px;
	background: url(../img/bg_login_form.png) no-repeat;
	padding-left: 20px;
	padding-top: 30px;
	display: none;
	z-index: 9999;
}
#login-form label {
	font-size: 11px;
	display: block;
}
#login, #password {
	border: 1px solid #CACFB4;
	width: 144px;
	padding: 4px;
	$padding: 2px 4px;
	font-size: 11px;
	margin-bottom: 3px;
}
#do-login {
	position: absolute;
	top: 55px;
	left: 179px;
}
/* }}} login form */
#main-menu, #main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-menu {
	margin-right: 20px;
	margin-bottom: 20px;
}
#main-menu li {
	margin-bottom: 10px;
	font-family: "Arial Narrow", Helvetica, sans-serif;
}
#main-menu li a {
	font-size: 16px;
	color: #09f;
}
#main-menu ul {
	margin-left: 8px;
}
#main-menu li li {
	margin-bottom: 3px;
	line-height: 130%;
}
#main-menu li li a {
	font-size: 12px;
	color: #666;
}
#phones h2 {
	text-indent: -9999px;
	height: 15px;
	background: url(../img/headers.png) no-repeat left top;
	font-size: 10px;
}
.phone1, .phone2 {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A9B084;
	display: block;
	vertical-align: top;
	letter-spacing: -1px;
}
.phone1 b, .phone2 b {
	font-size: 36px;
	color: #ff7600;
	letter-spacing: -4px;
	vertical-align: -14px;
	font-weight: normal;
}
/* }}} left column */

/* {{{ center column */
h1 {
	font: normal 22px "Arial Narrow", Helvetica, sans-serif;
	color: #353D40;
	margin-bottom: 10px;
}
#content-subcontainer h2 {
	margin-bottom: 10px;
	font: normal 22px "Arial Narrow", Helvetica, sans-serif;
	color: #353D40;
}
#main-content {
	vertical-align: top;
	padding-right: 30px;
	padding-top: 485px;
	width: 395px;
}
body:first-of-type #main-content {
	width: 455px;
}

.inner #main-content {
	padding-top: 190px;
	width: auto!important;
}
#main-content p {
	font-size: 14px;
	color: #68767D;
	margin-bottom: 1em;
}

.news dt {
	font-size: 10px;
	color: #82BFE5;
	padding-left: 20px;
	background: url(../img/ico_news.gif) no-repeat 2px 0px;
	display: block;
	height: 13px;
	margin-bottom: 3px;
}
.news dd {
	color: #666;
	font-size: 12px;
	padding-left: 20px;
	margin-bottom: 1em;
}
.news dd a {
	color: #666;
}
.all-news {
	display: block;
	height: 14px;
	background: url(../img/headers.png) no-repeat left -103px;
	text-indent: -9999px;
	text-decoration: none;
    font-size: 10px;
}
/* }}} center column */

/* {{{ right column */
#service-col2 {
	/* width: 35%; */
	vertical-align: top;
	padding-top: 285px;
	padding-right: 35px;
}
.inner #service-col2 {
	width: 230px;
	padding-top: 190px;
}
body:first-of-type .inner #service-col2 {
	width: 270px;
}
#service-col2 p {
	font-size: 14px;
	color: #68767D;
}

.do-you-know {
	margin: 20px 0;
}
.do-you-know * {
	font-size: 12px!important;
}
.do-you-know h2 {
	text-indent: -9999px;
	height: 18px;
	background: #f4f5ef url(../img/headers.png) no-repeat left -117px;
	width: 170px;
	position: relative;
	top: -9px;
	font-size: 12px;
	overflow: hidden;
}
.do-you-know .box-content {
	padding-top: 0;
}
/* {{{ rounded corners box */
.box {
	background: url(../img/box_r_b.png) no-repeat right bottom;
}
.box-inner {
	position: relative;
	background: url(../img/box_l_t.png) no-repeat left top;
}
.box-content {
	position: relative;
	padding: 25px;
}
.corner1 {
	position: absolute;
	background: url(../img/box_l_b.png) no-repeat;
	width: 27px;
	height: 26px;
	bottom: 0;
	left: 0;
}
.corner2 {
	position: absolute;
	width: 26px;
	height: 38px;
	top: 0;
	right: 0;
	background: url(../img/box_r_t.png) no-repeat;
}
/* }}} rounded corners box */

#banner1 {
	text-align: center;
	margin: 10px auto;
}
#banner2 {
	text-align: center;
	margin: 10px auto;
}
/* }}} right column */
#copy {
	color: #949494;
	font-size: 11px;
}
/* }}} content */

/* {{{ footer */
#footer {
    margin-right: 35px;
    margin-left: 4px;
}
/* }}} footer */