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

a {
 outline: none;
}

a:active {
 outline: none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#222222;
	color:#efefef;
	/*background-image: url('/images/footer_bg.jpg');
	background-repeat: repeat;*/
}

#absfooter {
	width:980px;
	height:10px;
	margin-left:10px;
	float:left;
	background-image:url('/images/absfooter_bg.png');
	background-repeat:repeat-x;
	background-color:#222222;
}

#abstop {
	width:980px;
	height:30px;
	background-color:#111111;
	float:left;
	background-image:url('/images/abstoplamp_bg.png');
	background-repeat:no-repeat;
	background-position:top right;
}

#about_page #content {
	line-height:18px;
	color: #dddddd;
}

#contact_page #contact_form input, #contact_page #contact_form textarea {
	background-color:#241708;
	border:solid 1px #3c270f;
	color:#993300;
	/*overflow-x: hidden; 
	overflow-y: hidden;*/

}

#contact_page #contact_form input {
	height:18px;
}

#contact_page #contact_form input:hover {
	background-color:#3f2828;
} 

#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:20px;
	min-height:700px;
	
}

#main {
	width:980px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	background-image:url('/images/wrapper_bg.png');
	background-repeat:repeat-y;
	background-position:left top;
	margin-top:0px;
	margin-bottom:0px;
	

}

#header {
	width:960px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	float:left;
	clear:both;
	background-color:#000000;

}

#content {
	width:885px;
	padding-left:55px;
	padding-right:40px;
	padding-top:10px;
	padding-bottom:60px;
	float:left;	
	clear:both;
	color:#dddddd;
	background-color:#000000;
	
}

#content h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:0px;
	color:#ffffff;
	font-size:14px;
}

#footer {
	width:960px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	clear:both;	
	background-color:#111111;
	text-align:center;
	font-size:10px;
	color:#444444;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:solid 1px #121212;

	
}

#footer a {
	color:#555555;
}

#lamp_box{
	float:right;
	width:200px;
	height:230px;
	background-image: url('../images/lamp_bg.png');
	background-repeat:no-repeat;
	background-position:top right;
}




#logo_box {
	float:left;
	width:320px;
}

#nav_box {
	width:370px;
	padding-left:70px;
	padding-top:45px;
	float:left;
	margin-top:0px;
	padding-bottom:5px;

}

#nav_box ul {

	list-style:none;
	padding:0px;
	margin:0px;
}

#nav_box ul li {
	display:inline;
	margin-right:25px;
	color:#CCCCCC;
}

#nav_box a {
	color:#cccccc;
	text-decoration:none;
}

#nav_box a:hover {
	color:#ffffff;
}

#portfolio_page #wrapper {
	min-height:800px;
}


#quote_box {
	float:left;
	width:440px;
	padding-top:40px;
	padding-left:120px;
}

.error_small{
	font-size:11px;
	color:#990000;
}

.title {
	font-weight:bold;
	color:#666666;
	font-size:12px;
}

.preview_box {
	float:left;
	width:850px;
	font-size:11px;
	line-height:18px;
	margin-right:15px;
	margin-bottom:15px;
	clear:both;
	padding-top:10px;
	/*background-color:#281b08;
	border-left:dashed 1px #222222;
	border-right:dashed 1px #222222;
	border-bottom:dashed 1px #222222;
	background-image: url('../images/previewbox_bg.jpg');
	background-repeat:no-repeat;
	background-position:top left;*/
}

.preview_box .thumb {
	width:560px;
	margin-left:5px;
	border:solid 3px #211607;
}

.preview_box a {
	color:#CCCCCC;
	text-decoration:none;
}

.preview_box a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.preview_bar {
	width:580px;
	height:17px;
	padding-top:3px;
	padding-left:4px;
	font-size:10px;
	float:left;
	color:#6d4543;
	text-decoration:none;
	font-weight:bold;
	clear:both;
	margin-top:3px;
	background-image: url('../images/previewbar_bg.png');
	background-repeat:no-repeat;
	background-position:top left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.preview_bar:hover {
	background-image: url('../images/previewbar_hover_bg.png');
	/*color:#6f4f4e;*/
	color:#c47b78;
}