body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

body {
  background: #000;
  color: #324F6A;
  font: 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;	
  text-align: center;
  margin-top: 0px;
}

/* links  */

a {
  color: #7C90A1;
  text-decoration: underline;
}
a:hover { color: #234466; }

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */

.error { color: red; }

/* page structure & layout */

#page {
  background: #000;
}
#headerwrapper {
  height: 143px; 
  position: relative;  
  margin: 0 auto; 
  background: red; 
  background:url('images/background.gif');
  text-align: center;
 }

#header {	
	position: relative;  
	margin: 0 auto; 
	width: 765px; 
	background: blue; 
	height: 143px; 
	background: url('images/header.png');
}
#nav {
  bottom: 0;
  font-size: 1.7em;
  position: absolute;
  right: -20px;
  top: 30px;	
}
#tag {
  font-size: 2em; 
  postition: absolute; 
  margin-top: 108px; 
  margin-left: 20px; 
  color:#000;
}
#breadcrumb {
  background: #87BCD8;
  border-bottom: 2px solid #90C7E4;
  color: #4C7897;
  font-size: 1.2em;
  height: 46px;
  position: relative;
}
#info {
  background: #76AAC9; 
  border-bottom: 3px solid #93CCEA;
  color: #E4EEF4; 	
  font-size: 1.2em;
  line-height: 2.0em;	
  position: relative;
  padding: 20px 230px 20px 30px;
}
#contentwrapper {
  position: relative;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
#main {
	position: relative;  
	margin: 0 auto;
	width: 765px; 
	display: inline-block;
	text-align: center;
    border:0px solid red;
}
#homemain {	
  position: relative;
  margin: 0 auto;
  margin-top: 8px;
  color: #fff;
  height: 289px;
  width: 765px;
  background:url('images/home.jpg');
  background-repeat: no-repeat;
  border:0px solid pink;
  text-align: left;
}
#homecontent {	
  position: relative;
  margin: 0 auto;
  color: #fff;
  height: 289px;
  width: 765px;
  background:url('images/home.jpg');
  background-repeat: no-repeat;
}
#homemaintext {	
  position: absolute;
  right: 60px;
  top: 220px;	
  color: #fff;
  font-size: 1.4em;
  text-align: right;
}
#homemaintext h1 {	
  font-size: 1.7em;
  padding-bottom: 10px;
}
#featureswrapper {
  position: relative;  
  margin: 0 auto;
  width: 765px; 
  display: inline-block;
  float: center;
  border:0px solid green;
  left:10px;
}
#features {	
  position: relative;
  margin: 0 auto;
  color: #fff;
  border: 0px solid #000;
  font-size: 1.4em;
  height: 217px;
  width: 220px;
  padding: 15px 15px 0px 15px;
  background:url('images/home_feature.jpg');
  background-repeat: no-repeat;
  float: left;
  display: inline;
  text-align: left;
}
#features h1 {	
  font-size: 1.5em;
  padding-bottom: 10px;
}
#content {
  color: #363636;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 20px 20px 20px 20px;
  position: relative;  
  margin: 0 auto; 
  width: 500px; 
  float:left;
  text-align: left;
}
#sidebar {
  position: relative;  
  margin: 0 auto; 
  width: 180px; 
  background: #fff;
  color: #4B798B;
  float: right;
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 20px 20px 20px 20px;
  text-align: left;
}
#footerwrapper {
  margin: 0 auto;
}
#footer {
  color: #fff;
  font-size: 1.1em;
  width: 765px;
  margin: 0 auto;
  padding: 5px 0 0 0;
}
/* header */

#header h1 {
  font-size: 4.0em;
  position: absolute;
  margin: 30px 0 0 0;
  left: 0;
}
#header h1 a {
  color: #9ca9b7;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
  text-decoration: none;
}
#header h1 a:hover {color: #fff;}
#header h1 span {
  color: #fff;
  font-size: 18px;
}

/* navigation 

#nav ul {
  display: inline;
}
#nav li {
  display: block;
  float: left;
  list-style: none;
}
#nav li a {
  background: #000;
  color: #fff;
  display: block;
  margin: 0 2px 0 2px;
  line-height: 1.6em;
  padding: 4px 10px 4px 10px;
  text-align: center;
  text-decoration: none;
}
#nav li a:hover,
#nav li a.current { background: #6c6c6c; }
*/

/* breadcrumb */

#breadcrumb a {
  color: #4c7897;
  text-decoration: none;
}

/* info */

#info a {
  color: #E4EEF4;
}

/* content */

#content h2 {
  color: #00aeef;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.7em;
  font-weight: normal;
  padding: 0 10px 10px 0;
  margin-bottom: 10px;
}
#content h2 a {
  color: #76aac9;
  text-decoration: none;
}
#content h2 a:hover {
  color: #7C90A1;
}
#content h3, #content h4 {
  background: none;
  border-bottom: 1px solid #dfe3e4;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}
#content p {
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
#content ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}
#content ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}
#content ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}

/* secondary content */

#sidebar h2, #sidebar h3 {
  color: #00aeef;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.7em;
  line-height: 1.8em;
  font-weight: normal;
  padding: 0;
  margin-bottom: 10px;
}
#sidebar p { margin: 0; }
#sidebar ul {
  margin: 0px 0 0px 0px;
}
#sidebar ul li {
  line-height: 2em;
  list-style: none;
}	
#sidebar a {
  font-size: 1.5em;
  color: #4B798B;
  text-decoration: none;
}
#sidebar a.contact {
  font-size: 1.2em;
  color: #4B798B;
  text-decoration: none;
}
#sidebar a:hover { color: #231f20; }


/* footer */
#footer ul {
  padding: 0px 5px 0px 0px;
  list-style-type:none;
}
#footer a { 
  color: #fff;
  text-transform:uppercase;
  padding:5px;
  text-decoration: none;
}
#footer a:hover {
  color: #00ff00;
}
#footer p {
  color: #6c6c6c;
  font-size: 1em;
  line-height: 1.5em;
  padding: 5px 0px 0px 5px;
}
/* misc */

a img { border: none; }
acronym { cursor: help; }
blockquote {
  background: url(quote.gif) no-repeat 10px 0;
  color: #76aac9;
  border-left: 2px solid #76aac9;
  line-height: 1.5em;
  margin: 0 10px 20px 10px;	
  padding: 0 10px 0 10px;
}
hr, .hide { display: none; }
.show { display: inline; }
hr { color:##dfe3e4; }

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }

/* classes */

#right {
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  float: right;
  padding: 5px;
  padding-right: 20px;
  text-align: left;
}
#left {
  float: left;
  padding: 5px;
  text-align: left;
}

/* comment */
.comment-form-body {
  width: 450px;
}

/* form  */

.tbContactform
{
	margin-left: 50px;
}

.tbContactform .antispam {
	 display:  none;
	 visibility: hidden;
}

.tbContactform label {
	 width:  95px;
	 display:  inline-block;
	 vertical-align: top;
	 clear: both;
	 font-weight: bold;
}

.tbContactform input.text,
.tbContactform textarea {
	 width:  225px;
	 padding: 2px;
}

.tbContactform textarea {
	 height:  115px;
	 font: 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.tbContactform input.submit
{
	display: block;
	margin-left: 150px;
	width:  auto;
}

.tbContactform .tbErrors p
{
	color: #FF0000;
	line-height: 16px;
}

textarea 
{
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
 }


/* Tag Cloud */
#cloud a.tag1 { font-size: 8pt; font-weight: 100; }
#cloud a.tag2 { font-size: 10pt; font-weight: 200; }
#cloud a.tag3 { font-size: 12pt; font-weight: 300; }
#cloud a.tag4 { font-size: 14pt; font-weight: 400; }
#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
#cloud { padding: 2px; line-height: 2em; text-align: center; text-align:justify}
#cloud a { padding: 0px; color: ##7e7e7e; font-family: Arial, Helvetica, sans-serif; text-decoration:none;}
#cloud { padding:10px; padding-top:0px; width:460px; text-align:justify}
#cloud li { display: inline; }