﻿@charset "utf-8";
/* CSS Document */

html {
	text-align:center;
	background:#000 url(../images/bodybg.gif) repeat-x;
	height:100%;
}
body {
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	height:100%;
}
#wrapper {
	width:1000px;
	margin:0 auto;
}
#head {
	background: url(../images/headerbg.gif) no-repeat;
	height:130px;
}
#logo {
	width:600px;
	height:100px;
	float:left;
}
#logo a {
	text-indent:-9999px;
	display:block;
	width:400px;
	height:100px;
	margin-left:25px;
	background:url(../images/transparent.gif);
}
#menu {
	width:1000px;
	height:35px;
	background:url(../images/menubg.gif) repeat-x;
	text-align:center;
	
}
#menu ul {
	margin:0 0 0 50px;
	
}
#menu ul li {
	height:25px;
	float:left;
	border-left:1px solid #666;
	padding-left:30px;
 	margin-left:30px;
	display:inline;
}
#menu ul li:first-child {
 	border-left:none;
 }

#menu ul li a {
	height:40px;
	text-decoration:none;
	color:white;
	font-size:10pt;
	font-weight:bold;
	font-family: Tahoma, Geneva, sans-serif;
	line-height:25px;
}
#menu ul li a:hover {
	text-decoration:underline;
}
.content {
	padding:10px;
	margin-top:10px;
}
h2 {
	font-size:14pt;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	color:#FFF;
	margin:10px;
	text-align:left;
}
.slogan {
	font-size:14pt;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	color:#FFF;
	margin-left:70px;
	margin-top:0;
}

.contentleft {
	background:#3d3d3d;
	padding:10px;
	width:560px;
	float:right;
}
.content p {
	text-align:left;
	font-family:Helvetica , sans-serif;
	color:#fff;
	font-size:12pt;
	line-height:20px;
	margin:10px;
}
.contentright {
	width:330px;
	float:left;
	clear:none;
}
.contentcenter {
	width:700px;
	background:#3d3d3d;
	margin:0 auto;
}
.google {
	background:#3d3d3d;
	height:330px;
	padding:10px;
}

#footer {
	width:1000px;
	color:#444;
	font-size:10pt;
	font-weight:bold;
}
.addthis_button {
	float:right;
	margin-bottom:10px;
}
.adsense {
	width:300px;
	height:250px;
	background:#333;
	margin:10px;
	padding:10px;
}
.logomaker a{
	text-decoration:underline;
	color:#fff;
}
.logomaker a:hover {
	text-decoration:underline;
	color:#900;
}
.google1 {
	margin-top:10px;
	height:210px;
}.google2 {
	margin-top:10px;
	margin-bottom:10px;
}
/* Rounded-cornered divs -*/
			.roundedBox {position:relative; padding:20px;}
			
				/*- All the corners -*/
				.corner {position:absolute; width:20px; height:20px;background-image:url(../images/corner.gif);}
			
				/*- Each corner -*/
				.topLeft {top:0; left:0; background-position:-0px -0px;}
				.topRight {top:0; right:0; background-position:-20px -0px;}
				.bottomLeft {bottom:0; left:0; background-position:0px -20px;}
				.bottomRight {bottom:0; right:0; background-position:-20px -20px;}
.content img {
	margin-left:10px;
}
textarea {
	margin:10px;
}


#form {
	width:400px;
	height:260px;
	float:left;
	background:url(_images/formbg.gif) no-repeat;
	margin-left:20px;
	font-family:Verdana, Geneva, sans-serif;
	padding:10px;
	text-align:right;
	margin-top:10px;
}
#form input, #form textarea
{
	color: #ccc;
	background: #333;
	border: 1px solid #fff;
	font-weight:bold;
	margin:2px 20px 5px 0;
}
label
{
	color:#CCC;
	width: 60px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:80%;
}
.clearit {
	clear:both;
}
