*{
    margin:0;
    padding:0;
}




body{
    background:#000;
    font-family:Georgia;
    font-size: 16px;
    font-style: italic;
    letter-spacing:0px;
}

#sitewrap {width:100%;}


.section{
    margin:0px;
    height:1200px;
    width:100%;
	padding-top:250px; /* Needs to match header height or more */
}

.sec_inner {width:960px; margin-left:auto; margin-right:auto;}

/* Home */
#section1 {background:#dbdbdb url(../images/sec1-bg.jpg) no-repeat 100% 35%; text-shadow:1px 1px 2px #f0f0f0;}

/* About */
#section2 {background:#292828 url(../images/sec2-bg.jpg) no-repeat 50% 30%; text-shadow:1px 1px 2px #00000; color:white;}

/* Services */
#section3 {background:#dbdbdb url(../images/sec3-bg.jpg) no-repeat 90% 50%; text-shadow:1px 1px 2px #f0f0f0;}

/* Contact */
#section4 {text-shadow:1px 1px 2px #00000; color:white;
	background: #4e4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4e4c4c 0%, #939191 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4c4c), color-stop(100%,#939191)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4e4c4c 0%,#939191 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4e4c4c 0%,#939191 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4e4c4c 0%,#939191 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4e4c4c 0%,#939191 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4c4c', endColorstr='#939191',GradientType=0 ); /* IE6-9 */
	height:850px;
}

/* Footer */
#section5 {height:70px; background:#968c5f; padding-top:0px; text-shadow:1px 1px 2px #000000;}

/* Log in */
#section6 {text-shadow:1px 1px 2px #00000; color:white;
	height:750px;
}

/* Image Large */
#section7 {
	height:997px;
	width:100%;
	padding-top:0px;
	overflow:hidden;
}

.section h2{
    margin:0px 0px 30px 0px;
	font-family: 'Rokkitt', serif;
	font-weight:700;
	font-style:normal;
	letter-spacing:-4px;
	font-size:75px;
}
.section p{
    margin:20px auto 0px auto;
}

.divider {background:url(../images/divider.png) no-repeat; height:20px; width:100%; margin:50px 0 50px 0;}

#login_form {
	background: #4e4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4e4c4c 0%, #939191 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4c4c), color-stop(100%,#939191)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4e4c4c 0%,#939191 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4e4c4c 0%,#939191 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4e4c4c 0%,#939191 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4e4c4c 0%,#939191 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4c4c', endColorstr='#939191',GradientType=0 ); /* IE6-9 */
	padding:50px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	-webkit-border-radius: 12px;
	border-radius: 12px; 
	border:2px solid #666666;
}



/*  REDIFINED TAGS
------------------------------------------------------------------------*/

p {
	line-height:30px;
	color:#666;
}


h1 {
	font-style:italic;
	font-weight:normal;
	color:#666666;
	font-size:50px;
	letter-spacing:-2px;
	margin:25px 0 25px 0;
}

h3 {
	margin:25px 0px 25px 0px;
	font-family: 'Rokkitt', serif;
	font-weight:700;
	font-style:normal;
	letter-spacing:-2px;
	font-size:50px;	
}



ul li {
	margin-top:25px; margin-bottom:25px;
	color:#666;
}

a {color:#968c5f;}

a:hover {text-decoration:none;}



/*  HEADER
------------------------------------------------------------------------*/

#header {
	position:fixed; height:218px; width:100%; background: url(../images/header-bg.png) repeat-x;	
}

#header_inner {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#logo {margin-top:40px;}

#lang {position:absolute; top:-20px; right:0px;}

#lang a {border:none;}

#nav {width:960px; margin:38px; auto 0 auto;}

#nav ul {margin:0px; padding:0px;}

#nav ul li {
	float:left;
	width:165px;
	font-family: 'Rokkitt', serif;
	font-style:normal;
	font-size:18px;
	text-transform:uppercase;
	list-style:none;
}

#nav a {height:20px; color:white; text-decoration:none;}

#nav a:hover {color:#968c5f;}






/*  MISC STUFF
------------------------------------------------------------------------*/

.color_gold {color:#968c5f;}

.color_gray {color:#666666;}

.color_white,
#section2 p {color:white;}


a:hover  img.effect {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.clear_both {clear:both;}




/*  FORM
------------------------------------------------------------------------*/



label {
    color: white;
    text-align: right;
    text-shadow:1px 1px 2px #00000;
}
input[type="text"] {
    border-radius: 5px 5px 5px 5px;
	border:2px solid #b6b5b5;
    font-family: sans-serif;
    font-size: 16px;
    height: 35px;
	margin-top:10px;
	margin-bottom:25px;
    padding: 5px 20px 0;
    width: 425px;
	-webkit-box-shadow: 0px 0px 4px 2px #666666;
box-shadow: 0px 0px 4px 2px #666666;  
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}


input:-moz-placeholder {
    color: #cccccc;
}
textarea {
    border-radius: 5px 5px 5px 5px;
	border:2px solid #b6b5b5;
    font-family: sans-serif;
    font-size: 16px;
    height: 214px;
    margin-top:10px;
	margin-bottom:25px;
    padding: 12px 20px 0;
    width: 420px;
	resize:none;
	-webkit-box-shadow: 0px 0px 4px 2px #666666;
box-shadow: 0px 0px 4px 2px #666666;  
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}
textarea:-moz-placeholder {
    color: #cccccc;
}
input:focus, textarea:focus {
	background:white;
	border:2px solid #484848;
}
input[type="submit"] {
    border: 1px solid #484226;
    cursor: pointer;
    float: right;
    height: 62px;
    margin: 0 15px 0 0;
    padding: 10px 15px;
    width: 200px;
	font-family:Georgia;
    font-size: 22px;
    font-style: italic;
    letter-spacing:0px;
	text-shadow:1px 1px 2px #000!important;
	color:white;
	background: #948a5e; /* Old browsers */
	background: -moz-linear-gradient(top,  #948a5e 0%, #564f30 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#948a5e), color-stop(100%,#564f30)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #948a5e 0%,#564f30 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #948a5e 0%,#564f30 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #948a5e 0%,#564f30 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #948a5e 0%,#564f30 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#948a5e', endColorstr='#564f30',GradientType=0 ); /* IE6-9 */
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 0px 4px 2px #666666;
box-shadow: 0px 0px 4px 2px #666666;  
}

input.button:hover {
	background: #564f30; /* Old browsers */
	background: -moz-linear-gradient(top,  #564f30 0%, #3b361d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#564f30), color-stop(100%,#3b361d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #564f30 0%,#3b361d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #564f30 0%,#3b361d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #564f30 0%,#3b361d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #564f30 0%,#3b361d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#564f30', endColorstr='#3b361d',GradientType=0 ); /* IE6-9 */
	border: 1px solid #908a59;
}

.checkbox_wrap input[type="checkbox"] {
	margin-right:10px;
	height:20px;
	width:20px;
}


/*** Admin Pages ***********************************/
#sectionAdmin {background:#dbdbdb; text-shadow:1px 1px 2px #f0f0f0; height:1000px;}


.data_table_1 table {
    background-color: #FFFFFF;
    border: 1px solid #121212;
    width: 100%;
	margin-top:20px;
}
.data_table_1 th {
    background-color: #121212;
    color: white;
    font-weight: bold;
    height: 30px;
    padding-left: 5px;
	padding-top:20px;
	padding-bottom:20px;
    text-align: left;
}
.data_table_1 tr td {
    padding: 10px 5px;
	color:#666!important;
}
.data_table_1.sold tr td {
    text-decoration: line-through;
}
.row_highlight {
    background-color: #d9d7d7;
}
