/* CSS Document */

body {
	margin: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	background-color: #dedcce
}

hr {
	border: thin solid #dcdcdc
}

del {
	font-family: arial;
	font-size: 11px
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #9b3300;
	font-size: 11px;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #f35000;
	font-size: 11px;
}

table, tr, td {
	border-collapse : collapse; 
	font-size : 11px; 
	font-family : verdana; 
}

input, select, textarea {
	border: 1px solid #999999; 
	font-size: 10px; 
	background-color: #ffffff;
	color: #6c6c6c; 
	font-family: verdana;
	padding: 3px
}

select, option {
	color: #000000;
	padding: 1px
}

input.button {
	font-weight:bold;
	padding: 3px;
	cursor: pointer;
	font-family: verdana;
	font-size: 11px;
	background-color: #fda100; 
	color: #FFFFFF; 
	border: 1px outset #fd8f00;
}

input.button:hover {
	color:#ffffff;
	border: 1px outset #fda100;
	background-color: #fd8f00
}

.required {
	color: red
}

.quickcontact {
	text-align: center;
	line-height: 18px
}

.whyus {
	background-image: url(../images/back-whyus.jpg); 
	background-repeat: no-repeat; 
	min-height: 425px;
	padding: 15px;
	padding-top: 65px;
	line-height: 18px
}

.lists {
	padding-left: 30px;
	background-image: url(../images/bulletarrow-black.gif);
	background-position: 7px 15px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #c4c4c4;
	padding-top: 8px;
	padding-bottom: 8px
}

.infobox {
	padding: 10px;
	background-color: #efefef;
	border: 1px dotted #c4c4c4;
	width: 400px
}

.gallerybox {
	width: 175px; 
	padding: 5px; 
	text-align: center; 
	height: 160px; 
	border: 1px dotted #c4c4c4; 
	background-color: #FFFFFF; 
	line-height: 16px; 
	float: left; 
	margin-right: 8px; 
	margin-left: 3px; 
	margin-bottom: 15px
}

.pagination {
	padding: 7px; 
	border-top: 1px solid #c2c2c2; 
	font-size: 10px;
	text-align: center
}

.warnbox {
	border: 1px solid #ffeba2;
	background-image: url(../images/warn-back.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 30px 5px 20px 33px;
	text-align: left
}

