@charset "utf-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
	background-image: url(images/line.gif);
	
	background-repeat: repeat-x;
}

#container {
	width: 53em; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 #mainContent {
	padding-top: 0;
	padding-bottom: 0;
}
#topBanner {
	border-bottom-width: 4px;
	border-bottom-style: none;
	border-bottom-color: #4D4946;
	height: 125px;
	width: 900px;
	float: left;
}
#sideMenu{
	padding-left: 50px;
	float: left;
	width: 200px;
	height: auto;
}
#imageHolder{
	float: left;
	width: auto;
	height: auto;
}
#copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	float: left;
	width: 900px;
	margin-top: 50px;
}
#copyright a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #D0B37A;
	line-height: 20px;
}
#copyright a:visited {
	text-decoration: none;
	color: #CEB077;
}
#copyright a:active {text-decoration: none}
#copyright a:hover {
	text-decoration: underline;
	color: #AC6515;
}
#bottomIcons{
	height: auto;
	width: 900px;
	float: left;
	margin-top: 10px;
}
#leftPanel{
	float: left;
	width: 250px;
	padding-top: 10px;
	height: auto;
}
#advertBox{
	background-color: #4D4946;
	width: 140px;
	margin-top: 10px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: capitalize;
	line-height: 30px;
	padding-top: 10px;
	float: left;
}
#logo{
	height: 120px;
	width: 120px;
	float: left;
	margin-left: 30px;
}
#titleBox{
	float: left;
	height: 100px;
	margin-left: 40px;
	display:inline;
	
}
#textArea{
	float: left;
	width: 520px;
	
}
#textAreaWrapper{
	float: left;
	width:520px;
	background-color: #383129;
	height: 440px;
}
#textArea h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CCCCCC;
	text-transform: uppercase;
	line-height: 60px;
	font-weight: normal;
	letter-spacing: 0.2em 
}
#textArea h2{}
#textArea p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-type: square;
	line-height: 18px;
}
#imgBox1{
	background-image: url(images/bespokeLink.png);
	_background:none;
       _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bespokeLink.png",sizingMethod='crop');

	float: left;
	width: 200px;
	background-repeat: no-repeat;
	margin-left: 27px;
	margin-right: 30px;
	height: 110px;
}
#imgBox1 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 15px;
	margin-left: 110px;
}
#imgBox1 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin-left: 110px;
}
#imgBox1 a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #D0B37A;
	line-height: 20px;
}
#imgBox1 a:visited {
	text-decoration: none;
	color: #CEB077;
}
#imgBox1 a:active {text-decoration: none}
#imgBox1 a:hover {
	text-decoration: underline;
	color: #AC6515;
}
#imgBox2{
	background-image: url(images/restorationLink.png);
	
	_background:none;
     _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/restorationLink.png",sizingMethod='crop');

	float: left;
	width: 200px;
	margin-left: 40px;
	margin-right: 40px;
	background-repeat: no-repeat;
	height: 110px;
}
#imgBox2 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 15px;
	margin-left: 110px;
}
#imgBox2 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin-left: 110px;
}

#imgBox2 a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #D0B37A;
	line-height: 20px;
}
#imgBox2 a:visited {
	text-decoration: none;
	color: #CCAA70;
}
#imgBox2 a:active {text-decoration: none}
#imgBox2 a:hover {
	text-decoration: underline;
	color: #AC6515;
}#imgBox3{
	background-image: url(images/gallery.png);
	_background:none;
       _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/gallery.png",sizingMethod='crop');

	
	float: left;
	width: 200px;
	margin-left: 38px;
	background-repeat: no-repeat;
	height: 110px;
}
#imgBox3 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 15px;
	margin-left: 100px;
}
#imgBox3 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin-left: 95px;
}
#imgBox3 a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #D0B37A;
	line-height: 20px;
}
#imgBox3 a:visited {
	text-decoration: none;
	color: #CCAA70;
}
#imgBox3 a:active {text-decoration: none}
#imgBox3 a:hover {
	text-decoration: underline;
	color: #AC6515;
}
#textWrapper{
	padding-left: 20px;
	padding-right: 20px;
}
 a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #D0B37A;
	line-height: 20px;
}
a:visited {
	text-decoration: none;
	color: #CCAA70;
}
a:active {text-decoration: none}
 a:hover {
	text-decoration: underline;
	color: #AC6515;

