
@import url(global-pngfix.css);

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	background: #bdbbbe url(../img/global/website-background.gif) repeat-y center;
	margin: 0;
	height: 100%;
	}
#container {
	margin: 10px auto;
	padding: 0;
	width: 712px;
	position: relative;
	height: 491px;
	}
	#header{
		width:712px;
		background-image: url(../img/global/header.png);
		height: 108px;
		background-repeat: no-repeat;
	}
#mainSection{
	background-image: url(../img/global/main-section.png);
	width:454px;
	height: 471px;
	float:left;
	background-repeat: no-repeat;
}
#rightContentHolder{
	width:232px;
	height:469px;
	float:left;
	margin: 0px 0 0 25px;
}
#navigationBlock{
	background-image: url(../img/global/nav_background.png);
	width:232px;
	height:285px;
}
#checkatradeLogo{
	width:232px;
	margin-top: 15px;
}
#phoneNumberBlock{
	width:232px;
	height: 69px;
	background-image: url(../img/global/phone-number-background.png);
	margin-top:15px;
}
#textHolder{
	width:410px;
	height: 420px;
	margin-top: 20px;
	margin-left: 20px
}


H1{
	font-family: "Monotype Corsiva";
	font-size: 18px;
	color: #BF272D
}
H2{
	font-family: "Monotype Corsiva";
	font-size: 18px;
	font-weight: bold;
	color: #BF272D;
	text-align: center;
}
P{
font-family: sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 11px;
}
#button{
	width:213px;
	height:51px;
	text-align: center;
	margin: 10px auto auto;
}
#button1{
	width:213px;
	height:51px;
	text-align: center;
	margin: 5px auto auto;
}
a {
	font: 20px sans-serif;
	color: black;
	text-decoration: none;
}

a:hover {
	color: #BF272D;
}

a.link:active {
	color: #BF272D;
	}
.navText{
	font: 16px sans-serif;
	color: #BF272D;
	letter-spacing: 1px;
}
ul {
list-style-type:disc;

}

li { 
color: #BF272D;
font-size: 11px;

}
li span { 
color: #000000; 

}
.bodyLink{
font-family: sans-serif;
	font-size: 11px;
	color: #BF272D;
}
.redText{
	font-family: sans-serif;
	font-size: 11px;
	color: #BF272D;
	text-align: center;
}
.telNumber{
	font-size:25px;
}
#footer{
	width:454px;
	height:20px;
	margin-top:20px;
	float:left;
	font-family: san-serif;
	font-size: 14px;
	color: #BF272D;
	text-align: center;
	letter-spacing: 3px;
}
.bodyText{
	font-family: sans-serif;
	font-size: 11px;
	color: #000000;
	
}
#contactAddress{
	width:100px;
	margin-left:30px;
	float:left;
	
}
.redContactText{
	font-family: sans-serif;
	font-size: 11px;
	color: #BF272D;
	text-align: left;
}
#contactNumbers{
	width:250px;
	margin-left:30px;
	float:left;
	margin-bottom: 10px;
}

#formHolder{
	clear:both;
	width:350px;
	height:180px;
	}
input, select, textarea {
  clear: both;
  border-color: silver;
	border: solid 1px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #FFFFFF;
  background-color: #BF272D;
  width:250px;
  }
  
textarea{
	height: 52px;
	}
.button{
background-color: #BF272D; 
font-weight: bold; 
font-size: 12px; 
color: white;
margin-top:5px;
width: 70px;
height: 20px;
}

	
