@charset "utf-8";
/* CSS Document 

1. DEFAULTS
2. LAYOUT
3. UNIVERSAL
4. HEADERS
*/

/* ---------- 1. DEFAULTS  ---------- */
body {
margin:0;
padding:0;
font: 11px Verdana, Arial, Helvetica, sans-serif;
background: #451707 url(images/background.jpg) repeat-x top;
}
p, li, td, textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
}
p {
line-height:1.3em;
}
img {
border:none;
}
h1 {
font-size:1.8em;
background-repeat:no-repeat;
}
h2 {
font-size:1.6em;
}
h3 {
font-size:1.4em;
margin:20px 0 5px 0;
}
h4 {
font-size:1.2em;
}
i {
display:none;
}
.pngimg, #nav, #nav a, #tagline img, .header {
behavior: url(javascript/iepngfix.php)
}
li {

}
ul li {

}
br {
margin:0;
padding:0;
}
div, h1, h2, h3, h4 {
overflow:hidden;
}
a {
font-weight:bold;
text-decoration:none;
}
a:link, a:visited {
color:#e17321;
border-bottom:1px dotted #e17321;
}
a:hover, a:active {
color:#2f2c48;
border-bottom:1px dotted #2f2c48;
}
hr {
clear:both;
height:1px;
background-color:#b9a793;
border:none;
margin:10px 0 20px 0;
}
.gone {
display:none;
}
/* ---------- 2. LAYOUT  ---------- */
#wrap {
width:992px;
margin:10px auto;
}
#flash, #overlay  {
top:0;
left:0;
width:100%;
position:absolute;
}

#flash {
z-index:1;
}
	#flash2, #overlay2 {
	width:992px;
	margin:0 auto;
	}
	#tagline {
	height:119px;
	text-align:right;
	}
#overlay {
z-index:2;
margin-top:20px;
}
#overlay3 {
width:266px;
margin-left:20px;
float:left;
}
	#nav {
	background: url(images/nav_back.png);
	text-align:center;
	height:382px;
	}
	#nav ul {
	margin:0 25px 0 24px;
	padding:0;
	list-style-type:none;
	text-align:left;
	border:3px solid #FFF;
	border-width:11px 0 60px 0;
	}
	#nav li {
	margin:0;
	padding:0;
	overflow:hidden;
	height:45px;
	display:inline;
	}
		#nav a {
		height:45px;
		display:block;
		}
		#nav a:visited, #nav a:link {
		border-bottom:1px solid #FFF;
		}
		#nav a:hover, #nav a:active, .current {
		background-image:url(images/nav_hover.png);
		border-bottom:1px solid #FFF;
		}
		#nav li img {
		margin:10px 0 3px 5px;
		padding:0;
		}
#indexcontent {
width:675px;
height:360px;
padding:0;
float:right;
margin:123px 25px 0 0; 
}
#content {
width:620px;
padding:10px 15px 20px 15px;
border:2px solid #6e2902;
background: #f8eada url(images/content_back.jpg);
float:right;
margin:140px 40px 10px 0 
}
#copyright {
text-align:center;
color:#7d5d51;
font-size:.8em;
clear:both;
padding-top:10px;
padding-bottom:20px;
margin:0;
}
.inner #copyright {
width:726px;
padding-left:266px;
}

	#copyright a:link, #copyright a:visited {
	color:#a28b82;
	border-bottom:1px dotted #a28b82;
	}
	#copyright a:hover, #copyright a:active {
	color:#FFF;
	border-bottom:1px dotted #FFF;
	}
/* ---------- 3. UNIVERSAL  ---------- */
.highlight, {
margin:5px 0 10px 0;
padding:15px;
background: url(images/highlight.png);
font-size:1.1em;
font-weight:bold;
border:1px solid #b9a793;
}
	.highlight p, #contact p {
	margin:2px;
	line-height:1.5em;
	}
.imgright {
float:right;
margin:0 0 10px 10px;
}
.imgleft {
float:left;
margin:0 10px 10px 0;
}
.source {
font-weight:normal;
font-size:.9em;
}
/* ---------- 4. HEADERS  ---------- */
.header {
height:32px;
background-position:left bottom;
background-repeat:no-repeat;
margin:15px 0 10px 0;
padding:0;
}
#h1_area {
background-image:url(images/h1_area.png);
}	
#h1_contact {
background-image:url(images/h1_contact.png);
}	
#h1_development {
background-image:url(images/h1_development.png);
}
#h1_opportunity {
background-image:url(images/h1_opportunity.png);
}
#h1_plans {
background-image:url(images/h1_plans.png);
}
#h1_prices {
background-image:url(images/h1_prices.png);
}
/* ---------- 5. CONTACT  ---------- */
#contact {
width:300px;
height:275px;
float:right;
overflow:hidden;
margin:5px 0 10px 20px;
padding:0;
border:1px solid #b9a793;

}
#contact table  {
width:280px;
margin:0 auto;
}
	#contact td {
	text-align:right;
	vertical-align:middle;
	}
	.form_txtbox, .form_message {
	border:1px solid #6e2902;
	background-color:#FFF;
	padding:5px;
	}
	.form_txtbox {
	width:200px;
	}
	.form_message {
	width:270px;
	}
#altinfo {
clear:both;
border:1px solid #b9a793;
border-right:none;
margin:30px 0 10px 0;
}
	#altinfo td {
	vertical-align:top;
	width:25%;
	padding:0;
	border-right:1px solid #b9a793;
	}
	#altinfo h3 {
	background-image:url(images/highlight.png);
	padding:3px;
	border-bottom:1px solid #b9a793;
	font-size:1.2em;
	margin:0;
	}
	#altinfo p {
	margin:2px;
	}