@charset "UTF-8";
/* CSS Document */

@import "reset.css";
@import "type.css";
@import "sexyslider.css";
@import "modulestylesheets.css";

html {
	background:url(../images/bg.jpg) repeat;
	}

body {
	
	}

#bar {
	background:url(../images/top-bar.png) repeat-x;
	height:13px;
	}

#twitter {
	position:absolute;
	right:0;
	top:-3px;
	}

#twitter:hover {
	top:0px;
	} 

#back-button {
	position:absolute;
	left:-90px;
	bottom:100px;
	}
	
#back-button:hover {
	left:-1px;
	}
	
#wrapper {
	width:800px;
	margin:0 auto;
	}
	
#left-col {
	width:162px;
	float:left;
	margin-top:44px;
	}
	
#right-col {
	width:617px;
	float:left;
	margin-left:15px;
	padding-top:44px;
	}
	
#md-logo {
	margin-bottom:8px;
	}
	
#plantboxx-logo {
	margin-bottom:20px;
	}
	
#nav {
	background:url(../images/nav-bg.png);
	height:36px;
	width:520px;
	margin-top:10px;
	padding:4px 0 0 5px;
	}
	
#footer {
	clear:both;
	margin-bottom:80px;
	padding-top:10px;
	}

#recent {
	width:617px;
	height:74px;
	background:url(../images/recent.png) no-repeat;
	}

#recent2 {
	width:617px;
	height:47px;
	background:url(../images/recent2.png) no-repeat;
	}

#header {
	border:1px solid #bba300;
	}
	
#partners {
	margin:30px 0 10px 0;
	}
	
.col {
	width:301px;
	float:left;
	margin:15px 0;
	color:#b9b9a2;
	}

.col-heading {
	margin:10px 0;
	}

.spacer {
	margin-left:15px;
	}
	
.col-wrapper {
	background:#2c2c21;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	padding:10px;
	}
	
.thumb {
	margin:0 0 4px 4px;
	width:301px;
	height:121px;
	float:left;
	}
	
.form {
	background:url(../images/form-bg.jpg) repeat-x #323233;
	padding:15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	width:560px;
	margin:15px 0 15px 15px;
	}

.input-bg {
	background:url(../images/bg-input.png) no-repeat;
	height:60px;
	width:550px;
	}

.style-1 {
	color:#FFF;
	font-size:18px;
	border:none;
	background:url(../images/bg-input.png) no-repeat;
	height:40px;
	width:530px;
	padding:10px;
	}
	
.style-1:hover {
	background:url(../images/bg-input2.png) no-repeat;
	}
	
#CaptchaV2 {
	border:none;
	background:url(../images/captcha.png) no-repeat;
	height:37px;
	width:155px;
	color:#FFF;
	padding:0 5px 5px 8px;
	font-size:12px;
	}
	
.captcha-box {
	float: right; 
	width: 180px; 
	background: none repeat scroll 0% 0% #181818; 
	padding: 10px; 
	margin: 30px 10px 0 0; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	}
	
.form-comments {
	border:none;
	background:url(../images/multiline-input.png) no-repeat;
	height:137px;
	width:306px;
	color:#FFF;
	padding:10px;
	font-size:16px;
	}
	
#catwebformbutton {
	border:none;
	background:url(../images/send-button.png) no-repeat;
	height:45px;
	width:180px;
	color:#dfcc06;
	cursor:pointer;
	}
	
#wrapper-index-app {
	background:#E9D700;
	padding:4px 0 2px 0;
	}
