/* 
Author:	Parag Jagdale of Un-identified.com
File:		StructureStyle.css
Purpose:	Defines the structure of the web site
*/

body{
	background-color:#003366;
	padding:0;
	margin:0;
	
	background-image:url(../images/turbo_bg.jpg);
	background-repeat: repeat-x;
}

div#mainContainer{
	width:775px;
	margin-left:auto;
	margin-right:auto;
	
	/*border-left:1px dotted #ccc;
	border-right:1px dotted #ccc;*/
	/*background-image:url(../images/turbo_mainContainer_bg.gif);
	background-repeat:repeat-y;*/
}

div#header{
	width:770px;
	height:118px;
	background-image:url(../images/turbo_head_right_re.jpg);
	background-repeat: repeat-x;
	margin-left:auto;
	margin-right:auto;
}
div#headerLeft{
	float:left;
	width:490px;
	background-image:url(../images/turbo_head_left_re.jpg);
	background-repeat: repeat-x;
	padding-top:30px;
	padding-left:20px;
	
}

div#headerLeft  a img{
	border:0px;
}
div#headerLeft > a {

	text-decoration:none;
}

div#headerRight{
	float:left;
	width:260px;
	background-image:url(../images/turbo_head_middle.jpg);
	background-repeat:no-repeat;
	height:118px;
	

}

div#middle{
	clear:both;
	width:770px;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
}

div#menuColumn{
	float:left;
	width:152px;
	background-color:#fff;
}
div#menuColumn div.Address{
	padding-left:8px;	

}

div#menuColumn div.Address p{
	line-height:normal;
	font-size:70%;
}

div#menu{
	background-image:url(../images/turbo_menu_re.jpg);
	background-repeat:repeat-y;
}

div#menu div#menuHead{
	width:152px;
	height:34px;
	background-image:url(../images/turbo_menu_head.jpg);
	background-repeat:no-repeat;
}

div#menu div#menuContent{
	
	width:152px;
	margin-bottom:10px;
	padding-bottom:27px;
	background-image:url(../images/turbo_menu_foot.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
	
}

div#contentColumn{
	float:left;
	width:603px;
	background-image:url(../images/turbo_pageTitle.jpg);
	background-repeat:repeat-x;
	background-position:0px 0px;
	background-color:#fff;
	padding-left:5px;
	padding-right:10px;
}
div#contentColumn h1{
	color:#fff;
	margin-top:4px;

}

div#footer{
	width:770px;
	clear:both;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/turbo_footer_bg.jpg);
}

div#footerLeft{
	width:530px;
	height:30px;
	background-image:url(../images/turbo_foot_re.jpg);
	background-repeat: repeat-x;
	float:left;
}	

div#footerRight{
	float:left;
	width:220px;	
	height:26px;
	background-image:url(../images/turbo_foot_middle.jpg);
	background-repeat: no-repeat;
	padding-left:20px;
	font-weight:bold;
	color:#fff;
	padding-top:2px;
	text-align:center;
}

div#footerRight p{
	font-size:70%;
	padding:0;
	margin:0;
}



div.clear{
	height:0px;
	clear:both;
}
