* { margin: 0px; padding: 0px; }

html, body {
	font: 11px "Trebuchet MS"; color: #7c7c7c;
	background: #8bb8df;
	height: 100%;
}

.float-area { overflow: hidden; }
.clear-float { clear: both; }

a {
	text-decoration: none;
	color: #7c7c7c;
}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

.form_error { color: #A50010; font-size: 11px; }

h1, h2, h3, h4 {
	font-family: Georgia;
	color: #000;
	font-weight: normal;
}

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 17px; }

h1 .inner-gray { color: #a4a4a4; }

/******************
***  HR lines  ****
*******************/

.hr{
	height: 1px;
	margin: 10px 0 10px 0;
}

div.hr-img{
	background: transparent url(../images/bkg-hr-line.png) left 10px repeat-x;
	height: 3px;
	padding: 10px 0 10px 0; 
}
div.hr-img3{
	background: transparent url(../images/bkg-hr-line3.png) left 10px repeat-x;
	height: 7px;
	padding: 10px 0 10px 0; 
}

.hr-blue { border-bottom: 1px solid #b9b9b9; }
.hr-gray { border-bottom: 1px solid #c9d2d5; }
.hr-darkblue { border-bottom: 1px solid #4e5f81; }

/******************
***  INPUTS  ******
*******************/

input, select {
	font-size: 11px;
	color: #fff;
}

input.text {
	background: #343434;
	border: 1px solid #343434;
}

input.submit {
	background: #343434;
	border: 1px solid #343434;
	padding: 0 2px;
}

input.submit-2 {
	background: #06616a;
	border: 0 none;
	border-top: 1px solid #25a3b0;
	border-bottom: 1px solid #71b0b7;
	padding: 0 2px;
	cursor: pointer;
}

#body-top {
	position: absolute;
	width: 100%;
	height: 186px;
	background: #25649b;
	border-bottom: 10px solid #1f619a;
	left: 0;
}

#page {
	margin: 0 auto;
	width: 985px;
	min-height: 100%;
	/*position: relative;*/
	background: #fff;
}

#website-header {
	background: #1f619a url(../images/bkg-website-header.jpg) left top no-repeat;
	height: 196px;
	position: relative;
}

#logo {
	float: left;
	/*width: 225px;*/
	height: 113px;
	padding: 31px 0 0 21px	
}

#banner {
	/*float: left;
	width: 706px;
	height: 113px;
	margin: 31px 0 0 12px;*/
	display: none;
}

/*************
***  MENU  ***
**************/

#menu {
	list-style: none;
	overflow: hidden;
	position: absolute;
	left: 260px;
	bottom: 1px;
}
#menu li {
	float: left;
	margin-right: 8px;	
}
#menu li a {
	background: url(../images/menu-tab-left.png) left top no-repeat;
	height: 33px;
	display: inline-block;
	border: none;
	font-family: Georgia;
	font-size: 17px;
	color: #fff;
	padding-left: 20px;
}
#menu li a span {
	background: url(../images/menu-tab-right.png) right top no-repeat;
	display: block;
	padding: 9px 20px 4px 0;
}

/***************
***  CONTET  ***
****************/

#content { 
	background: url(../images/bkg-content-top.png) left top repeat-x;
	overflow: hidden;
	margin-bottom: 35px;
}

#content-left {
	background: url(../images/bkg-content-left-top.jpg) left top no-repeat;
	float: left;
	width: 197px;
	padding-top: 177px;
}
#content-left .content-left-bottom {
	background: url(../images/bkg-content-left-bottom.png) left bottom no-repeat;
	padding-bottom: 11px;
}
#content-left .content-left-center {
	background: #18719b;
}

/***************************
***  SOCIAL-NETWORK-BOX  ***
****************************/

#content-left .social-network {
	background: url(../images/bkg-social-netw-top.png) left top no-repeat;
	padding-top: 65px; /* 5 */
	margin-left: 14px;
	width: 176px;
	position: relative;
}
#content-left .social-network-title {
	position: absolute;
	top: 20px;
	left: 24px;
	width: 115px;
	line-height: 1.0;
}
#content-left .social-network-title .hr-img {
	background-position: left 5px;
	padding-top: 5px;
}
#content-left .social-network-bottom {
	background: url(../images/bkg-social-netw-bottom.png) left bottom no-repeat;
	padding-bottom: 10px;
}
#content-left .social-network-center {
	background: url(../images/bkg-social-netw-center.png) left top repeat-y;
	padding: 0 5px 0 6px;
	padding-bottom: 20px;
}

#content-left .social-network-box-bottom {
	background: url(../images/bkg-social-netw-box-bottom.png) left bottom no-repeat;
	padding-bottom: 13px;
	width: 165px;
	margin-bottom: 30px;
}
#content-left .social-network-box-center {
	background: url(../images/bkg-social-netw-box-center.png) left top repeat-y;
	padding: 15px 33px 15px 18px;
}
#content-left .social-network-box-center .social-networks-options .icon { margin-left: 5px; }

#dealer-info {
	font-size: 10px;
	color: #fff;
	margin: 0 10px;
}

#content-center {
	float: left;
	margin: 45px 25px 0 63px;
	width: 422px;	
}

/************************
***  DEALER-HOMEPAGE  ***
*************************/

#content-center .dealer-homepage .hr-img { 
	background-position: 0 15px;
	padding: 15px 0px;
}
#content-center .dealer-homepage .dealer-text {
	line-height: 2.0;
	text-align: justify;
	border-bottom: 1px solid #b4b4b4;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
	color: #000;
}
#content-center .dealer-homepage .dealer-text .buttons input { margin-right: 5px; }
#content-center .dealer-homepage img { max-width: 422px; }

#content-center .dealer-homepage2 p { margin: 5px 0; }
#content-center .dealer-homepage2 input.text {
	width: 260px;
	background: #343434;
	border: 1px solid #343434;
	color: #fff;
}
#content-center .dealer-homepage2 select.text {
	width: 50px;
	background: #343434;
	border: 0 none;
	color: #fff;
	padding: 2px;
}
#content-center .dealer-homepage2 .buttons {
	width: 260px;
	text-align: right;
	margin: 10px 0;
}
#content-center .dealer-homepage2 .buttons input.submit-3 {
	background: #343434;
	border: 0 none;	
}
#content-center .dealer-homepage2 #status_messages_area .message {
	padding: 6px 11px 8px 11px;
	background: #C7E8F9;
	margin-bottom: 5px;
	color: #292929;
}
#content-center .dealer-homepage2 #status_messages_area .message .date {
	color: #0C5088;
	font-weight: bold;
	font-size: 10px;
}

#content-center .text-title {
	background: #0E445D;
	color: #fff;
	float: left;
	margin-bottom: 10px;
}


/***************
***  MAP-US  ***
****************/

#content-center .map-us .text-and-map {
	overflow: hidden;
}
#content-center .map-us .text-and-map .text {
	float: left;
	/*width: 117px;*/
	margin-right: 20px;
	font-size: 10px;
	color: #0E445D;
	text-align: justify;	
}
#content-center .map-us .text-and-map .text a { color: #0E445D; }
#content-center .map-us .text-and-map .map {
	float: left;
	border: 6px solid #2D7DA3;
	/*width: 270px;
	height: 270px;*/
        width: 400px;
        height: 350px;
	overflow: hidden;
}


/********************************
***  ADVERTISING-RIGHT-PANEL  ***
*********************************/

#content-right {
	float: right;
	background: #014e8d url(../images/bkg-content-top.png) left top repeat-x;
	width: 278px;
}
#content-right .content-right-bottom {
	background: #fff url(../images/bkg-content-right-bottom.png) left bottom no-repeat;
	padding-bottom: 15px;
}
#content-right .content-right-inner-bottom {
	/*background: url(../images/bkg-content-right-inner-bottom.png) left bottom repeat-x;
	height: 45px;
	width: 278px;*/
}

#content-right .advertising {
	background: url(../images/bkg-content-right-inner-bottom.png) left bottom repeat-x;
	padding: 23px 19px 45px 23px;
}
#content-right .advertising img { margin-top: 22px; }

#content-right .dealer-pages { margin: 10px 18px 0 16px; }
#content-right .dealer-pages h4 {
	margin-top: 20px;
	color: #fff;
}
#content-right .dealer-pages .hr-blue {
	width: 80%;
	text-align: left;
	border-bottom: 1px solid #888888;
}
#content-right .dealer-pages .links { 
	padding-top: 5px;
	line-height: 2.0;
	font-size: 11px;
}
#content-right .dealer-pages .links a {
	background: #254272;
	color: #fff;
	padding: 0 3px;
}

/*********  PARTY MODULE  *********/

#party-module {
	background: url(../images/bkg-party-module.png) left top no-repeat;
	width: 100%; /* 236 */
	height: 322px;
	position: relative;
}
#party-module .text {
	padding: 86px 27px 0 40px;
	text-align: right;
	color: #2b2b2b;
}
#party-module .options { 
	position: absolute;
	right: 25px;
	bottom: 32px;
	width: 127px;
}
#party-module .options select {
	width: 127px;
	height: 18px;
	border: 1px solid #d4d0c8;
	color: #000;
	margin-bottom: 7px;
}
#party-module .options .buttons {
	padding-top: 8px;
	text-align: right;	
}
#party-module .options .buttons input.submit{
	background: #014e8d;
	border: 0 none;
}


/*********************
***  DEALER-PHOTO  ***
**********************/

#dealer-photo {
	position: absolute;
	top: 156px;
	left: 30px;
	z-index: 1;
}
#dealer-photo-border {
	position: absolute;
	background: url(../images/bkg-dealer-photo.png) top left no-repeat;
	width: 200px;
	height: 202px;
	top: 144px;
	left: 26px;
	z-index: 2;
}

/***************
***  FOOTER  ***
****************/

#footer {
	margin: 0  310px 0 266px;
	border-top: 1px solid #cccccc;
	padding: 20px 0 20px;
	text-align: center;
}

/***************
***  FORMS  ****
****************/

#dealer-login { margin: 12px 5px 10px 25px; }

#dealer-login-form .float-area { margin-bottom: 10px; }
#dealer-login-form .label,
#dealer-login-form input { float: left; }

#dealer-login-form .label {
	width: 60px;
	color: #757575;
}
#dealer-login-form input.text { width: 105px; }
#dealer-login-form .form_error { float: left; }
#dealer-login-form .buttons { float: right; }
#dealer-login-form  .forgot-password { text-align: right; }
#dealer-login-form  .forgot-password a { 
	color: #8d8d8d;
	text-decoration: underline;
	font-size: 10px; 
}

#dealer-login .goto-CP,
#dealer-login .logout {
	background: url(../images/bkg-goto-CP.png) left top no-repeat;
	padding: 3px 0 0 31px;
	min-height: 21px;
	text-decoration: underline;
	/*color: #7C7C7C;*/
	margin-left: 5px;
	cursor: pointer;
}
#dealer-login .logout {
	background: url(../images/bkg-logout.png) left top no-repeat;
}


#request-a-quote {
	color: #565656;
	font-size: 12px;
	font-weight: bold;	
}
#request-a-quote .left-side {
	float: left;
	width: 193px;
}
#request-a-quote .right-side{
	float: right;
	width: 193px;
}
#request-a-quote .label {
	margin-bottom: 3px;	
}
#request-a-quote input.text,
#request-a-quote select.text,
#request-a-quote textarea.text {
	width: 185px;
	border: 0 none;
	background: #C7E8F9;
	padding: 4px;
	color: #000;
	margin-bottom: 12px;
}
#request-a-quote select.text {
	width: 193px;
	padding: 3px;
}
#request-a-quote textarea.text {
	width: 413px;
	height: 100px;
}
#request-a-quote .note{
	font-size: 10px;
	font-weight: normal;
}
#request-a-quote .buttons {
	margin-top: 20px;
	text-align: right;
}
#request-a-quote .buttons input.submit {
	background: #254272;
	border: 0 none;
	padding: 4px;
	font-weight: bold;
}


/***************
***  ICONS  ****
****************/

.icon-twitter {
	background: url(../images/icon-twitter.jpg) top left no-repeat;
	width: 104px;
	height: 28px;
}
.icon-facebook {
	background: url(../images/icon-facebook.jpg) top left no-repeat;
	width: 95px;
	height: 30px;
}
.icon-youtube {
	background: url(../images/icon-youtube.jpg) top left no-repeat;
	width: 70px;
	height: 28px;
}
.icon-skype {
	background: url(../images/icon-skype.jpg) top left no-repeat;
	width: 124px;
	height: 41px;
}

/************************
***  EDITOR DISPLAY  ****
*************************/

#editor-display {
	background: url(../images/bkg-editor.jpg) left top repeat-x;
	height: 27px;
	width: 100%;
	position: absolute;
}
#editor-display .editor-pencil {
	position: absolute;
	background: url(../images/editor_pencil.png) left top no-repeat;
	top: 2px;
	right: 30px;
	width: 47px;
	height: 25px;
	cursor: pointer;
}
#editor-display .editor-pencil:hover {
	background: url(../images/editor_pencil.png) left -25px no-repeat;
}
#editor-display .close {
	position: absolute;
	background: url(../images/x_to_hide.gif) left top no-repeat;
	top: 8px;
	left: 5px;
	width: 13px;
	height: 14px;
	cursor: pointer;
}
#editor-display .close:hover {
	background: url(../images/x_to_hide_hover.gif) left top no-repeat;
}