@charset "utf-8";
/*---------------------------------------------Imagine8 Design Studio default css stylesheet--------------------------------------------------*/

/*---------------------Common Layout styles-----------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 800px;
	background-color: #000000;
}
#wrapper {
	float: left;
	height: auto;
	width: 800px;
	padding-bottom: 50px;
}
#header {
	float: left;
	height: 75px;
	width: 800px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
#nav {
	float: right;
	color: #7c8348;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none;
	height: 64px;
	padding-top: 11px;
	width: 430px;
}
#nav a {
	color: #7c8348;
}

#nav li {
	float: left;
	list-style-type: none;
	padding-top: 50px;
	padding-left: 5px;
	padding-right: 10px;
}

#main {
	float: left;
	height: auto;
	width: 800px;
}
#lh_col {
	float: left;
	height: 550px;
	width: 370px;
}
#lh_col img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#rh_col {
	float: left;
	width: 344px;
	border: 1px solid #323A2A;
	color: #848483;
	font-size: 11px;
	font-family: tahoma;
	margin-top: 5px;
	padding-top: 42px;
	padding-right: 42px;
	padding-bottom: 0px;
	padding-left: 42px;
}
#rh_col h1 {
	font-size: 12px;
	color: #7F885B;
	padding-top: 7px;
}
#rh_col p {
	padding-top: 3px;
	padding-bottom: 3px;
}
#rh_col ul {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#footer {
	clear: left;
	float: left;
	height: 10px;
	width: 344px;
	padding-top: 32px;
	font-size: 10px;
	padding-bottom: 5px;
}






/*---------------------Common class's styles-----------------*/

.clear{
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.list {
	background-image: url(../images/div_1.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.box {
	float: left;
	height: auto;
	width: auto;
}
.width {
	width: 180px;
}
.paddingL {
	padding-left: 24px;
	float: left;
	padding-bottom: 24px;
}


a:link {
	color: #7c8348;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7c8348;
}
a:hover {
	text-decoration: underline;
	color: #7c8348;
}
a:active {
	text-decoration: none;
	color: #7c8348;
}
.menu {
	color: #6A7128;
}


/*---------------------Common text styles-----------------*/

.style1 {
	color: #75856e;
	font-size: 10px;
	font-family: tahoma;
}
.style2 {
	color: #2c3323;
	font-size: 11px;
	font-family: tahoma;
}
.style3 {
	color: #7c8348;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style4 {
	color: #848483;
	font-size: 11px;
	font-family: tahoma;
}
.style5 {
	color: #919760;
	font-size: 11px;
	font-family: tahoma;
}
.style6 {
	color: #7c8250;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none
}
.style7 {
	color: #98a470;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none
}
