html, body {
	height:100%;
}

#nojs {
	font-size:large;
	color:red;
	background-color:yellow;
	border: none;
	padding:20px;
	margin-bottom:50px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
body {
	margin:0;
	padding:0;
	background:#ffffff url(Images/top.png) repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}

#corner {
  float:left;
}

#twitter {
  float:left;
  padding-left:20px;
}

form {
	margin:0;
	padding:0;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000000;
}

#purchase_reasons ul { 
  margin:0;
	padding-left:20px;
	list-style:none;
	line-height:32px;
}

#purchase_reasons li
{
  background:url(Images/green_tick.png) center left no-repeat;
	padding-left:38px;
}

img { border:0px; }

h1, h2, h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#2683D1;
}

h1 { font-size:3em; }

h2 { font-size:2em; }

h3 { font-size:1.5em; }

p, ul, ol {
	margin-bottom:1.8em;
	line-height:160%;
}

ul, ol { }

blockquote { }

a {
  color:#FFAB2F;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
  color:#FFD72F;
}

hr { display:none; }

#wrapper {
	height:100%;
	min-height:100%;
	background:url(Images/bottom.png) repeat-x left bottom;
}

html, body #wrapper {
	height:auto;
}

#menu {
	width:778px;
	height:57px;
	padding-top:10px;
	margin:0 auto;
}

#menu ul {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}

#menu li {
	display:inline;
}

#menu a {
	float:left;
	height:16px;
	padding:10px 15px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:smaller;
	font-weight:bold;
	background:#f8f8f8;
	color:#000000;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}

#menu a:hover {
	background:#FFAB2F;
	color:#000000;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}

#menu .current_page_item a {
	background:#FFAB2F;
	color:#ffffff;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}

#logo {
	width:778px;
	height:180px;
	margin:0 auto;
	color:#000000;
  position:relative;
  text-align:justify;
}

#logo img {
	padding-left:20px;
}

#logo .button img {
	margin-left:0px;
}

#logo h1, #logo h2 {
	float:left;
	margin:0;
}

#logo h1 {
  position:absolute; left:155px; top:0px;
	padding:25px 0 0 20px;
	letter-spacing:-2px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:36px;
  color:#ffffff;
}

#logo h2 {
  position:absolute; left:165px; top:30px;
	padding:36px 0 0 10px;
	letter-spacing:-1px;
	font-weight:normal;
	font-size:16px;
  color:#ffffff;
	margin-right:20px;
}

#logo a {
	text-decoration:none;
	color:#000000;
}

#page {
	width:778px;
	margin:0 auto;
	padding:20px 0;
}

#bigcontent {
	float:left;
	width:778px;
}

#mediumcontent {
	float:left;
	width:494px;
}

#smallcontent textarea {
	width:100%;
}

#smallcontent {
	float:right;
	width:284px;
}

#bottomcontent {
	float:left;
	width:778px;
}

.post {
	padding-bottom:20px;
}

.post h2 {
	margin:0;
	padding:5px 20px;
	letter-spacing:-2px;
}

.post h2 a {
	text-decoration:none;
	color:#2683D1;
}

.post .text {
	padding:10px 20px 0 20px;
  text-align:justify;
}

#sidebarbox {
	float:right;
	width:260px;
}

#sidebar {
  border:1px solid #2683D1;
  padding-bottom:20px;
  margin-bottom:20px;
}

#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar li {
	margin-bottom:20px;
}

#sidebar li ul {
	padding:20px;
}

#sidebar li li {
	margin:0;
}

#sidebar p {
	padding:0 20px;
}

#sidebar h2 {
	height:29px;
	margin:0;
	padding:9px 0 0 20px;
	background:#2683D1;
	/*border:1px solid #FFAB2F;*/
	font-size:1.4em;
	font-weight:normal;
	color:#ffffff;
}

#sidebar img {
  padding:20px;
  padding-bottom:0px;
}

#footer {
	clear:both;
	padding:10px;
	font-size:small;
}

#footer p {
	margin:0;
	text-align:center;
	line-height:normal;
}

#features {
	text-align:left;
}

#features td {
	padding-bottom:20px;
	padding-right:10px;
}

.bluebox
{
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:#2683D1;
	background-color:#EAEAEA;
	width:433px;
}		