@charset "utf-8";
/* CSS Document */
BODY{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #333;
}

a:link, a:visited {
	color: #930;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF6600;
	text-decoration: underline;
	font-size: inherit ;
	alignment-baseline: central;
}

h1{
font-size:10pt;
color:#837f80;
}

.greyhead{
	font-size: 10pt;
	color: #837f80;
}

.orangebody{
	font-size: 0.9em;
	color: #FF6600;
}

h2{
font-size:10pt;
color:#c36e2e;
}
.orangehead{
	font-size: 10pt;
	color: #ff6600;
	text-align: center;
	font-weight: bold;
}

.black{
	color: #333;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.orange{
	color: #ff6600;
}
.grey{
	color: #837f80;
}
.blackback{
	background-color: #000000;
	color: #666;
	width: 200px;
}
.orangeback{
	background-color: #000000;
}
.greyback{
	background-color: #000000;
}
.highlight{
	background-color: #000000;
	color: #CCC;
}

#container{
	width: 700px;
	margin: 0 auto;
	background-color: #fff;
	margin-top: 20px;
	box-shadow: 3px 5px 10px 1px #333;
	padding: 0 px;
}

.header{
	height: inherit;
	width: 700px;
}

.menu{
	height: 195px;
	width: 700px;
}

.menu DIV{
	float: left;
	cursor: pointer;
	width: 160px;
	height: 145px;
}
.menu DIV.padding{
	padding: 7px;
}

.menunoim{
	height: 50px;
	background-color: #666666;
}

.menunoim DIV{
	float: left;
	cursor: pointer;
}
.menunoim DIV.padding{
	padding-right: 10px;
	width: 250px;
	background-color: #000;
	height: 40px;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}
.caption{
	display: block;
	height: 32px;
	width: 160px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 13px;
	font-size: 10pt;
	letter-spacing: -0.05em;
	background-color: #333;
}

.nav{
	display: block;
	height: 32px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 13px;
	font-size: 1.2em;
	letter-spacing: -0.05em;
}

.length{
	display: block;
	height: 32px;
	width: 412px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 13px;
	font-size: 1.2em;
	letter-spacing: -0.05em;
}

.page{
	display: block;
	height: 32px;
	width: 673px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 13px;
	font-size: 1.2em;
	letter-spacing: -0.05em;
}

#teracottacaption{
	text-align: left;
	padding-left: 25px;
	font-size: 16px;
}

.content{
	width: 700px;	
}
.content .leftcol{
	float: left;
	width: 350px;
	background-color: #fff;
	padding-top: 10px;
	padding-left: 20px;
}
.content .rightcol{
	float: right;
	background-color: #fff;
	width: 330px;	
}

.content .rightcolquote{
	float: right;
	background-color: #333;
	width: 250px;
	padding-left: 20px;
	padding-right: 20px;
}
.table{
	width: 700px;
	text-align:center
}

.footer{
	clear: both;
	font-size: 8pt;
	height: 40px;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}
.footer .copyright{
	padding-left: 10px;
	
}

FORM{
	margin: -8px;
	padding: -2px;
}
FORM DIV{
	clear: both;
	padding: 10px 0 0 10px;
}
FORM DIV LABEL{
	display: block;
	float: left;
	width: 60px;
	font-size: 0.8em;
}
FORM DIV INPUT{
	width: 230px;
}
FORM DIV INPUT.short{
	width: 120px;
}
FORM DIV INPUT.mini{
	width: 90px;
}
FORM DIV TEXTAREA{
	width: 230px;
}
BUTTON{
	background-color: #fff;
	border: 1px solid #c36e2e;
	color: #c36e2e;
	font-weight: bold;
	cursor: pointer;
}.QUOTE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	line-height: 7px;
	text-align: center;
}
.mobile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #F60;
}
#container .content .rightcol div span {
	width: 20px;
	text-align: center;

}
.reverse {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
