/*
	Design by /Copy Writer/
	http://www.copy-writer.pl
*/

/*Main*/
*{
  margin: 0;
  padding: 0;
  font-family:"Georgia",Verdana,Calibri,Serif;
}

h1,h2,h3,h4,h5,h6
{
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

body
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #000000;
	color: #6F5129;
}

a
{
	color: #667700;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Main div*/
#mainDiv{
	width: 778px;
	margin: 1em auto;
}

/*Header*/
#header{
        padding: 0 0 5px 0;
        text-align: center;
        font-family:"Times New Roman",Georgia,Serif;
}

#header h1{
	font-size: 27px;
}

#header h1 a{
        color: #fe9b00;
        padding: 2px 0 0 0;
        text-decoration: underline;
}

#header h2{
        font-size: 13px;
	color: lightgrey;
}


/* Menu */
#menu{
       background: #000000 url('images/header.jpg') top left no-repeat;
       height: 94px;
       width: 778px;
}

#menu ul{
	list-style: none;
	text-align: center;
	position: relative;
	top: 45px;
}

#menu li{
	padding: 0 1.5em 0 1.5em;
	display: inline;
}

#menu li a
{
	color: #3A2000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0.2em;
}

#menu li a:hover{
        text-decoration: underline;
}

.active{
	border-bottom: 3px solid #CC0000;
}

/* Content */

#overDiv
{
	position: absolute;
	z-index: 1;
	background: #000000 url('images/a2.jpg') top left no-repeat;
	width: 778px;
	height: 98px;
}

#content
{
	background: #000000 url('images/a3.jpg') top left repeat-y;
}

#content p
{
	margin-bottom: 2em;
	line-height: 1.5em;
	text-align: justify;
}

#content h2,h3,h4,h5,h6
{
	position: relative;
	color: #3F2109;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #DFBF99;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 20px;
	padding-left: 40px;
}

#content blockquote
{
	margin-bottom: 2em;
}

#content blockquote p
{
	border-left: solid 8px #667700;
	padding-left: 1em;
	margin-bottom: 0em;
}


#content form li ul{
	margin-bottom: 0.5em;
}


#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #DFBD99;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #EFDCC2;
	color: inherit;
}

#content table td
{
	padding: 0.2em;
}

.inputSize{
	width: 300px;
}
.textareaSize{
	width: 300px;
	height: 150px;
}




/* Primary Content */

#primaryContentContainer
{
	position: relative;
	z-index: 2;
	float: right;
	margin-left: -18em;
	width: 100%;
}

#primaryContent
{
	margin: 2em 3.0em 0em 19em;
	padding: 0em 0em 0em 1.5em;
	border-left: solid 1px #DFBF99;
}

#primaryContent h2{
	text-transform: none;
	margin-bottom: 0.3em;
}

#primaryContent h3{
	text-transform: none !important;
}

#primaryContent span{
	font-weight: bold;
	font-size: 1.3em;
}



/* Secondary Content */
#secondaryContent
{
	position: relative;
	z-index: 2;
	float: right;
	width: 15em;
	margin-top: 2em;
}

#secondaryContent h3{
	text-transform: none !important;
	color: crimson;
}

#secondaryContent span{
	font-weight: bold;
	font-size: 1.3em;
}


/* Footer */
#footer{
        width: 778px;
	height: 56px;
	padding-top: 30px;
	background: #000000 url('images/footer.jpg') top left no-repeat;
	text-align: center;
}

.clear{
       clear: both;
}

.error{
	font-size:0.9em !important;
	font-weight:none !important;
	color:red;
}
