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

/* Basic Elements */

body {
	background-color:#000000;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
h1 {
	color:#af1000;
	font-size:24px;
	font-weight:normal;
	border-bottom:1px solid #CCCCCC;
	margin-top:0;
	text-transform:capitalize;
}
h1.index{
	margin-top:10px;
}
h2 {
	color:#af1000;
	font-size:18px;
	font-weight:normal;
	border-bottom:1px solid #CCCCCC;
	text-transform:capitalize;
}
a {  
	outline-style: none;
}
a:link, a:visited{
	color:#333333;
}
a:hover, a:active {
	color:#af1000;
}
legend {
	font-weight:bold;
	color:#333333;
}
input.shadow, textarea.shadow {
	border:1px solid #CCCCCC;
	background:#EEEEEE url(../images/formShadow.jpg) top left no-repeat;
}
fieldset {
	padding:10px;
	border: 1px solid #CCCCCC;
	margin-top:10px;
}
/* Basic Layout */

#container {
	background-color:#FFFFFF;
	width:100%;
}
#header {
	background:url(../images/img_wood_top.jpg) top repeat-x;
	height: 106px;
}
#metal_bar {
	background:url(../images/slice_metal_bar.jpg) top repeat-x;
	height:10px;
}
#content{
	overflow-y:visible;
	width:100%;
}
#content_box {
	margin:0 auto;
	padding:15px;
	width:970px;
}
#left_col {
	float:left;
	width:305px;
	padding:10px;
}
#main_content {
	margin-left:335px;
	padding:10px;
}
#black_bar {
	background:url(../images/slice_black_bar.jpg) top repeat-x;
	clear:both;
	height:9px;
}
#footer {
	background:url(../images/slice_granite.jpg) top repeat-x;
	height:102px;
}

/* Header  */
.header_box {
	height: 106px;
	margin:0 auto;
	width:970px;
}
.logo {
	border:0;
	float:left;
	height:93px;
	margin-top:10px;
	padding-left:15px;
	width:279px;
}
.nav {
	float:right;
	font:bold 14px Arial;
	margin-top:70px;
	text-align:right;
	text-transform:uppercase;
	width:650px;
}
.nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.nav ul li {
	display:inline;
	padding:0 15px;
}
.nav li a {
	background:url(../images/img_nav_arrow.png) no-repeat;
	color:#CCCCCC;
	text-decoration:none;
	line-height:35px;
	padding:10px 0;
}

/* Left Column */

ul.side_nav{
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	list-style-type:none;
	padding:0 15px;
	margin:0 0 10px 0;
}
ul.side_nav li{
	border-bottom:1px solid #CCCCCC;
	color:#8d8d8d;
	font-size:20px;
	line-height:16px;
	padding:10px 0;
}
ul.side_nav li:last-child{
	border-bottom:none;
}
ul.side_nav li a:hover{
	background:url(../images/bg_side_arrow.jpg) right no-repeat;
	display:block;
	text-decoration:none;
}
ul.side_nav li a{
	display:block;
	text-decoration:none;
}
ul.side_nav li strong{
	color:#af1000;
	font-size:18px;
	font-weight:normal;
}
ul.side_nav li em{
	color:#333333;
	font-size:12px;
	font-style:italic;
}
a.estimate{
	text-align:center;
}
a.estimate img{
	padding:5px;
}

/* Content */
.rotator{
	padding:5px;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
}
ul.services {
	list-style-type:none;
	padding:0px 15px 10px 15px;
	margin:0 0 10px 0;
}
ul.services li {
	padding:0;
	margin:0;
}
ul.services li a{
	color:#333333;
	display:block;
	font-size:12px;
	padding: 5px;
	text-decoration:none;
	border: 1px solid #FFFFFF;
}
ul.services li a strong{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
ul.services li a:hover{
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
}
	/**** Gallery ****/
	#thumbs {
		width:500px;
		margin:0 auto;
	}
	ul.galleryThumbs {
		list-style-type:none;
		margin:0;
		padding:0;
	}
	ul.galleryThumbs li { 
		display:inline; 
		padding:0; 
		margin:10px 5px;
	}
	ul.galleryThumbs li a img{
		padding:5px;
		border:1px solid #CCCCCC;
		background-color:#FFFFFF;
	}
	
div.submit{
	border:1px solid #CCCCCC;
	padding:10px;
	text-align:center;
	margin-top:10px;
}
.small {
	font-size:10px;
	font-style:italic;
}
.red {
	color:#af1000;
}
a.est{
	display:block;
	padding:10px;
	background:#EEEEEE;
	border:1px solid #CCCCCC;
	text-align:center;
	text-decoration:none;
	color:#af1000;
	font-size:14px;
}
/*
ul.services li a:link, ul.services li a:visited{
	font-size:14px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
ul.services li a:hover, ul.services li a:active{
	text-decoration: underline;
}
*/
/* Footer */
.footer_nav {
	color:#585050;
	font:11px Arial;
	margin:0 auto;
	padding-top:10px;
	text-align:center;
	width:970px;
}
.tsibidis {
	display:block;
	width:90px;
	height:55px;
	border:0;
	float:left;
	background:url(../images/btn_tsibidis.png) bottom no-repeat;
	margin:0 0 0 15px;
}
.tsibidis:hover{
	background-position:top;
}
.footer_nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.footer_nav ul li {
	display:inline;
	padding:0 3px;
}
.footer_nav a:link, .footer_nav a:visited {
	color:#585050;
	text-decoration:underline;
}
.footer_nav a:hover, .footer_nav a:active {
	color:#CCCCCC;
}