/* basics */

body {
	font: 85% Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background: #ffffff url(../image_folder/bg_col.gif) repeat-y;
}

/* link styles */

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #ce7e1f;
	background:transparent;
}

a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #787c94;
	background:transparent;
}

a:hover, a:active {
	text-decoration: underline;
	color: #fe8d01;
	background:transparent;
}

#content h1 {
	font-size:1.4em;
}

/* structure, specific texts */

#header {
	background: url(../image_folder/bg_header.jpg) repeat-x top left;
	height:179px;
	margin: 0;
	font-weight:normal;
	font-style: italic;
	font-size: 1.6em;
}

#pageTitle {
	position:relative;
	text-indent:-5000px;
	margin:0;
	padding:0;
	top:8px;
	left:280px;
	width:358px;
	height:83px;
	background: url(../image_folder/pagetitle.gif) no-repeat top left;
}

#title {
	padding: 0 20px 0 0;
	margin:0;
	float:right;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width:265px;
	height:179px;
	background: transparent url(../image_folder/logo.jpg) no-repeat top left;
}

#content {
	margin: 0 10px 0 280px;
	padding:0;
	z-index: 2;
}

#content table {
	clear:left;
	border-top: 1px solid #ce7e1f;
	border-left:1px solid #ce7e1f;
	border-collapse:collapse;
	font-size:95%;
	margin:20px 20px 0 0;
}

#content table td {
	border-right:1px solid #ce7e1f;
	border-bottom:1px solid #ce7e1f;
	padding:5px;
	vertical-align:top;
}

#content table .title {
	font-weight:bold;
	font-size:90%;
	text-transform:uppercase;
	background: #ffe8cc;
	color:#000;
}

#cotImg {
	position:relative;
	float:left;
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:100%;
}

#cotTxt {
	position:relative;
	top:0;
	right:20px;
	float:right;
	width:200px;
	text-align:center;
	margin:20px 0 0 20px;
	padding:0;
}

#moreTxt {
	margin-top:50px;
	padding:10px 0;
	font-weight:bold;
	font-style:italic;
	background:#fff;
	color:#ce7e1f;
}

#tel {
	position:absolute;
	clear:left;
	top:180px;
	width:265px;
	height:30px;
	margin:0 0 0 10px;
	font-size:2em;
}

#navbar {
	position: absolute;
	top: 220px;
	left: 0;
	width:262px;
	z-index: 1;
}

#contactForm {
	width: 255px;
	margin:0 0 10px 10px;
	padding:0;
}

#eadd {
	width:265px;
	margin:0 0 10px 10px;
	font-size:90%;
}

#awards {
	width:259px;
	height:149px;
	background: transparent url(../image_folder/star_awards.gif) no-repeat;
	margin:10px 0 0 10px;
	padding:0;
}

#footer {
	background: transparent;
	color: #fe8d01;
	font-size: 0.8em;
	margin:30px 0 10px 10px;
	padding: 0;
}

#footer a:hover, a:active {
	background: transparent;
	color: #ce7e1f;
}

/*menu settings*/

#navbar ul li a:link, #navbar ul li a:visited {
	color: #000000;
	background: #ff8d00;
	text-decoration: none;
	margin: 0;
	display: block;
	width: 257px;
	padding: 5px 0;
	border-bottom: solid #ce7e1f 1px;
	text-align:center;
	font: normal 1em Arial,Helvetica, sans-serif;
}

#navbar ul li a:hover {
	color: #ffffff;
	background-color: #ce7e1f;
	text-decoration: none;
}

#navbar ul li {
	list-style-type: none;
	display: block;
}

#navbar ul {
	margin: 0;
	padding: 0;
}

#navbar p.menuTop {
	margin:0;
	padding:0;
	background: url(../image_folder/nav_top.gif) no-repeat;
	height:38px;
}

#navbar p.menuBot {
	background: url(../image_folder/nav_foot.gif) no-repeat left top;
	height:50px;
	text-align:center;
	margin-top:-1px;
}

#navbar p.menuBot a {
	font: bold 0.9em Arial, Helvetica, sans-serif;
}

/*form settings*/

form {
	margin-left: 7px;
}

label {
	font-weight: bold;
	font-size:95%;
	display:block;
	padding-bottom:5px;
}

.r {
	color:#ff8d00;
	background:transparent;
}

input,select,textarea {
	width:219px;
}

#submit, #clear {
	width:80px;
}

strong {
	color:#ce7e1f;
	background:transparent;
}