/*
Project: Branded Camp Services
Author:  Henry Kong
File:    start.css
Contact: jayeeyee@gmail.com
*/

a:hover {
	text-decoration: underline;
	color: #a10000;
}

body {
	background-color: #f6f6f6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
#menutop {
	background-image: url(../images/menu_top_bg.gif);
	background-repeat: repeat-x;
	height: 53px;
}
#menudiv {
	width: 861px;
	height: 53px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 191px;
	width: 1021px;
}
#header IMG{
	margin-left: 80px;
	margin-top: 46px;
}
#header_bg {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	height: 191px;
}

/* BEGING RIGHT CONTENT */
#clientstitle {
	padding-top: 50px;
}
#clients {
	padding-top: 15px;
}
#clients IMG{
	margin-bottom: 5px;
	margin-top: 5px;
}
/* END RIGHT CONTENT */

/* BEGIN MAIN */
#divmain {
	width: 861px;
}
#container {
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: #f6f6f6;
	width: 611px;	
}
#container P {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #606060;
	text-align: justify;
}
#container TABLE {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #606060;
	text-align: justify;
	margin-bottom: 20px;
}
#container TD {;
	padding-top: 20px;
}
/* END MAIN */

/* BEGIN FOOTER */
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 166px;
	width: 1021px;
}
#footer_bg {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 166px;
	margin-top: 100px;
}
#footercopy {	
	width: 861px;
	height: 28px;
	text-align: right;
	padding-right: 3px;
	padding-top: 12px;
}
#footercopy SPAN {
	font: 11px Arial, Helvetica, sans-serif;
	color: #919191;
}
/* END FOOTER */

/* START DHTML DROPDOWN */
#dropmenudiv {
	position: absolute;
	border-bottom-width: 0;
	font: 11px Arial;
	line-height: 14px;
	padding: 5px;
	z-index: 100;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	color: #F0F0F0;
	padding: 5px 0;
	text-decoration: none;
}
#dropmenudiv a:hover { /*hover background color*/
	color: #66d9ff;
	background-color: #2c3b4a;
	text-decoration: none;
}
/* END DHTML DROPDOWN */