/* .... css reset .... */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
a {
	color: #0570d8;
	text-decoration: underline;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* .... end of css reset .... */

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of clearfix */

img
{
	border: none;
}

a
{
	text-decoration: none;
}

h1
{
}

h2
{
}

h3
{
}

p
{
}

.clearBoth
{
	clear: both;
}

.noBorder
{
	border: none;
}

body
{
	font-size: 62.5%;
	font-family: "lucida grande", helvetica, arial, tahoma, sans-serif;
	background: #b2becf url(../images/main_02.gif) repeat-x top; 
}

#container
{
	width: 967px;
	background: #fff url(../images/container_bg.gif) repeat-x top;
	margin: 0px auto;
}

#header
{
	position: relative;
	width: 957px;
	height: 114px;
	margin: 0px auto;
}

#logo
{
	position: absolute;
	top: 25px;
	left: 7px;
}

#phoneNumbers
{
	float: right;
	margin: 14px 0px  15px 0px;
}

#mainNav
{
	clear: both;
}

#mainNav ul
{
	float: right;
}

#mainNav li img
{
	display: block;
}

#mainNav li
{
	float: left;
}

#flash
{
	width: 957px;
	height: 257px;
	margin: 0px auto 4px auto;
}

#content
{
	width: 957px;
	margin: 0px auto;
}

#content .hr
{
		margin: 0px;
		padding: 0px;
	width: 957px;
	height: 12px;
	background: url(../images/main_25.gif) no-repeat top;
}

#announcement
{
	padding-top: 13px;
	float: left;
	width: 633px;
		margin: 0px 30px 0px 25px;
	display: inline;
}

#announcement h1
{
	font-size: 23px;
	font-weight: bold;
	color: #b70114;
	margin-bottom: .5em;
}

#announcement p
{
	font-size: 12px;
	color: #6c7f96;
	margin-bottom: .9em;
}

#announcement .readMore
{
	text-align: right;
	font-size: 11px;
}

#announcement .readMore a
{
	color: #0570d8;
	padding-right: 8px;
	background: url(../images/red_arrow.gif) no-repeat right;
}

#announcement .readMore a:hover
{
	color: #c00024;
}

#news
{
	float: right;
		margin-right: 5px;
		display: inline;
	width: 224px;
	background: #f5f6f8 url(http://www.tsroofingsystems.com/images/news_bg.gif) repeat-y top;
}

#news h1
{
	width: 90%;
	margin: 0px auto;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 6px 0px 6px 14px;
	background: url(http://www.tsroofingsystems.com/images/header_bg.gif) repeat-x center;
}

#news ul
{
	width: 90%;
	margin: 0px auto;
}

#news li
{
	font-size: 11px;
	color: #687b92;
	padding: 17px 0px 17px 27px;
	background: url(../images/doc_icon.gif) no-repeat 9px 20px;
	border-top: 1px dotted #687b92;
}

#news li:hover
{
	background: #d5e2f3 url(../images/doc_icon.gif) no-repeat 9px 20px;
}

#news li a
{
	color: #0570d8;
}

#news li a:hover
{
	color: #c00024;
}

#news li:first-child,
#news li.first
{
	border-top: none;
}

#testimonials
{
	float: right;
	width: 224px;
		min-height: 174px;
		height: auto !important;
		height: 174px;
	
}

#testimonials h1
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 6px 0px 6px 14px;
	background: url(http://www.tsroofingsystems.com/images/header_bg.gif) repeat-x center;           
}

#testimonials .content
{
	margin-bottom: 5px;
	padding-top: 23px;
	height: 121px;
	background: url(../images/testimonials_bg.gif) no-repeat bottom;
}

#testimonials p
{
	width: 130px;
	height: 80px;
	font-size: 11px;
	color: #5f7085;
}

#testimonials .link
{
	color: #0570d8;
	padding-right: 8px;
	background: url(../images/red_arrow.gif) no-repeat right 3px;
}

#testimonials .link:hover
{
	color: #c00024;
}

#testimonials p,
#testimonials .link
{
	margin-left: 17px;
}

#footer
{
		padding-top: 16px;
	width: 967px;
	margin: 0px auto;
	text-align: center;
	background: url(../images/footer_bg.gif) no-repeat top;
}

#footer ul
{
	margin-bottom: 7px;
}

#footer li
{
	display: inline;
	font-size: 11px;
	color: #526377;
	margin: 0px 3px;
}

#footer li a,
#footer p
{
	font-size: 11px;
	color: #526377;
}

#footer li a:hover
{
	color: #c00024;
}


