/* CSS Document */
* {
	padding:0;
	margin:0;
	border:0;
}

body {
	padding:0;
	margin:0;
	border:0;
	background:url(../images/bkg_main.jpg) 50% 0 repeat;
	font:100.1% Verdana, Geneva, sans-serif;
	color:#3a0800;
}

p {
	margin:1.12em 0;
}

h1 {
	text-align:center;
	font-size:2em;
	color:#ab5314;
	padding:0.67em 0;
}

h2 {
	font-size:1.5em;
	color:#ab5314;
}

h3 {
	font-size:1em;
	text-align:center;
}

a {
	color:#ab5314;
	text-decoration:none;
	font-style:italic;
}

.dashed-top {
	border-top:2px dashed #e1dad8;
	width:95%;
	margin:0 auto;
	padding-top:10px;
}

.header-container {
	width:100%;
	height:200px;
}

.header {
	height:170px;
	width:960px;
	margin:0 auto;
	padding:30px 45px 0 45px;
	background:url(../images/bkg_header.png) 50% 0 no-repeat;
}

.header .logo {
	width:244px;
	height:130px;	
}

.header .contact {
	float:right;
}

.header .contact table {
	width:90%;
	margin:0 auto;
	padding:.5em 0;
}

.header .contact table th {
	text-align:right;	
	padding-right:10px;
}

.header .contact table td {
	text-align:right;
}

.nav-container {
	width:100%;
	height:40px;
}

.nav {
	width:960px;
	height:34px;
	margin:0 auto;
	padding:4px 45px 2px 45px;
	background:url(../images/bkg_nav1.png) 50% 0 no-repeat;
	font:24px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-align:center;
}

.nav a {
	font:24px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-align:center;
	text-decoration:none;
}

.nav ul {
	list-style:none;
}

.nav ul li {
	display:inline;
	margin:0 10px;
	padding:1px 10px 4px;
}

.nav ul li:hover {
	background:#ab5314;
}

.wrapper {
	width:100%;
	padding:0;
	margin:0;
	border:0;
	background:url(../images/bkg_main2.png) 50% 0 repeat-y;
}

.content {
	width:960px;
	margin:0 auto;
	padding:0px 45px;
}

.content .cup {
	width:807px;
	height:388px;
	padding:140px 0 0 140px;
	background:url(../images/home-cup.png) 50% 0 no-repeat;
}

.content .box-full-title {
	width:923px;
	height:43px;
	margin:0 auto;
	padding:21px 0 0 35px;
	background:transparent url(../images/bkg_full-box-title.png) 50% 0 no-repeat;
}

.content .box-full-title h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#fff;
}

.content .box-full-content {
	width:918px;
	min-height:10px;
	margin:0 auto;
	padding:10px 20px;
	background:transparent url(../images/bkg_full-box-content.png) 50% 0 repeat-y;
}

.content .box-full-footer {
	width:918px;
	min-height:30px;
	margin:0 auto;
	padding:5px 20px 30px 20px;
	background:transparent url(../images/bkg_full-box-footer.png) center bottom no-repeat;
	text-align:right;
}

.content .box-third {
	width:316px;
	float:left;
}

.content .box-third-title {
	width:246px;
	height:22px;
	margin:0 auto;
	padding:21px 35px;
	background:transparent url(../images/bkg_third-box-title.png) 50% 0 no-repeat;
}

.content .box-third-title h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#fff;
	text-align:center;
}

.content .box-third-content {
	width:276px;
	min-height:10px;
	margin:0 auto;
	padding:10px 20px;
	background:transparent url(../images/bkg_third-box-content.png) 50% 0 repeat-y;	
}

.content .box-third-content table {
	width:100%;
	font-size:.75em
}

.content .box-third-content table th {
	font-size:0.85em;
	text-align:left;
}

.content .box-third-content table td {
	text-align:right;
}

.content .box-third-content ul {
	margin-left:40px;
	font-size:0.75em;
	font-weight:bold;
}

.content .box-third-content p {
	font-size:0.9em;
}

.content .box-third-footer {
	width:276px;
	min-height:30px;
	margin:0 auto;
	padding:5px 20px 30px 20px;
	background:transparent url(../images/bkg_third-box-footer.png) center bottom no-repeat;
	text-align:right;	
}

.footer-container {
	width:100%;
	clear:both;
}

.footer {
	width:960px;
	height:120px;
	margin:0 auto;
	padding:30px 45px 0 45px;
	background:url(../images/bkg_footer.png) 50% 0 no-repeat;
	text-align:center;
}

.validate {
	position:absolute;
	right:0px;
	top:0px;
}
