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

html, body {
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	background:#534b3e;
}

#wrapper {
	width:100%;
	height:100%;
	background:url(images/background_top.jpg) repeat-x;
}

#contents {
	width:850px;
}

#nav_bar {
	background:url(images/box_top.jpg) no-repeat;
	height:99px;
}

#page {
	background:url(images/content.jpg) no-repeat;
	height:783px;
}

#main {
	height:723px;
	padding-top:10px;
	padding-left:30px;
	padding-right:67px;
}

#banner {
	background:url(images/banner.jpg) no-repeat left;
	height:247px;
	width:753px;
}

#footer {
	height:60px;
	padding-left:15px;
}

#button {
	width:127px;
	height:28px;
	margin-top:59px;
	padding-top:12px;
	float:left;
	color:#FFF;
	cursor:pointer;
}

#button:link {
	text-decoration:none;
}

#button:hover {
	background:url(images/tab_over.jpg);
	color:#600;
	text-decoration:none;
}

#phone {
	height:36px;
	margin-top:59px;
	padding-top:4px;
	float:right;
	margin-right:60px;
	color:#F90;
}

#line {
	background-color:#600;
	height:1px;
	float:left;
	overflow:hidden;
}

#promo_banner {
	width:270px;
	height:240px;
	background-color:#fff;
	float:right;
}

#samplework {
	width:233px;
	margin:5px;
	height:125px;
	float:left;
	vertical-align:top;
	cursor:pointer;
	overflow:hidden;
}

/* TEXT STYLES */

.header {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	color:#600;
	padding:10px;
	float:left;
}

.form {
	margin:2px;
	width:280px;
}

.style1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding:4px;
	color:#000;
	line-height:15px;
	float:left;
}

.style2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding:4px;
	color:#000;
	font-weight:bold;
	line-height:12px;
	float:left;
}

.style3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding:4px;
	color:#666;
	line-height:16px;
	float:left;
}

.nav {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}

.phone {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	text-transform:uppercase;
}

.footer {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#534b3e;
	line-height:18px;
}

.footerlink:link {
	text-decoration:none;
	color:#400;
}

.footerlink:active {
	text-decoration:none;
	color:#400;
}

.footerlink:visited {
	text-decoration:none;
	color:#400;
}

.footerlink:hover {
	text-decoration:underline;
	color:#400;
}
