

* {
	font-size:100%;
	margin:0;
	padding:0;
	}
	
body {
	background: #008aa4 url(../images/bottom.jpg) bottom center no-repeat;
	color: #333;
	font-family: "Lucida Sans Unicode","Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.8em;
	}
#wrap {
	background: #f4f3e1;
	text-align: center;
	overflow: auto;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
}
#wrap-inner {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	}
#header {
	position: relative;
	width: 760px;
	height: 150px;
	}	
#nav {

	width: 260px;
	margin: 0px;
	padding-bottom: 20px;
	float: left;
	}	
	
#navbox {

	width: 260px;
	margin: 0px;
	padding-bottom: 5px;
	float: left;
	}
		
#content {
	background: #f4f3e1 url(../images/bg-content.jpg) 0 0 repeat-x;
	width: 500px;
	/* min-height fixture :f */
	min-height: 350px;
	height: auto !important;
	height: 350px;
	/*--------*/
	padding: 5px 0;
	float: right;
	}
	img {
	border: 5px 5px 5px 5px;
	border-color: #deddbf;
	display: block;
	border-style: solid;
	}
	
#content2 {
	background: #f4f3e1 url(../images/infoback.jpg) 0 0 repeat-x;
	width: 500px;
	/* min-height fixture :f */
	min-height: 350px;
	height: auto !important;
	height: 350px;
	/*--------*/
	padding: 5px 0;
	float: right;
	}
	img {
	border: 5px 5px 5px 5px;
	border-color: #deddbf;
	display: block;
	border-style: solid;
	}
#content3 {
	background: #f4f3e1 url(../images/win.jpg) 0 0 repeat-x;
	width: 500px;
	/* min-height fixture :f */
	min-height: 350px;
	height: auto !important;
	height: 350px;
	/*--------*/
	padding: 5px 0;
	float: right;
	}
	img {
	border: 5px 5px 5px 5px;
	border-color: #deddbf;
	display: block;
	border-style: solid;
	}
	#content4 {
	background: #f4f3e1 url(../images/ipad.jpg) 0 0 repeat-x;
	width: 500px;
	/* min-height fixture :f */
	min-height: 350px;
	height: auto !important;
	height: 350px;
	/*--------*/
	padding: 5px 0;
	float: right;
	}
	img {
	border: 5px 5px 5px 5px;
	border-color: #deddbf;
	display: block;
	border-style: solid;
	}
	

/*--[ common ]----------------------------------------------------------------*/

h1, h2, h3, h4 { 
	margin: 0 20px; 
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	}
h1 {
	font-size: 2em;
	height: 36px;
	line-height: 36px;
	margin: 0 43px 10px;
	color: #f4f3e1;
	}	
	
h2 {
	margin: 0 20px 10px;
	font-size: 1.7em;
	height: 30px;
	line-height: 30px;
	color: #538714;
	clear: both;
	}
h3 {
	margin: 0 20px 4px;
	font-size: 1.2em;
	font-weight: bold;
	}
h4 {
	margin: 0 20px 0px;
	color: #53741f;
	font-size: 1.1em;
	font-weight: bold;
	}


p { 
	margin: 0 20px 15px; 
	}
strong {
	color: #333;
}
em {
	font-size: 1.4em;
	font-style: normal;
	color: #00ADEF;
}

ol {
	margin: 0 40px 15px; 
	}
	
 ul {
	margin: 0 20px 15px; 
	}
	ul li, #links p {
		background: url(../images/bullet.gif) 0 0.5em no-repeat;
		list-style-type: none;
		padding:0 0 0 20px;
		}

#content a {
	color: #006c80;
	text-decoration: none;
	}
#content2 a {
	color: #006c80;
	text-decoration: none;
	}	
#content a:hover {
}	
a:hover {text-decoration: underline;}

.alignleft {
	margin: 0 15px 5px 20px;
	float: left;
	}
.alignright {
	margin: 0 20px 5px 15px;
	float: right;
	}
.highlight { /* highlight important text */
	background: #FFC;
	}
.clear { /* clear floated divs */
	clear: both;
	}
.hide{ /* hides text from broswer */
	position:absolute;
	left:-9999px;
	width:0px;
	overflow:hidden;
	}
.info {
	padding:10px 10px;
	background: #e2e1c8;
	border: 1px solid #c9c8aa;
	color: #333;
	margin-left: 15px;
	}
.top {
	clear: both;
	padding: 20px 0;
	height: 16px;
	text-align: right;
	margin: 0 20px 0 0;
}
.top a:hover {background: transparent;}

/*--[ header ]----------------------------------------------------------------*/
#header h2 {
	position: absolute;
	top: 20px;
	left: 20px;
	background: transparent url(../images/logo.jpg) 0 0 no-repeat;
	width: 240px;
	height: 150px;
	margin: 0px;
	}
	#header h2 a { 
		background: transparent url(../images/logo.jpg) 0 0 no-repeat;
		text-indent: -9000em;
		overflow: hidden; 
		width: 240px;
		height: 150px;
		display: block;
		text-decoration: none;
		color: #fff;
		float:left;
	}
#header h3 {
	background: url(../images/topheader.jpg) 0 0 no-repeat;
	width: 500px;
	padding-top: 238px;
	height: 0px !important;
	overflow: hidden;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}	
	

#links {float: left;}

/*--[ nav ]----------------------------------------------------------------*/
#nav li {
		background: #f4f3e1url../images/bg-nav.gif) 0 0 no-repeat;
		width: 220px;
		height: 36px;
		padding: 0px;
		margin: 0 20px;
		letter-spacing: 2px;
		font-size: 1.1em;
		}
	#nav li a {
		background: #f4f3e1 url(../images/bg-nav.gif) 0 0 no-repeat;
		display: block;
		height: 36px;
		line-height: 36px;
		color: #fff;
		padding-left: 40px;
		text-decoration: none;
		}
	#nav li a:hover, #nav li a.active {
	background: #f4f3e1 url(../images/bg-nav.gif) 0 -36px no-repeat;
	color: #f4f3e1;
		}
	#nav .first {border-top: 1px solid #f4f3e1;}	


/*--[ contact ]----------------------------------------------------------------*/
form {margin: 0 20px 15px;}
form h2, form div {margin: 0 0 10px;}

fieldset {
	border: 0px;
	margin: 0 0 15px 0;	
	}
label {
	cursor: pointer;
}	
.personal label, .phone label {
	display: block;
	width: 150px;
	text-align: right;
	float: left;
	margin-right: 4px;
}
.personal label {
	width: 60px;
	text-align: left;
	}
.phone {
	padding: 10px;
	background: #beef70 url(../images/phone.gif) top right no-repeat;
}
.error {
	color: #c00;
	width: auto;
	display: inline;
	padding: 0px;
	background: transparent;
	}
input, textarea {
	font-family: "Lucida Sans Unicode","Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background: #fff;
	vertical-align: middle;
	}

.text input, textarea {
	padding: 2px;
	width: 200px;
	border: 3px solid #92c73e;
}
.phone input {border-color: #acdd5d;}

textarea {
	overflow: auto;
	height: 85px;
	width: 450px;
}
.checkbox {
	float: left;
	display: inline;
	width: 150px;
}
.checkbox input {background: transparent;}
.text {clear: both;}
#submit {
	background: #538714 url(../images/bg-button.gif) 0 0 no-repeat;
	width: 108px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: right;
	display: inline;
	color: #fff;
	padding: 0px;
	border: 0px;
	cursor: pointer;
	font-size: 1em;
	margin: 2px 0 0 20px;
}

#attention, #success {
	background: #F5DC63;
	border: 1px solid #D29C34;
	margin: 0 20px 15px;
	padding: 5px;
}
#success {
	background: #86D958;
	border: 1px solid #229322;
}
#attention div, #success div {
	background: #fff url(../images/icon-attention.gif) 10px 10px no-repeat;
	margin: 0px;
	padding: 15px 20px 10px 40px;
}
#success div {
	background: #fff url(../images/icon-success.gif) 10px 10px no-repeat;
}
#success p {margin: 0 20px;}
#attention ul {magin: 0 0 0 50px;}

/*--[ homepage ]----------------------------------------------------------------*/
#content .eye {
	width: 140px;
	height: 165px;
	line-height: 165px;
	float: left;
	display: inline;
	margin: 0 0 20px 20px;
}
#content .eye a {
	text-indent: -9000em;
	overflow: hidden; 
	width: 140px;
	height: 165px;
	display: block;
	text-decoration: none;
	float:left;
}
#content .vision, #content .vision a, #content .vision a:hover {background: transparent url(../images/vision.jpg) 0 0 no-repeat;}
#content .work, #content .work a, #content .work a:hover {background: transparent url(../images/work.jpg) 0 0 no-repeat;}
#content .impression, #content .impression a, #content .impression a:hover {background: transparent url(../images/impression.jpg) 0 0 no-repeat;}

/*--[ footer ]----------------------------------------------------------------*/
#footer {
	clear: both;
	padding-top: 20px;
	height: 180px;	
	background: transparent url(../images/bg-footer.jpg) 0 0 repeat-x;
	text-align: center;
	}
#footer-inner {
	width: 720px;
	margin: 0 auto;
	text-align: left;
	color: #f4f3e1;
	}
	
	#footer-inner ul {
		width: 240px;
		float: left;
		display: inline;
		margin: 0px;
		padding: 0px;
	}
	#footer-inner li {
	background: transparent;
	border-bottom: 1px solid #007085;
	padding: 0px;
	float: left;
	display: inline;
	width: 180px;
	padding-left: 20px;
	line-height: 2em;
	margin-left: 20px;
		}
	
	#footer-inner a {
	text-decoration: none;
	color: #f4f3e1;
		}
		#footer a:hover {
		text-decoration: underline;	
		}
