html {
	overflow: auto;
}

body {
	background: #79577b;
}

/*---------------------------------------------------LAYOUT*/

#uppershadow, #lowershadow {
	position: absolute;
	left: 50%;
	width: 958px;
	height: 10px;
}

#uppershadow {
	top: 22px;
	margin-left: -480px;
	background: url(../images/upper-shadow.gif) no-repeat;
}

#lowershadow {
	top: 534px;
	margin-left: -480px;
	background: url(../images/lower-shadow.gif) no-repeat;
}

#leftshadow, #rightshadow {
	position: absolute;
	left: 50%;
	width: 10px;
	height: 502px;
}

#leftshadow {
	top: 32px;
	margin-left: -479px;
	background: url(../images/left-shadow.gif) repeat-y;
}

#rightshadow {
	top: 32px;
	margin-left: 471px;
	background: url(../images/right-shadow.gif) repeat-y;
}

#container {
	position: absolute;
	top: 32px;
	left: 50%;
	width: 938px;
	height: 500px;
	margin-left: -469px;
	border: 1px solid #000;
}

#header {
	float: left;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #000;
	background: #fff;
}

#header img {
	float: left;
	border: 0px;
}

#header h1 {
	float: right;
	font: 1.6em Verdana, sans-serif;
	padding: 5px 15px 5px 5px;
	color: #c9bcc4;
}

#nav {
	float: left;
	width: 100%;
	height: 18px;
	border-bottom: 1px solid #000;
	background: #222;
	overflow: hidden;
}

#nav a {
	float: right;
	padding: 3px 22px 3px 22px;
	border-left: 1px solid #000;
	font: 0.6em Verdana, sans-serif;
	text-decoration: none;
	color: #ccc;
	text-transform: uppercase;
}

#nav a:hover {
	background: #fff;
	color: #79577b;
}

.home {
	border-left: 0px !important;
	padding: 3px 18px 3px 18px !important;
}

#nav h1 {
	float: left;
	color: #ccc;
	margin: 0px 0px 0px 0px;
}

#page {
	float: left;
	width: 100%;
	height: 380px;
	background: url(../images/pagebg.gif);
}

#page a {
	color: #000;
}

#page a:hover {
	color: #79577b;
}

#homeimg {
	position: absolute;
	top: 130px;
	left: 13px;
	width: 100px;
}

#homeimg img {
	border: 1px solid #000;
	display: block;
	margin: 1px 0px 10px 0px;
}

#text {
	position: absolute;
	top: 118px;
	left: 138px;
	width: 800px;
}

#text img {
	float: right;
	margin: 15px 13px 0px 0px;
	border: 1px solid #000;
}

#text p {
	float: left;
}

#footer {
	position: absolute;
	top: 535px;
	left: 50%;
	width: 924px;
	margin-left: -470px;
	font: 10px Verdana, sans-serif;
	padding: 10px 10px 10px 10px;
}

#copy {
	float: left;
}

#ravine {
	float: right;
}

#ravine a {
	text-decoration: none;
	color: #000;
}

#ravine a:hover {
	color: #333;
}

/*-----------------------------------------------HOME*/

#txt1 {
	position: absolute;
	top: 0px;
	left: 0px;
}

#txt2 {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 520px;
}

.txt2 {
	width: 360px !important;
}

#txt3 {
	position: absolute;
	top: 240px;
	left: 500px;
}

#img1 {
	position: absolute;
	top: 50px;
	right: 0px;
}

/*-----------------------------------------------OUR PROJECTS*/

#project {
	float: left;
	width: 377px;
	height: 170px;
	border: 1px solid #000;
	margin: 13px 7px 0px 14px;
}

/* for Internet Explorer */

/*\*/

* html #project {
	margin: 13px 7px 0px 7px;
}

/**/

#project_right {
	float: left;
	width: 377px;
	height: 170px;
	border: 1px solid #000;
	margin: 13px 7px 0px 6px;
}


#project h1, #project_right h1 {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	width: 228px;
}

#project p, #project_right p {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 3px 2px 3px;
	font-size: 55%;
	width: 220px;
}

#projectimg {
	float: left;
	width: 144px;
	height: 170px;
	border-right: 1px solid #000;
}

#projectimg img {
	border: 0px;
	margin: 0px 0px 0px 0px;
}

/*-----------------------------------------------CONTACT*/

#contactform, #contactinfo, #contactimg {
	float: left;
}

#contactform {
	margin: 18px 0px 0px 16px;
	width: 499px;
	height: 199px;
	border-bottom: 1px solid #000;
	overflow: hidden;
}

/* for Internet Explorer */

/*\*/

* html #contactform {
	margin: 18px 0px 0px 8px;
	overflow-x: visible;
}

/**/

#form1 {
	float: left;
	width: 230px;
}

#form2 {
	float: left;
	width: 230px;
}

#interest_form {
	float: left;
	padding: 6px 10px 10px 10px;
}

#interest_form fieldset {
	padding: 10px 10px 10px 10px;
	margin-left: 8px;
	width: 250px;
}

#interest_form .submit {
	margin-right: 1px;
}

#contactinfo {
	width: 518px;
}

#addr {
	float: left;
	margin-top: 10px;
}

#no {
	float: right;
	margin-top: 10px;
}

#contactimg {
	width: 256px;
	height: 355px;
	margin: 12px 0px 0px 12px;
}

#contactimg img {
	border: 1px solid #000;
	display: block;
	margin: 1px 0px 10px 0px;
}

fieldset {
	float: left;
	border: 1px solid #000;
	width: 492px;
	padding: 8px 5px 25px 0px;
	margin: 0px 0px 0px 0px;
}

/* for Internet Explorer */
/*\*/
* html fieldset {
	padding: 8px 0px 25px 0px;
}
/**/

legend {
	font: 0.65em Verdana, sans-serif;
}

form {
	float: left;
	margin: 10px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	font: 0.65em Verdana, sans-serif;
	text-align: right;
}

input, select, textarea {
	font: 100% Verdana, sans-serif;
	width: 120px;
	border: 1px solid #000;
	margin: -1px 1px 3px 1px;
	vertical-align: top;
	padding: 1px 1px 1px 1px;
}

select {
	width: 124px;
}

textarea {
	overflow: auto;
	height: 92px;
}

.submit {
	margin: -1px 1px 3px 0px;
	width: 124px;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
}

.req {
	float: right;
	margin: -18px -10px 0px 0px;
	width: 10px;
}

/* for Internet Explorer */
/*\*/
* html .req {
	position: relative;
}
/**/

/*-----------------------------------------------FONTS*/

h1 {
	font: 0.7em Verdana, sans-serif;
	font-weight: bold;
	padding: 2px 8px 2px 5px;
	text-transform: uppercase;
}

h2 {
	font: 0.7em Verdana, sans-serif;
	font-weight: bold;
	padding: 15px 10px 0px 20px;
	margin: 0px 0px 0px 0px;
}

p {
	font: 0.75em Verdana, sans-serif;
	padding: 15px 10px 0px 20px;
	margin: 0px 0px 0px 0px;
}

/*----------------------------------------------LISTS*/

ul, ol {
	clear:both;
	width:400px;
	margin: 3px 0px 0px 45px;
	padding: 10px 10px 0px 20px;
	font: 0.75em Verdana, sans-serif;
	list-style-type:square;
}

li {
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	line-height: 1.6em;
}

