﻿html, body{
    margin:0px;
    padding:0px;
    height:100%;
    background: #243841;	
}

body
{
    height:100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
}


/*** CLASSES ****/
.line-divider
{
	width:900px;
	margin:0 auto;
	background:url(images/line.png) repeat-x;
	height:3px;
}

.blog-divider
{
    width:525px;
    margin:15px 15px 15px 0;
    border:1px solid white;
}

.clear-both
{
    clear:both;
}



/*** ROOT CONTAINER ***/
#home-container
{
	height:100%;
	position:absolute;
	width:1100px;
	left:50%;
	margin-left:-550px;
}

#container
{
    height:100%;
	position:absolute;
	width:900px;
	left:50%;
	margin-left:-450px;
}



/*** FLASH or HTML CONTAINER (width difference) ***/
#home-content-bg
{
	position:absolute;
	width:1100px;
	height:100%;
}

#content-bg
{
	position:absolute;
	width:900px;
	height:100%;
}



/*** CONTAINER (home no background | subpage has background ***/
#home-content-container
{
    z-index:10;
    min-height:560px;
}

.content-container
{
    z-index:15;
    height:588px;
    margin:15px 0 0 0;
    background:url(images/content_background.jpg) no-repeat;
    overflow:hidden;
}



/*** NO MARGIN on home | there is 200px margin on subpages ***/
.content
{
    height:560px;
    margin-left:263px;
    margin-right:9px;
}


#about
{
    background:url(images/about_background.jpg) no-repeat;
}
#blog
{
    
}
#contact
{
    
}
#portfolio
{
    
}
#quote
{
}
#services
{
}

/*** TAB ***/
.tab
{
    text-align:center;
    float:right;
    margin-top:9px;
}



/*** MENU ***/
#navigation 
{
	text-align:right;
	height:25px;
	width:900px;
	margin:40px auto 0 auto;
	background:#243841 url(images/header_bg.png) repeat-x;
}


#navigation a
{
    text-decoration:none;
}


/*** VERTICAL WILDBERRY ***/
#home-vertical-container
{
	position:absolute;
	height:100%;
	width:263px;
	background:url(images/strip_bg.png) repeat-y;
	text-align:center;
	padding-left:5px;
	z-index:0;
	margin-left:100px;
	min-height:768px;
}

#vertical-container
{
	position:absolute;
	height:100%;
	width:263px;
	background:url(images/strip_bg.png) repeat-y;
	text-align:center;
	padding-left:5px;
	z-index:0;
	min-height:768px;
}



/*** FOOTER ***/
#footer
{
	font-family: arial, sans-serif;
	color: #D1D1D1;
	font-size: 11px;
	letter-spacing: 0pt;
	text-align:right;
	width:900px;
	margin:0 auto;
}

.wrapper h2
{
    font-family: arial,sans-serif;
    font-size: 14px;
    font-weight:normal;
    letter-spacing: 0.2pt;
    word-spacing: 0pt;
}

.wrapper p
{
    font-family: arial,sans-serif;
    font-size: 12px;
    letter-spacing: 0.6pt;
    word-spacing: 1.2pt;
    line-height: 1.3;
}

#blogs
{
    width:520px;
}

#get-quote
{
    margin-top:10px;
    height:350px;
    margin-right:20px;
}

#portfolio-menu
{
    margin-top:-10px;
    margin-left:10px;
}