html, body {font-family: "Arial", "Verdana";}
a {color: #063; text-decoration: none;}
a:hover, a.actived {color: #063;text-decoration: underline;}
img {	border: none;}

h1 {
	font-size: 14px;
	color: #630;
	padding: 0 0 10px 0;
	margin: 0;
	text-transform: uppercase;
}
h1 span {	font-weight: normal;}

h2 {
	background-image: URL("../_images/icon_dot.gif");
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	color: #063;
	padding: 4px 0 4px 10px;
	margin: 0;
	text-transform: uppercase;
}

h3 {
	font-size: 12px;
	color: #063;
	padding: 4px 0;
	margin: 0;
	text-transform: uppercase;
}

p {
	padding: 4px 0;
	margin: 0;
	line-height: 18px;
}

ul {
	padding: 5px 0 5px 30px;
	margin: 0;
	line-height: 18px;
}

form {
	padding: 4px 0;
	margin: 0;
}

body {
	margin: 5px 0;
	padding: 0;
	font-family: "Arial", "Verdana", "sans-serif";
	font-size: 12px;
	color: #333;
	background-image: URL("../_images/bg_body.gif");
	background-repeat: repeat-x;
	background-color: #F5F1D3;
	background-position: center top;
	border: none;
}
body.bodySplash {margin: 40px 0;}
body.bodyLongpage {background-position: center bottom;}

#areaHeaderSplash {
	background-image: URL("../_images/bg_headerSplash.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	height: 164px;
}
#areaHeaderSplash .logo {padding: 30px 0 0 0;}
#areaHeader {
	background-image: URL("../_images/bg_header.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	height: 182px;
	text-align: left;
	padding: 10px 10px 0 10px;
	margin: 0;
}
#areaHeader .logo {padding: 40px 0 0 35px;}
#areaHeader .bgImg {height: 178px;}

#areaContent {
	background-image: URL("../_images/bg_cloud.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	text-align: left;
	padding: 20px 350px 20px 80px;
	margin: 0;

	min-height: 250px;
	_height: 250px;
}

#areaContent img {
	padding: 0;
	margin: 5px 15px 0 0;
}

#areaContentHome {
	text-align: left;
	padding: 20px 72px 20px 80px;
	margin: 0;
	background-image: URL("../_images/bg_cloud.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#areaSignup {
	background-image: URL("../_images/bg_signup.jpg");
	background-repeat: no-repeat;
	width: 210px;
	height: 104px;
	padding: 0;
	margin: 0;
	text-align: left;
}

#areaSignup input.textinput {
	color: #666;
	font-size: 11px;
	padding: 2px 0 2px 2px;
	margin: 35px 0 0 12px;
}

#areaSignup input.btsubscribe {
	background-image: URL("../_images/bt_signup.jpg");
	background-repeat: no-repeat;
	width: 76px;
	height: 25px;
	border: 0;
	padding: 0 0 2px 8px;
	margin: 5px 0 0 10px;
	color: #FFF;
	font-size: 11px;
	font-family: "Arial", "Verdana", "sans-serif";
	font-weight: bold;
	text-align: left;
	cursor: pointer;
}

/* Start mainNav */

#mainNav {
	position: relative;
	background-image: URL("../_images/bg_nav.gif");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #063;
	height: 26px;
	text-align: left;
	width: 1000px;
	z-index: 2;
	border-bottom: 1px solid #FFF;
}

#mainNav .menu {
	position: absolute;
	font-family: Arial, Verdana;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: center;
}

#mainNav .menu div {
	background-color: #FFF;
	display: block;
	float: left;
	height: 26px;
	width: 1px;
}

#mainNav .menu a {
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
	white-space: nowrap;
	background-image: none;	
	height: 20px;
	padding: 6px 0 0 0;
	margin: 0;
	width: 166px;
}

#mainNav .menu a:hover,
	#mainNav .menu a.actived {
	background-image: URL("../_images/bg_navon.gif");
	background-repeat: repeat-x;
	background-color: #630;
	color: #FFF;
}

#mainNav .menu a.large { 
	width: 165px;
}

#mainNav .menu a.dbline { 
	height: 24px;
	padding: 2px 0 0 0;
	line-height: 10px;
}

/* End mainNav */

#areaFooter {
	background-color: transparent;
	padding: 0 75px 20px 80px;
	margin: 0;
	text-align: right;
}
#areaFooter a {color: #333;}
#areaFooter a:hover, #areaFooter a.actived {	color: #063;}
#areaFooter .borderImg {
	border-bottom: 1px solid #A6A6A6;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
}
#areaFooter .copy {
	float: left; 
	color: #063;
	font-weight: bold;
}

#flashcontent {
	width: 850px; 
	height:700px; 
	padding: 0;
	margin: 0;
}

.bgShadow {
	background-image: URL("../_images/bg_shadow.png");
	_background-image: URL("../_images/bg_shadow.gif");
	background-repeat: repeat-y;
	width: 1010px;
	display: block;
	padding: 0;
	margin: 0;
}

.bottomShadow {
	background-image: URL("../_images/bottom_shadow.png");
	_background-image: URL("../_images/bottom_shadow.gif");
	background-repeat: no-repeat;
	background-position: top;
	height: 10px;
	padding: 0;
	margin: 0;
	width: 1010px;
}

.redstar {color: #F00;margin: 0 2px;}
.txtGreen {color: #063;}
.link {text-align: right;}
.link a {
	background-image: URL("../_images/icon_arrowblack.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 15px 0 8px;
	color: #000;
}

.button_submit {
	background-image: URL("../_images/bg_nav.gif");
	background-repeat: repeat-x;
	border: 1px solid #999;
	width: 60px;
	height: 24px;
	padding: 1px 0 3px 0;
	margin: 19px 5px 0 0;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	font-family: "Verdana", "Arial";
	cursor: pointer;
}

.button a {
	background-color: #063;
	height: 18px;
	padding: 3px 0 0 0;
	margin: 0;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	font-family: "Verdana", "Arial";
	border: none;
	display: block;
	width: 90px;
	text-align: center;
}

.button a:hover {
	color: #DDD;
	text-decoration: none;
}

.smalltext {
	font-size: 10px;
	line-height: 12px;
	color: #666;
	}

td.labelContact {
	width: 85px;
	text-align: left;
	padding-right: 10px;
	color: #000;
	font-weight: bold;
}

.contactform tr {height: 30px;}
.contactform td {vertical-align: top;}
.contactform input {	width: 350px;}
.contactform textarea {width: 350px;}

.redstar {color: #F00;	padding: 0 5px;}
.redtxt {color: #F00;	padding: 0;}

input.buttonForm {
	background-color: #063;
	border: none;
	color: #FFF;
	padding: 1px 5px 3px 5px;
	margin: 0 5px 0 0;
	font-size: 12px;
	font-weight: bold;
	width: 80px;
}

.gallery a img {
	border: 2px solid #FFF;	
}
.gallery a:hover img {
	border: 2px solid #063;	
}
