﻿body { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10.5pt; color: #dedada; background-color: #000000; margin: 0px; line-height: 22px; background-image:url('images/design/page_bg.jpg');background-position:center top; }


/*-----------------------------------------------------------Elements-------------------------------------------------------------------------------------------------------------------------------*/



a {	color: #c3ac6f; text-decoration:none }
a:active {color: #c3ac6f; text-decoration:none }   
a:visited {color: #c3ac6f; text-decoration:none }
a:hover {color: #d5b644; text-decoration:underline}

ul, li {line-height:25px}
img {border-width: 0px;
	margin-top: 0px;
}

h1 { font-family: "Kaushan Script", Georgia; font-style: italic; font-size: 23pt; color: #d5b644; font-weight:normal }
h2 { font-family: "Kaushan Script", Georgia; font-size: 16pt; color: #dedada; font-weight:normal; margin-top:30px }
h3 { font-family: "Georgia"; font-size: 10pt; color: #d5b644; font-style:oblique }


input, textarea { 
padding-left: 10px;background-color: #2e2e2e; font-size: 10pt; color: #dedada; font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; border: 1px solid #1a1a1a; font-style:italic;
resize: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;
}





/*-----------------------------------------------------------ids (mainly for dwt file)-------------------------------------------------------------------------------------------------------------------------------*/



#top { width: 100%; background-image:url('images/design/top.jpg'); min-width:1024px; background-repeat:no-repeat; background-position:center top}

#middle { width: 100%; background-image:url('images/design/middle.jpg'); min-width:1024px; background-repeat:no-repeat; background-position:center top}
#middle_y { width: 100%; background-image:url('images/design/middle_y.jpg'); min-width:1024px; background-repeat: repeat-y; background-position:center top}

#footer { width: 100%; font-size:9pt; background-image: url('images/design/footer.jpg'); min-width:1024px; background-repeat:no-repeat; background-position:center top; color: #dedada } 
#footer a { color: #dedada; font-size:9pt} 
#footer a:hover { color: #d5b644; font-size:9pt}



/*-----------------------------------------------------------Classes-------------------------------------------------------------------------------------------------------------------------------*/



.active { width: 1000px; margin-left: auto; margin-right: auto; table-layout: fixed  }
.table { width: 100%; margin-left: auto; margin-right: auto; table-layout: fixed }

.padding {padding: 45px 40px 20px 15px}
.left {padding-top:100px; width: 306px}
.center {text-align:center}
.right {text-align:right}
.hover img:hover { opacity:0.7 }
.contact {width: 633px; background-image:url('images/form_bg.png'); background-repeat:no-repeat; background-position:center top; margin-top:50px; height:317px}
.contact_text {color: #D5B644; font-size: 18pt; padding-top:60px; padding-left:33px; height: 50px}

.image_border { border: 3px solid #ffffff; margin: 7px;	-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px#888;box-shadow: 0 0 5px #888;

		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#b0b0b0')";

		/* For IE 5.5 - 7 */

		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#b0b0b0') }
 
.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }
 
.fade:hover {opacity: 0.6;}

.submit { background: #b89d3a;	-webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;
   	 cursor:pointer; width: 86px; height: 33px; border: none; margin-left:177px; color: #333 }
   	 
   	 
   	 