/* Page wrapper */
div.page 
{
	width: 908px;
	margin: 0 auto 0 auto;
	position: relative;
	overflow: hidden;
}

/**
 * ========================================================================
 * Header
 * ========================================================================
 */
 
div.header-box 
{
	clear: both;
	position: relative;
	z-index: 1;
}

div.header 
{
	background: #fff;
	position: relative;
	z-index: 5;
}

#header
{
	height: 279px;
	background: #fff;
}

/**
 * Top corners
 */
#top
{
	clear: both;
	height: 22px;
}

#top .left
{
	float: left;
	width: 20px;
	height: 22px;
}

#top .middle
{
	float: left;
	width: 868px;
	height: 22px;
}

#top .right
{
	float: left;
	width: 20px;
	height: 22px;
}

/**
 * Header body
 */
#header-body
{
	height: 257px;
}

#header-body .left
{
	float: left;
	width: 4px;
	height: 257px;
}

#header-body .middle
{
	float: left;
	width: 900px;
	height: 257px;
}

#header-body .right
{
	float: left;
	width: 4px;
	height: 257px;
}

/**
 * Logo
 */

#header-logo
{
	clear: both;
	height: 98px;
}

#header-logo #logo
{
	float: left;
	width: 450px;
}

#header-logo #phone
{
	float: left;
	width: 450px;
}

#header-logo #phone .number
{
	float: left;
	width: 335px;
	z-index: 5;
}

#header-logo #phone .head
{
	float: left;
	position: relative;
	top: 1px;
	right: 1px;
	height: 98px;
	width: 115px;
	z-index: 100;
}

#header-splash
{
	clear: both;
	height: 159px;
}

/**
 * ========================================================================
 * Navigation
 * ========================================================================
 */

div.hmenu-box 
{
	position: absolute;
	top: -21px;
	z-index: 3;
	height: 40px;
	width: 908px;
}

div.hmenu 
{
	height: 42px;
}

#navigation .inner
{
	height: 24px;
}

#navigation .left
{
	float: left;
	width: 4px;
	height: 42px;
}

#navigation .middle
{
	float: left;
	width: 900px;
	height: 42px;
}

#navigation .middle .inner .nav-left
{
	float: left;
	width: 900px;
}

#navigation .middle .inner .nav-right
{
	float: left;
	width: 200px;
	height: 25px;
}

#navigation .right
{
	float: left;
	width: 4px;
	height: 42px;
}

/* Home page */

#content-top
{
	height: 16px;
	overflow: hidden;
}

/* Sub pages */

#content-top-sub
{
	height: 16px;
	overflow: hidden;
}

/**
 * ========================================================================
 * Main body
 * ========================================================================
 */
 
div.main 
{
	clear: both;
	padding-bottom: 35px;
	width: 100%;
	position: relative;
	z-index: 1;
}

div.main-left-bg
{
	float: left;
	width: 4px;
	z-index: 1;
	background: #ddd;
}

/**
 * ========================================================================
 * Content
 * ========================================================================
 */

/* Width for left and content */

div.wrap 
{
	width: 652px;
	float: left;
}

/* Home page */

div.content-box 
{
	position: relative;
	z-index: 3;
	float: right;
	width: 399px;
	margin-top: 38px;
}

div.content 
{
	padding: 0px;
	background: #fff;
}

div.content-bg 
{
	width: 400px;
	position: absolute;
	top: 0;
	left: 253px;
	background: #fff;
	padding-top:  32767px !important;
	margin-bottom:  -32767px !important;
}

/* Content pages */

div.wrap-sub
{
	width: 904px;
	float: left;
}

div.content-box-sub
{
	position: relative;
	z-index: 3;
	float: right;
	width: 649px;
	margin-top: 38px;
}

div.content-sub
{
	padding: 0px;
	background-color: #FFFFFF;
}

div.content-bg-sub
{
	width: 651px;
	position: absolute;
	top: 0;
	left: 253px;
	padding-top:  32767px !important;
	margin-bottom:  -32767px !important;
	background-color: #FFFFFF;
}

/**
 * ========================================================================
 * Left nav
 * ========================================================================
 */

div.vmenu-box 
{
	position: relative;
	top: 0;
	z-index: 3;
	width: 248px;
	float: left;
	margin: 21px 0 0 0;
}

div.vmenu 
{
	padding: 0 0 0 4px;
	margin: 17px 0 0 0;	/*background: #FF0000;*/
}

div.vmenu-bg 
{
	width: 248px;
	position: absolute;
	top: 0;
	left: 4px;
	margin: 24px 0 0 0;
	/*background: #CFECAB;*/
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	background-color: #e7e7e8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #34b3e6;
}

div.vmenu-left-bg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	/*background: #fff;*/
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	background-color: #e7e7e8;
}

/**
 * ========================================================================
 * Right nav
 * ========================================================================
 */

div.container-box 
{
	position: relative;
	z-index: 3;
	width: 250px;
	float: right;
	margin-top: 38px;
}

div.container 
{
	padding: 0 4px 0 0;
	/*background: #FFFF00;*/
}

div.container-bg 
{
	width: 250px;
	position: absolute;
	top: 0;
	right: 4px;
	/*background: #ECABCF;*/
	padding-top:  32767px !important;
	margin-bottom:  -32767px !important;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #34b3e6;
	background-color: #e7e7e8;
}

div.container-right-bg 
{
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	/*background: #fff;*/
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
}

/**
 * ========================================================================
 * Footer
 * ========================================================================
 */

div.footer-box 
{
	clear: both;
	position: relative;
	z-index: 1;
}

div.footer 
{
	/*background: #CFCFAB;*/
	;
	position: relative;
}

#footer
{
	margin: 0 auto 0 auto;
	width: 908px;
}

#footer-shadow
{
	clear: both;
	width: 908px;
	height: 4px;
}

#footer-blocks
{
	clear: both;
	overflow: hidden;
	width: 908px;
}

/* left */

#footer-blocks .left
{
	float: left;
	padding-top: 5000px !important;
	margin-bottom: -5000px !important;
	width: 4px;
	min-height: 10px;
}

/* Middle */

#footer-blocks .middle
{
	float: left;
	width: 900px;
}

#footer-blocks .middle-inner
{
	overflow: hidden;
}

#footer-blocks .middle-inner-left
{
	float: left;
	width: 249px;
}

#footer-blocks .middle-inner-middle
{
	float: left;
	width: 400px;
}

#footer-blocks .middle-inner-right
{
	float: left;
	width: 251px;
}

/* Right */

#footer-blocks .right
{
	float: left;
	padding-top: 5000px !important;
	margin-bottom: -5000px !important;
	width: 4px;
}

