@charset "UTF-8";

/* Main */

* {
	margin : 0;
	padding : 0;
}

body {
	padding:0px; 
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size:14px;
	color:#585858;
}

#wrapper {
 margin: auto; 
 width: 960px;
}
 
a img { 
  border:0px; 
}

a {
	color:#94CA3D;
	text-decoration:none;	
}

a:hover {
	color:#000;
	text-decoration:underline;	
}


a.button {
	padding:3px;
	padding-left:10px;
	padding-right:10px;	
	background-position: top;
	color: #000000;
	text-decoration: none;
	border:1px solid #C3FF68;
	font-weight:bold;	
	line-height:20px;
	background-color:#C3FF68;
	background-repeat:repeat-x;
}

a.button:hover {
	border:1px solid #000000;
	background-color: #000000;	
	color:#ffffff;
}

a.button {
	padding:3px;
	padding-left:10px;
	padding-right:10px;	
	background-position: top;
	color: #000000;
	text-decoration: none;
	border:1px solid #C3FF68;
	font-weight:bold;	
	line-height:20px;
	background-color:#C3FF68;
	background-repeat:repeat-x;
}

a.button:hover {
	border:1px solid #000000;
	background-color: #1e1e1e;	
	color:#ffffff;
}

a.button2 {
	padding:3px;
	padding-left:10px;
	padding-right:10px;	
	background-position: top;
	color: #000000;
	text-decoration: none;
	border:1px solid #C3FF68;
	font-weight:bold;	
	line-height:20px;
	background-color:#C3FF68;
	background-repeat:repeat-x;
}

a.button2:hover {
	border:1px solid #ffffff;
	background-color: #ffffff;	
	color:#000000;
}

#sidebar a.button3, #sidebar-2 a.button3 {
	padding:3px;
	padding-left:10px;
	padding-right:10px;	
	background-position: top;
	color: #000000;
	text-decoration: none;
	border:1px solid #ffffff;
	font-weight:bold;	
	line-height:20px;
	background-color:#ffffff;
	background-repeat:repeat-x;
	text-align:center;
}

#sidebar a.button3:hover, #sidebar-2 a.button3:hover  {
	border:1px solid #C3FF68;
	background-color: #C3FF68;	
	color:#000000;
}

input.submit, form.regular_form input.submit {
	padding:3px;
	margin-left: 100px;
	padding-left:10px;
	padding-right:10px;	
	background-position: top;
	color: #000000;
	text-decoration: none;
	border:1px solid #C3FF68;
	font-weight:bold;	
	line-height:20px;
	background-color:#C3FF68;
	background-repeat:repeat-x;
  cursor: hand;
  cursor: pointer;
}

input.submit:hover, form.regular_form input.submit:hover {
	border:1px solid #000000;
	background-color: #000000;	
	color:#ffffff;
}

input {
	font-family: Georgia, "Times New Roman", Times, Serif;
}

form fieldset {
	border:#fff;
  padding: 0;
  margin:0px; 
  width: 700px;
  }

label {
  float: left;
  width: 100px;
}

.notes {
  margin-top: 10px;
  margin-left: 100px;
}
/* Header */

#header {
	width:960px;
	position:relative;
}

ul#main_menu {
	margin:0px;
	padding:0px;
	position:absolute;
	right:0px;
	top:80px;
	font-size:15px;
}

ul#main_menu li {
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}

ul#main_menu li a {
	color:#5c5c5c;
	margin-left:4px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
}

ul#main_menu li a.active, ul#main_menu li a:hover {
	background-color:#C3FF68;
	color:#000000;
}

ul#main_menu li a.members_button {
	background-color:#333;
	color:#fff;
}

ul#main_menu li a:hover.members_button {
	text-decoration: underline;
}

ul#main_menu li a.join_button {
	background-color:#FF985E;
	color:#000000;
}

ul#main_menu li a:hover.join_button {
	text-decoration: underline;
}

ul#footer_menu {
	margin:0px;
	padding:0px;
	right:0px;
	font-size:11px;
}

ul#footer_menu li {
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}

ul#footer_menu li a {
	color:#333;
	margin-left:4px;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
}

ul#footer_menu li a:hover {
	text-decoration: underline;
}

/* Content */

#panel {
	background:#000000;
	height:83px;
	width:960px;	
	position:relative;
}

#panel h1 {
	position:absolute;
	left:26px;
	top:34px;
	color:#ffcf26;
	font-size:23px;
	margin:0px;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif
}

#panel big {
	position:absolute;
	left:26px;
	top:18px;
	color:#ffffff;
	font-size:14px;
	font-style:italic;	
}

#panel_base {
	background:#000000; 
	height:10px;
	width:960px;
	position:relative;
}


#panel_home {
	background:#000000; 
	height:325px;
	width:960px;
	position:relative;
}

#panel_home #text {
	position:absolute;
	left:200px;
	top:210px;
	width:450px;
	line-height:20px;
	color:#7b7b7b;
}

#panel_home h2 {
  	color:#ffffff;
  	font-weight:normal;
  	line-height:23px;
}

#work_example {
  padding-top: 30px;
  padding-left: 40px;
  
}

#work_example img{
 display: inline;
}

#work {
  text-align: center;
}

#work img {
  border: 13px solid #C3FF68;
	
}

#content {
	width:640px;
	line-height:22px;
}

#content_base {
	width:960px;
	line-height:22px;
}

#page_content {
	padding:26px;
	width:600px;
	line-height:22px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size:14px;
	color:#585858;
}

#page_content ul li, #page_content ol li { margin:0px; margin-bottom:15px; }

#page_content h1 {
	margin-bottom:20px;
}

#page_content h2 {
	margin-top:20px;
	margin-bottom:20px;
}

#page_content h3  {
	margin-top:30px;
	margin-bottom:20px;
	padding-top:20px;
	border-top: 1px solid #dddddd;	
}

#page_content_base {
	padding:26px;
	width:920px;
	line-height:22px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size:14px;
	color:#585858;
}

#page_content_base ul li, #page_content_base ol li { margin:0px; margin-bottom:15px; }

#page_content_base h1 {
	margin-bottom:20px;
}

#page_content_base h2 {
	margin-top:20px;
	margin-bottom:20px;
}

#page_content_base h3  {
	margin-top:30px;
	margin-bottom:20px;
	padding-top:20px;
	border-top: 1px solid #dddddd;	
}
#column1 {
	width:280px;
	float:left;
	min-height: 200px;	
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size:14px;
	color:#585858;padding:20px;	
}

#column2 {
	width:290px;
	float:left;
	min-height:200px;
	padding:20px;
	padding-right:0px;
	padding-left:30px;
  font-family: Georgia, "Times New Roman", Times, Serif;
	font-size:14px;
	color:#585858;
}

#column3 {
	width:280px;
	float:left;
	min-height: 200px;	
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size:14px;
	color:#585858;padding:20px;	
}

#column4 {
	width:290px;
	float:left;
	min-height:200px;
	padding:20px;
	padding-right:0px;
	padding-left:30px;
  font-family: Georgia, "Times New Roman", Times, Serif;
	font-size:14px;
	color:#585858;
}

#column1 h2, #column2 h2, #column3 h2, #column4 h2 {
	font-size:20px;
	line-height:20px;
}


#columnContainer {
  float: left;
	width:620px;
	border:1px solid #6a6a6a;
	background: #C3FF68;
	padding: 5px;
	margin-right:10px;
}

.column {
	float: left;
	width: 196px;
	padding-left: 5px;
	padding-right: 5px;
	background: #fff;
	min-height: 250px;	
	overflow: hidden;
}

.what {
	float: left;
	width: 610px;
	padding-left: 5px;
	padding-right: 5px;
	background: #fff;
	min-height: 250px;	
}

h2 {
	font-size:24px;
	line-height:30px;
	color:#2d2d2d;
	margin:0px;
	margin-bottom:20px;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif
}

h3 {
	font-size:20px;
	line-height:24px;
	color:#1d1d1d;
	margin:0px;
	margin-bottom:20px;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
}

p {
	margin:0px;
	margin-bottom:15px;
}

#guarantee { 
  position:relative; 
  left:-50px; 
  float:left; 
  margin-right:-40px; 
  margin-bottom:20px;
  }

#about_logomonsters { 
  float:right; 
  }


/* Sidebar */


#sidebar {
  position: relative;
  float:right;
  display: inline;
  margin: -1610px 20px 15px 20px;
  padding:10px;
	width:270px;
  font-family: Georgia, "Times New Roman", Times, Serif;
	font-size:14px;
	background: #F5F2C4;
}

#sidebar-2 {
  position: relative;
  float:right;
  display: inline;
  margin: -1442px 20px 15px 20px;
  padding:10px;
	width:270px;
  font-family: Georgia, "Times New Roman", Times, Serif;
	font-size:14px;
	background: #F5F2C4;
}

#side_panel {
	background:#1e1e1e;
	font-size:14px;
	line-height:20px;
	color:#7b7b7b;
	padding-top:12px;

}

#side_panel.home {
	padding:22px;
	min-height:380px;	
}

#side_panel h2 {
	color:#ffffff;
	font-weight:normal;
	text-align:center;
	line-height:23px;
}

#side_panel h2 em {
	color:#C3FF68;
}

#side_panel a { 
  color:#bb9633; 
  text-decoration:none;
  }

#side_panel a:hover { 
  color:#ffc600;
  }

#side_panel strong { 
  font-weight:normal; 
  color:#ffffff; 
  }

#side_panel input.text {
	background-color:#4b4b4b;
	padding:3px;
	border:1px solid #6a6a6a;
	color:#cccccc;
}

#eden {
	margin-top:10px;
}

#side_panel h3 {
	padding-left:18px;
	margin:0px 0px 5px 0px;
	color:#ffc600;
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif
}

ul.side_menu {
	margin:0px; padding:0px;
	margin: 0px 0px 20px 0px;
	border-top:1px solid #4a4a4a;	
}

ul.side_menu li {
	list-style:none;
	margin:0px; padding:0px;
}

#side_panel ul.side_menu li a {
	display:block;
	color:#ffffff;
	padding:4px 8px 4px 18px;
	border-bottom:1px solid #4a4a4a;
	background-color:#2d2e2e;
}

#side_panel ul.side_menu li a:hover {
	background-color:#101010;

}

#side_panel ul.side_menu li a.active {
	color:#ffffff;
}

.quotes {
	position:absolute;
	left:710px;
	top:430px;
	width:300px;
}

#footer{
  border-top: 1px solid #000;
  text-align: center;
  margin-top: 30px;
  height: 40px;
  line-height: 30px;
  width: 100%;
  float: left; /* like <tr> */
  background:#fff;
}

#footer p{
	margin: 0;
}

#footer .first {
	padding:3px;
	padding-left:10px;
	padding-right:10px;	
	background-position: top;
	color: #000000;
	text-decoration: none;
	border:1px solid #C3FF68;
	font-weight:bold;	
	line-height:20px;
	background-color:#C3FF68;
	background-repeat:repeat-x;
	}
	
#footer, #footer a{
	color: #666;
}

#twitter_div ul{
  list-style:none;
	overflow: hidden;
}

.greyhighlight {background-color: #f2f2f2; padding: 15px;}

.google_ads {
	text-align: center;
	margin: 10 auto;
}
