/* main */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
	font-family: verdana, arial, helvetica, sans-serif;

}

ul {
	font-size:12px;
	letter-spacing: 0.2em;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 4em;
}

.page {
	/* Page width: */
	width: 800px;
}

/* navigation: */

#nav {
text-align: right;
margin: 0 auto;
overflow: hidden;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a.active {
	text-decoration: none;
	/* logo color 1: */
	color: #FFFFFF;
}


#navigation {
list-style: none;
overflow:auto;
margin: 0px;
text-align: right;
}
#navigation li {
float: right;
}

#navigation a {
display: block;
background-image: url(../images/tabright.gif);
background-position: top right;
background-repeat: no-repeat;
color: #FFF;
text-decoration: none;
font-weight: bold;
}
#navigation span {
display: block;
background-image:url(../images/tableft.gif);
background-repeat: no-repeat;
padding: 5px 15px;
}

#navigation a:hover {
background-position: right -198px;
}
#navigation a:hover span {
background-position: 0 -198px;
}
#navigation a.active {
background-position: right -198px;
}
#navigation a.active span {
background-position: 0 -198px;
}

#contentbox {
	background-color: #FFFFFF;                
	margin: 0 auto;
	text-align: left;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: center;
	color: #99846E;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 0.3em;
}

#menu a:link, #menu a:visited {
	color: #99846E;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #C43917;
	text-decoration: none;
}

#menu a.active {
	color: #C43917;
	text-decoration: none;
	}

/*#padding {
	padding: 1em;
}
*/

#innerpage {
	/* Background image: */
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	padding: 2em;
	height: 400px;
	border: 2px solid #a6836b;
}

/*
 content area styles:
*/

#content {
	background-color: #ffffff; 
	background: url(../images/logo_swirl.jpg) no-repeat center ;
	filter: Alpha(opacity=80); 
	opacity: .8; 
	float: right; 
	width: 30em; 
	height: 360px;
	padding: 0.8em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#content p {
	font-size: 0.9em;
}

#content img {
	float: left;
	position: relative;
	padding: 5px;
}

/* heading */

 
#heada a {
	font-size: 1.5em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}

#heada a:hover {
	color: #000000;
	} 

#heada a.active {
	color: #FF0000;
	}
	
#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}
 
/* link colors */

#content a {
 color: #BF2016;
 }

#content a:hover {
	color: #000000;
}

#content a.active {
	color:#FF0000;
	}



/* contact form */

#contact-area {
	margin-top: 10px;
	background-color: #ffffff; 
	background: url(../images/logo_swirl.jpg) no-repeat center;
	filter: Alpha(opacity=80); 
	opacity: .8; 
	float: right; 
	width: 30em; 
	height: 360px;
	padding: 0.8em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#contact-area p {
	font-size: 0.9em;
}

#contact-area h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 254px;
	margin: 0px 0px 10px 0px;
}

#contact-area textarea {
	height: 50px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}