@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding:0;
}

body {
	background:url(../images/body_bgr.jpg) top no-repeat #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#fff;
}

a {
	outline: none;
	text-decoration: none;
	color:#eec169;
}

a:hover {
	color: #f1ea75;
}

h1 {
	color: #eec169;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 20px;
}

h1 span {
	font-size: 14px;
	color:#fff;
}

table {
	border-left: 1px solid #eec169;
	border-top: 1px solid #eec169;
}

table td {
	padding: 3px;
	border-bottom: 1px solid #eec169;
	border-right: 1px solid #eec169;
}



/**common**/

#wrapper {
	margin:auto;
	width: 890px;	
}

#top {
	float:left;
	width: 890px;
	height: 166px;
	background:url(../images/top.jpg) top no-repeat;
}

#main {
	float: left;
	width: 890px;
	min-height: 710px;
}

#menu {
	float: left;
	width: 187px;
	margin-top: 12px;
}

#menu ul {
	display: inline-block;
	list-style:none;
}

#menu ul li {
	height: 30px;
	border-bottom: 1px dotted #525252;
	padding-top: 12px;
}


#content {
	float: left;
	margin-left: 21px;
	margin-top: 20px;
	width: 682px;
}

#content p {
	padding-right: 20px;	
}

#footer {
	float: left;
	width: 890px;
	font-size: 10px;
	text-align:right;
	padding-top: 10px;
	border-top: 1px dotted #525252;
}

/**common**/



/**home**/

#home_row1 {
	float: left;
	width: 682px;
	height: 230px;
	background:url(../images/home_quotes_bgr1.jpg) top no-repeat;
}

#home_row2 {
	float: left;
	width: 682px;
	height: 230px;
	background:url(../images/home_quotes_bgr2.jpg) top no-repeat;
}

#home_row3 {
	float: left;
	width: 682px;
	height: 230px;
	background:url(../images/home_quotes_bgr3.jpg) top no-repeat;
}

.home_quote1 {
	margin-top: 27px;
	margin-left: 275px;
	float:left;
	width: 406px;
}

.home_quote2 {
	margin-top: 20px;
	margin-left: 196px;
	float:left;
	width: 486px;
}

/**home**/



/**contact**/

#contact_form {
	width: 400px;
	color:#fff;
}

.txtbox {
	float: right;
	width: 250px;
	background: #000;
	border:1px solid #eec169;
	padding: 2px;
	color:#fff;
}

.txtbox_mssg {
	float: right;
	width: 250px;
	height: 200px;
	border:1px solid #eec169;
	background: #000;
	padding: 2px;
	color:#fff;
}

.bttn {
	clear:both;
	float:right;
	margin-top: 10px;
	background: #000;
	border: 1px solid #eec169;
	cursor: pointer;
	color: #eec169;
	font-weight: bold;
	padding:3px;
}

/**contact**/



/**misc**/

.float {
	float: left;	
}


.clear {
	clear: both;	
}

.white {
	color: #fff;	
}

.logo {
	margin: 0px 30px 20px 20px;
	padding: 3px;
	border: 1px solid #eec169;
}

.photo {
	margin: 0px 10px 20px 20px;
	padding: 3px;
	border: 1px solid #eec169;
}

.photo_shows {
	margin: 0px 5px 20px 0px;
	padding: 3px;
	border: 1px solid #eec169;
}

.txt_list {
	list-style: outside;
	list-style-type: disc;
	color: #e88350;
	margin-left: 20px;
}

.txt_list li {
	margin-bottom: 10px;	
}

.txt_list p {
	color:#fff;
}

.orange {
	color: #e88350;	
}

.yellow {
	color:#eec169;
}
/**misc**/

