/*************************************************************
 CSS Document 
 Project:  Ottawa Window Medics Dealership Website
 Author:  Teuila Mau
 Date Last Modified:  January 5th, 2007
 Deadline:  February 28th, 2007
**************************************************************/

html{
	background-image:url(images/background.jpg);
	background-repeat:repeat;
	font-family: Helvetica, Myriad, Myriad Web;
	overflow:scroll;
}

#wrapper{
	margin:0 auto;
	padding:0;
	background-color:#FFFFFF;
	border-bottom: 5px solid #999999;
	border-left: 5px solid #999999;
	border-right: 5px solid #999999;
	width:auto;
	font-family: Helvetica, Myriad, Myriad Web;
}	

body{
	margin:0 auto;
	background-color:#FFFFFF;
	width:800px;
	height:auto;
	border-bottom: 10px solid #ba0001;
	border-left: 10px solid #ba0001;
	border-right: 10px solid #ba0001;
	padding:0px;
	font-family: Helvetica, Myriad, Myriad Web;
}

#banner{
	background-color:#fff;
	padding:0;
	margin:0;
}

#content{
	font-family: Helvetica, Myriad, Myriad Web;
	display:block;
	padding-left: 50px;
}

#columnA{
	padding: 0;
	margin: 0;
	float:left;
	width:150px;
	background-color:#FFFFFF;
}

#divider{
	padding: 8px 0px 0px 0px;
	margin:10px;
	float:left;
	background-color:#FFFFFF;
}

#scrollBar{
	padding-top:30px;
	padding-bottom:30px;
	padding-left:45px;
	float:left;
}	

.horLinks {
	font-family: Helvetica, Myriad, Myriad Web;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	background-color:#999999;
	color:#FFFFFF;
	margin:0;
	padding:5px 5px 5px 20px;
	width:auto;
	height:16px;
}

.horLinks a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-right: 40px;
}

.horLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;	
	font-weight: bold;
	margin-right: 40px;
}

.horLinks a:hover {
	color:#333333;
	text-decoration: none;	
	font-weight: bold;	
	margin-right: 40px;
}

.horLinks a:active {
	color: #333333;
	text-decoration: none;	
	font-weight: bold;	
	margin-right: 40px;
}


.vertLinks{
	font-family: Helvetica, Myriad, Myriad Web;
	font-size: 12px;
	text-align:right;
	background-color:#FFFFFF;
	color:#9facb1;
	font-weight: bold;
}

.vertLinks a:link {
	color: #9facb1;
	text-decoration: none;
}
.vertLinks a:visited {
	color: #9facb1;
	text-decoration: none;	
}
.vertLinks a:hover {
	color: #333333;
	text-decoration: none;	
}
.vertLinks a:active {
	color: #333333;
	text-decoration: none;	
}

.content {
	font-family: Helvetica, Myriad, Myriad Web;
	font-size:12px;
	margin:10px;
	clear:right;
	width:700px;
	float:right;
}

.welcome{
	font-family: Helvetica, Myriad, Myriad Web;
	font-size:18px;
	text-align:center;
	padding:50px;
}

.paragraph{
	margin-top: 25px;
}

/***Scrollbar*********************************************************************************************/

#scrollingDiv {
	/*position:absolute;*/
	overflow:scroll;
	/*padding-top:15px;*/
}

#scrollcontainerC{
	/*position:absolute;*/
	/*overflow:scroll;*/
	float:right;
}


#scrollingDivC {
	/*position:absolute;*/
	overflow:scroll;
	padding-left:5px;
	/*padding-top:15px;*/
}

#columnB{
	float:left;
	width:510px;
	background-color:#FFFFFF;
	font-family: Helvetica, Myriad, Myriad Web;
	font-size: 11px;
}

#columnB a:link {
	color: #b90000;
	text-decoration: none;
}
#columnB a:visited {
	color: #666666;
	text-decoration: none;	
}
#columnB a:hover {
	color: #b90000;
	text-decoration: none;	
}
#columnB a:active {
	color: #b90000;
	text-decoration: none;	
}

.root     {
	position:absolute;
	width:      550px;
	/*left: 516px;
	top: 228px;*/
	/*margin:       0px 0px 8px 7px; */   
}


.root p   {
    /*margin:      10px 10px 5px 10px;*/
	width:      550px;
    }
	
.thumb     {
    position:      absolute;
    height:      0px;
	padding-top:5px;
    width:      0px;
    left:       10px;
	
    }
	
.up{
    position:      absolute;
    padding-left: 10px;
}

.dn   {
    position:      absolute;
    padding-left: 10px;
}
	
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border:      0;
    }
	
.scrollContainer { 
    position:      absolute; 
    width:      510px; 
	height: 410px;
    clip:      rect(0 467 200 0);
    overflow:      auto; 
    /*border-top:    2px solid #000000;
    border-left:    2px solid #000000;
    border-right:    2px solid #686262;
    border-bottom:    2px solid #686262;*/
	color:#000000;
	font-family: Helvetica, Myriad, Myriad Web;
	font-size:12px;
    }
	
#scroll0Container{
	width: 550px;
}
	


.scrollContent { 
    position:      absolute; 
    left:      75px; 
    width:      550px; 
}



/**********************************************************************************************************/


#footer{
	text-align: center;
}

#bottomLinks{
	text-align:center;
	font:"Courier New", Courier, monospace;
	font-size:12px;
	padding-bottom:5px;
	color:#666666;
}
#bottomLinks a:link {
	color: #666666;
	text-decoration: none;
}
#bottomLinks a:visited {
	color: #666666;
	text-decoration: none;	
}
#bottomLinks a:hover {
	color: #b90000;
	text-decoration: none;	
}
#bottomLinks a:active {
	color: #666666;
	text-decoration: none;	
}

.style7 {color:#333333; margin-right: 40px;}	
.style5 {color: #b90000; font-weight: bold;}
.style8 {color: #333333; margin-right: 40px;}
.style9 {color: #333333;}
.form {font-family: Helvetica, Myriad, Myriad Web;
	font-size: 12px;
	color:#666666;
}


table#serve{}
table#serve th{background:url(images/dividerH.gif) no-repeat top center; padding-top:20px; color:#b90000; text-transform:uppercase}
table#serve td{vertical-align:top;}
table#serve ul{margin:5px 0 10px 40px; padding:0;}
table#serve li{margin:0; padding:0 0 3px 0;}

.phonenum {margin:192px 0px 0px 88px; float:left; font-weight:bolder;}
.mainheader {width:790px; height:227px; margin:0px; padding:0px;}
.super {margin:15px 0px 10px 10px; float:right;}
.super a img {border:0px}