/* index main values */

* {
margin : 0;
padding : 0;
}
html {
height : 100%;
}
body {
	height : 100%;
	color : #333333;
	cursor : default;
	font-size : 12px;
	line-height : 16px;
	text-align : justify;
	background: #fff url(../../images/bg.jpg) repeat-y center top;
	font-family : "Helvetica Light", Helvetica, Arial, Sans-Serif;
	background-color: #91AB23;	
}

a {
	color: #1D6C9B;
}

a:link, a:visited, a:active {
	color : #1D6C9B;
	text-decoration : none
}

a:hover {
	color:#1D6C9B;
	text-decoration:none;
}

ul
{
list-style-type:none;
padding:0px;
margin:0px;
}

li
{	list-style-type: none;}

/* main content structure */

#topheader { width:auto;
}

#nav { width:auto;
}

#footer { width:auto;
}

#container {
	width: 768px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#box_container {
	width: 768px;
	background-color: #FFFFFF;
	position: relative;
	height: 805px;
	overflow: hidden;
}

#enq_hdr {
	width:740px;
	position: absolute;
	left: 15px;
	top: 15px;
	overflow: hidden;
	height: 36px;
	background-color: #811F24;
}

#enq_form {
	width:722px;
	position: absolute;
	left: 15px;
	top: 51px;
	overflow: hidden;
	height: 720px;
	padding: 8px;
	border: 1px solid #AA382E;
	background-color: #FFFFCC;
}

/* Form Objects and Styles */
.list_input {
	width: 340px;
	border:1px #811F24 solid;
	height: 30px;
	padding:4px;
	margin-top: 4px;
}

form.formular {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
	width:100%;
}

.formular fieldset {
	margin-top: 20px;
	padding : 15px;
	border: 1px solid #B5B8C8;
	
}

.formular legend {
	font-size: 12px;
	color: #15428B;
	font-weight: 900;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.formular label span {
	color: #000;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
}

.formular .text-input {
	width: 330px;
	color: #555;
	padding: 4px;
	border: 1px solid #811F24;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
}	
	
.formular .text-input1 {
	width: 712px;
	color: #555;
	padding: 4px;
	border: 1px solid #811F24;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
		
}

.formular .upload {
	width: 330px;
	color: #555;
	padding: 4px;
	border: 1px solid #811F24;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
}

.formular textarea {
	width: 330px;
	height:120px;
	color: #555;
	padding: 4px;
	border: 1px solid #811F24;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}

.formular textarea1 {
	width: 195px;
	height:70px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}

.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}

.formular .submit {
	background: url('/img/form/button-bg.png') repeat-x;
	border: 1px solid #AAA;
	padding: 4px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
	cursor:pointer;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}
