/*predefined tags*/

	body {
		margin:0px;
		padding:0px;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:62.5%;
		background:url(../../images/body_bg_grad.jpg) repeat-x #ccc fixed;
	}
	
	img {
		border:none;
	}
	
	img.left {
		margin:0 15px 10px 0;
		float:left;
	}
	
	img.right {
		margin:0 0 15px 10px;
		float:right;
	}
	
	a {
		border:none;
		outline:none;
	}
	
	p {
		font-family:Arial, Helvetica, sans-serif;
		margin:0px 0 10px 0;
		padding:0;
		font-size:1.2em;
	}
	
	p a {
		font-family:Arial, Helvetica, sans-serif;
		margin:0px 0 15px 0;
		padding:0;
		color:#e31a22;
		text-decoration:underline;
	}
	
	p a:hover {
		color:#e31a22;
		text-decoration:none;
	}
	
	p span {
		color:#e31a22;
		font-weight:bold;
	}
	
	.clear {
		clear:both;
		display:block;
	}
	
	h1 {
		font-size:2.0em;
		margin:0 0 15px 0;
		padding:0;
		line-height:normal;
		color:#e31a22;
	}
	
	h2 {
		font-size:1.6em;
		margin:0 0 10px 0;
		padding:0;
		line-height:normal;
		color:#666666;
	}
	
	h3 {
		font-size:1.4em;
		margin:0 0 10px 0;
		padding:0;
		line-height:normal;
		color:#666666;
	}
	
	div {
		overflow:hidden;
	}
	
	input {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1.1em;
		color:#ed1c24;
		border:solid 1px #999999;
	}
	
	textarea {
		color:#ed1c24;
	}
	
	select {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1.0em;
		color:#ed1c24;
	}
	
	form {
		margin:0;
		padding:0;
	}
	
	hr {
		border:0;
		color:#CCC;
		background-color:#CCC;
		height:1px;
	}
	
	ul {
		padding:0 0 10px 10px;
		margin:0 0 10px 10px;
	}
	
	ul li {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1.1em;
		padding:5px 0 5px 20px;
	}
	
	ol {
		padding:0 0 20px 10px;
		margin:0 0 20px 10px;
	}
	
	ol li {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1.1em;
		padding:5px 0 5px 20px;
	}
	
	ul.tick {
		padding:0;
		margin:0 0 20px 10px;
	}
	
	ul.tick li {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1.2em;
		color:#006600;
		background:url(../../images/bullet_tick.jpg) no-repeat 0 2px;
		list-style:none;
		display:block;
		padding:5px 0 5px 20px;
	}
	
	ul.cross {
		padding:0;
		margin:0 0 20px 10px;
	}
	
	ul.cross li {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1.2em;
		color:#ed1c24;
		background:url(../../images/bullet_cross.jpg) no-repeat 0 5px;
		list-style:none;
		display:block;
		padding:5px 0 5px 20px;
	}
	
	table.info th {
		font-size:1.4em;
		color:#FFFFFF;
		background:url(../../images/th_bg.jpg) repeat-x #5f0202;
		padding:5px;
	}
	table.info td {
		font-size:1.2em;
		color:#333333;
		padding:5px;
	}
	
	table.info tr.alt {
		background:#eeeeee;
	}
	
	table.coverChart {
		margin-top:20px;
	}
	
	table.coverChart th.premium {
		font-size:1.4em;
		color:#FFFFFF;
		background:url(../../images/th_bg.jpg) repeat-x #5f0202;
		padding:5px;
		border-right:#650101 1px solid;
		border-left:#650101 1px solid;
		text-align:center;
	}
	
	table.coverChart th.standard {
		font-size:1.4em;
		color:#FFFFFF;
		background:url(../../images/th_standard.jpg) repeat-x #9b9b9b;
		padding:5px;
		border-left:#999999 1px solid;
		text-align:center;
	}
	table.coverChart td {
		font-size:1.2em;
		color:#333333;
		padding:5px;
		text-align:center;
	}
	
	table.coverChart td.textLeft {
		text-align:left;
	}
	
	table.coverChart td.premiumBorder {
		border-right:#650101 1px solid;
		border-left:#650101 1px solid;
		color:#650101;
		font-weight:bold;
	}
	table.coverChart td.premiumBorderBottom {
		border-right:#650101 1px solid;
		border-left:#650101 1px solid;
		border-bottom:#650101 1px solid;
		color:#650101;
		font-weight:bold;
	}
	
	table.coverChart td.standardBorder {
		border-left:#999999 1px solid;
	}
	table.coverChart td.standardBorderBottom {
		border-left:#999999 1px solid;
		border-bottom:#999999 1px solid;
	}
	
	table.coverChart tr.alt {
		background:#eeeeee;
	}
	

/*template tags*/

	#wrapper {
		width:850px;
		height:auto;
		margin:0 auto 0 auto;
		text-align:left;
		background:url(../../images/wrapper_bg.jpg) repeat-y;
		padding-left:25px;
	}
	
	#innerWrapper {
		width:800px;
		height:auto;
		text-align:left;
		position:relative;
		float:left;
	}
	
	#masthead {
		width:800px;
		height:120px;
		background:#fff;
		position:relative;
		float:left;
	}
	
	.mainLogo {
		float:left;
		position:relative;
		margin:20px 0 0 20px;
	}
	
	.mainLogo {
		width:370px;
		height:78px;
		float:left;
		position:relative;
		margin:20px 0 0 20px;
		background:url(../../images/roofwarranty_logo_home.jpg);
		text-indent:-9000px;
	}
	
	.callNow {
		width:266px;
		height:65px;
		float:right;
		position:relative;
		margin:30px 60px 0 0;
		background:url(../../images/call_now.jpg);
		text-indent:-9000px;
		display:inline;
	}
	
/**		
	 .nav {
		width:800px;
		height:38px;
		background:#333333;
		position:relative;
		float:left;
		background:url(../../images/nav_bg.jpg) no-repeat;
		margin:0;
		padding:0 0 0 15px;
		list-style:none;
	}
		
	.nav li {
		font-size:1.3em;
		float:left;
		padding:0 0 0 9px;
		margin:0;
	}
		
	.nav li a {
		height:28px;
		float:left;
		display:inline;
		padding:10px 20px 0 9px;
		margin:0 0 0 5px;
		color:#fff;
		text-decoration:none;
	}
	
	.nav li a:hover {
		color:#999999;
	}
		
	.nav li.current {
		background:url(../../images/nav_left_on.jpg) no-repeat left;
	}
		
	.nav li.current a {
		background:url(../../images/nav_right_on.jpg) no-repeat right;
		color:#e31a22;
		text-decoration:none;
		padding:10px 20px 0 9px;
		margin:0 0 0 5px;
	}
	
	.nav li.current a:hover {
		color:#e31a22;
	}
**/
	
	#navShadow {
		width:800px;
		height:25px;
		background:#333333;
		position:relative;
		float:left;
		background:url(../../images/nav_shadow.jpg) no-repeat;
	}
	
	#headerBanner {
		width:800px;
		height:163px;
		position:relative;
		float:left;
		margin-bottom:5px;
		overflow: hidden;
	}
	
	#headerBanner img {
		position: absolute;
		left: 0;
		top: 0;
		width: 800px;
		height: 163px;
	}
	
	
	#secondContentLeft {
		width:200px;
		height:auto;
		position:relative;
		float:left;
		background:#fff;
	}
	
	#callBack {
		width:200px;
		height:auto;
		position:relative;
		float:left;
		background:url(../../images/free_call_back.jpg) no-repeat;
		padding-top:0px
	}
	
	#callBack p {
		padding:0 10px 0 10px;
		text-align:center;
		margin:20px 0;
		font-size:1.1em;
	}
	
	#callBack ol {  
		padding: 0px;
		margin: 0px; 
	}
	
	#callBack li {  
		float: left;  
		clear: left;  
		width: 100%;
		margin:0px 0px 7px 0px;
		padding:0px 0px 0px 0px;
		list-style:none;
		font-size:1.0em;
	}
	
	#callBack label {  
		float: left;  
		width: 70px;  
		margin: 3px 5px 0px 10px;
		font-size:1.0em;
		color:#666;
	}
	
	#callBack input.text {
		border:solid 1px #999999;
		width:100px;
	}
	
	#mainContentHome {
		width:360px;
		height:auto;
		position:relative;
		float:left;
		background:#FFFFFF;
		padding:0 20px 0 20px;
	}
	
	#mainContentHome h1 {
		font-size:1.7em;
		margin:0 0 10px 0;
		padding:0;
		line-height:normal;
		color:#FF0000;
	}
	
	#mainContentHome h2 {
		font-size:1.4em;
		margin:0 0 5px 0;
		padding:0;
		line-height:normal;
		color:#9d090b;
	}
	#mainContentHome h3 {
		font-size:1.4em;
		margin:0 0 5px 0;
		padding:0;
		line-height:1.4em;
		color:#9d090b;
	}
	
	#mainContent {
		width:560px;
		height:auto;
		position:relative;
		float:left;
		background:#FFFFFF;
		padding:0 20px 0 20px;
	}
	
	#mainContent fieldset {
		width:520px;
		padding:10px;
		border: 1px solid #CCCCCC;
		background:none;
	}
	
	#mainContent legend.question {
		color:#e31a22;
		font-size:1.4em;
		margin-left: 0;  
		font-weight: bold;
		padding: 0;
	}
	
	#mainContent legend.answer {
		color:#006600;
		font-size:1.4em;
		margin-left: 0;  
		font-weight: bold;
		padding: 0;
	}

	
	#mainContent fieldset p {
		margin-bottom:0px
	}
	
	#secondContentRight {
		width:200px;
		height:auto;
		position:relative;
		float:left;
		background:#fff;
	}
	
	#dontGetCaught {
		width:200px;
		height:214px;
		position:relative;
		float:left;
		text-indent:-9000px;
		background:url(../../images/dont_get_caught_out.png) no-repeat;
	}
	
	#homeImageBar {
		width:800px;
		height:auto;
		position:relative;
		float:left;
		margin-top:20px;
	}
	
	#saveNowFlash {
		width:360px;
		height:170px;
		position:relative;
		float:left;
		margin-right:20px;
	}
	
	#ourPromiseFlash {
		width:200px;
		height:170px;
		position:relative;
		float:left;
		margin-right:20px;
	}
	
	#callToday {
		width:200px;
		height:170px;
		position:relative;
		float:left;
		background:url(../../images/call_today.png) no-repeat;
		text-indent:-9000px;
	}
	
	#roofCheckWrapper {
		width:200px;
		height:auto:
		position:relative;
		float:left;
		margin-top:20px;
	}
	
	#roofCheck {
		width:200px;
		height:232px;
		position:relative;
		float:left;
		background:url(../../images/roof_check_pt1.png) no-repeat;
		text-indent:-9000px;
	}
	
	#roofCheck a {
		width:200px;
		height:232px;
		display:block;
		position:relative;
		float:left;
		text-indent:-9000px;
	}
	
	#roofCheckOffer {
		width:200px;
		height:160px;
		position:relative;
		float:left;
		background:url(../../images/roof_check_pt2.png) no-repeat;
		text-indent:-9000px;
	}
	
	#roofCheckOffer a {
		width:200px;
		height:160px;
		display:block;
		position:relative;
		float:left;
		text-indent:-9000px;
	}
	
	#premiumOffer {
		width:200px;
		height:208px;
		position:relative;
		float:left;
		background:url(../../images/premium_cover_offer.png) no-repeat;
		text-indent:-9000px;
		margin:20px 0px 0px 0px;
	}
	
	#premiumOffer a {
		width:200px;
		height:160px;
		display:block;
		position:relative;
		float:left;
		text-indent:-9000px;
	}
	
#topTips {
	width:360px;
	height:auto;
	position:relative;
	float:left;
	background:url(../../images/v2/roof_cover_bg.jpg) repeat-y;
	margin:5px 0 15px 0;
}

#topTips a {
		color:#e31a22;
		text-decoration:underline;
	}
	
#topTips a:hover {
		color:#e31a22;
		text-decoration:none;
	}

#topTips ol {
		padding:0 20px 0 20px;
		margin:0 20px 0 20px;
		overflow:visible;
}

#topTips ol li {
	font-size:1.2em;
	font-weight:bold;
	color:#FF0000;
	padding:5px 0 5px 0;
}

#topTips ol li span {
	font-weight:normal;
	color:#000;
}

.teamMember {
	width:560px;
	height:auto;
	position:relative;
	float:left;
	margin:0 0 25px 0;
	padding:0 0 20px 0;
	border-bottom:#CCCCCC solid 1px;
}
.teamPhoto {
	width:150px;
	height:150px;
	float:left;
	position:relative;
}

.teamDetail {
	width:390px;
	height:auto;
	float:right;
	position:relative;
}

	
	#footer {
		width:800px;
		height:auto;
		position:relative;
		float:left;
		background:url(../../images/nav_shadow.jpg) no-repeat #fff;
		padding: 10px 0 20px 0;
		margin-top:20px;
	}
	
	#footer p {
		font-size:1.1em;
		color:#999999;
		text-align:center;
		margin-top:10px;
	}
	
	#footer ul {
		margin:0 10px 0 0;
		padding:0;
		width:160px;
		height:auto;
		float:left;
		position:relative;
	}
	
	
	#footer li {
		font-size:1.1em;
		color:#999999;
		list-style:none;
		padding:0 10px 0 15px;
		line-height:150%;
	}
	
	#footer li.first {
		background:none;
	}

	
	#footer li a {
		color:#333333;
		text-decoration:none;
	}
	
	#footer li a:hover {
		text-decoration:underline;
	}
	
	#footer .logos {
		width:250px;
		height:76px;
		float:right;
		position:relative;
		margin-right:20px;
	}
	
	
/*class tags*/

	
	
	.textIndent {
		text-indent:-9000px;
	}
	
	.button {
		text-decoration:none;
		font-size:1.1em;
		border:solid 1px #ccc;
		background: url(../../images/button_bg.jpg) repeat-x #5f0202;
		color:#fff;
		padding:4px 6px 4px 6px;
		cursor:pointer;
	}
	
	.button:hover {
		color:#ccc;
	}
	
	.faq {
		width:540px;
		height:auto;
		position:relative;
		float:left;
		padding:10px;
		background:url(../../images/faq_bg.jpg) repeat-x;
		margin-bottom:10px;
	}
	
	.smallPrint {
		font-size:1.0em;
		color:#666666;
	}
	
/*form elements*/

	fieldset {  
		float: left;  
		clear: left;
		margin:0px 0px 15px 0px;
		position:relative;
		padding:0px;
		border: 1px solid #eee;
		background-color:#FFFFFF;
	}
	legend {
		color:#666666;
		font-weight: bold;
		padding: 0px 2px 0px 2px;
		font-size:1.4em;
		margin:0 0 0 0;
	}
	fieldset ol {  
		padding: 5px 0px 0px 0px;
		margin: 5px 0px 5px 0px; 
		list-style: none;
	}
	fieldset li {  
		float: left;  
		clear: left;  
		width: 100%;
		margin:0px 0px 5px 0px;
		list-style-image:none;
	}
	fieldset.submit {  
		float: none;  
		width: auto;  
		border: 0 none #FFF;  
		position:relative;
	}
	label {  
		float: left;  
		width: 150px;  
		margin: 0px 10px 0px 0px;
		color:#666;
	}
	input.text {
		height:15px;
		width:300px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1.1em;
	}
	input.submit {
		width:67px;
		height:25px;
	}
	textarea {
		width:300px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1.1em;
	}
	select {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1.0em;
	}
	
	.checkbox {
		border:none;
	}
	
/* V2 STYLING */

.greySideBar {
	width:200px;
	height:auto;
	position:relative;
	float:left;
	background:url(../../images/v2/roof_services_bg.gif) repeat-y;
	padding-top:0px
}

	.greySideBar ul {
		list-style:none;
		padding:0;
		margin:0 8px 0 10px;
	}
	
	.greySideBar ul li {
		background:url(../../images/v2/roof_services_bullet.gif) no-repeat;
		padding:8px 0 5px 30px;
		color:#FFFFFF;
		font-weight:bold;
	}
	
	.greySideBar p {
		padding: 5px 10px 0 10px;
		color:#FFFFFF;
	}
	
	.greySideBar h3 {
		padding: 5px 10px 0 10px;
		margin:0;
		color:#FFFFFF;
	}

#roofCover {
		width:360px;
		height:auto;
		position:relative;
		float:left;
		background:url(../../images/v2/roof_cover_bg.jpg) repeat-y;
		margin:5px 0 15px 0;
	}
	
	#roofCover h2 {
		font-size:1.6em;
		text-align:center;
		margin:10px 0 10px 0;
	}
	
	#roofCover h3 {
		font-size:1.2em;
		text-align:center;
		margin:10px 0 10px 0;
		font-weight:normal;
		font-style:italic;
	}
	
#customerComments {
	width:200px;
	height:auto;
	position:relative;
	float:left;
	background:url(../../images/v2/customer_comment_bg.jpg) no-repeat;
	margin:15px 0 0 0;
}



	ul#listticker {
		list-style:none;
		padding:0;
		margin:0 8px 0 8px;
		height:160px;
		overflow:hidden
	}
	
	
	ul#listticker li {
		padding:15px 0 5px 0;
		font-style:italic;
		line-height:1.4em;
		height:160px;
		display:block;
	}
	
	
	ul#listticker li span {
		font-style:normal;
		font-weight:bold;
	}

/* V3 Style */

#vthreemasthead {
		width:800px;
		height:160px;
		background:#fff;
		position:relative;
		float:left;
	}


.vthreecallNow {
	width:387px;
	height:145px;
	float:right;
	position:relative;
	margin:10px 0 0 0;
	background:url(../../images/v3/van_tel.jpg) no-repeat;
	text-indent:-9000px;
	display:inline;
}

#vthreeMainContentHome {
	width:580px;
	height:auto;
	position:relative;
	float:left;
	margin:0 20px 0 0;
}

#roofMaintenanceWrapper {
	width:580px;
	height:244px;
	position:relative;
	float:left;
	background:url(../../images/v3/roof_main_bg.jpg) no-repeat;
}

#roofMaintenanceContent {
	width:290px;
	height:auto;
	position:relative;
	float:left;
	margin:15px 0 0 280px;
	display:inline;
}

#roofMaintenanceContent ul {
		list-style:none;
		padding:0;
		margin:10px 0 10px 0;
	}
	
#roofMaintenanceContent ul li {
	background:url(../../images/v3/tri_bullet.gif) no-repeat 0 2px;
	padding:0 0 0 15px;
	margin:5px 0 5px 0;
	color:#000;
	font-size:1.2em;

}

#roofCoverWrapper {
	width:580px;
	height:244px;
	position:relative;
	float:left;
	background:url(../../images/v3/roof_cover_bg.jpg) no-repeat;
	margin:15px 0 0 0;
}

#roofCoverContent {
	width:270px;
	height:auto;
	position:relative;
	float:left;
	margin:15px 0 0 15px;
	display:inline;
}

	
#roofCoverContent p {
	margin:10px 0 10px 0;
	color:#000;
	font-size:1.3em;
	line-height:1.5em;

}

