body {
	padding: 5px 0 0 0;
	margin: 20px;
	font: 76% tahoma, verdana, sans-serif;
	background: #e0e0e0;
	color: #303030;
}
a {
	color: #3B5998;;
	text-decoration: none;
	border-bottom: 1px dotted #505050;
}

a:hover {
	color: #303030;
	text-decoration: none;
	border-bottom: 1px solid #505050;
}

h1 {
	margin: 0 0 20px 0;
	font-size: 2.2em;
	font-weight: bold;
	color: #9BBB38;
}

h2 {
	margin: 0 0 12px 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #9BBB38;
}

h3 {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #9BBB38;
}

p {
	margin: 0 0 15px 0;
	line-height: 1.5em;
	text-align: left;
}

a img {
	border: 0;
}

/* Main container */
#container {
	margin: 0 auto 20px auto;
	width: 730px;
	padding: 5px 20px 20px 20px;
	background: #fff;
	border-top: 5px solid #3B5998 ;
	border-bottom: 5px solid #3B5998 ;
}

/* Site title section */
#header {
	
}

#logo {
	margin: 0px 0 2px 0;
	border: none;
	margin-left: 0px;
	height: 90px;
	float: left;
	color: #3B5998;
	/*background-color: #ADCF7A;*/ /*background-color:  #3B5998;*/	
}

#topmenubar {
	clear: both;
	border: none;
	float: right;
	font-size: 1.0em;
	font-weight: bold;
	color: #3B5998;
	margin-top: 30px;
	margin-right: 30px;
}

#topmenubar a:hover {
	border-top: 2px;
}

.toplink {
	color: #3B5998;
}

#logo  a {
	color: #505050;
	border: none;
	text-align: center;
}

#logo a:hover {
	color: #9BBB38;
	text-decoration: none;
}


/* Navitab menu */
#navitabs {
	clear: both;
}

.navitab {
	padding: 4px 8px 4px 8px;
	margin: 0 0 4px 0;
	text-decoration: none;
	font-size: 1.0em;
	background: #3B5998 url(images/corner.gif) top right no-repeat;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
}

.navitab:hover {
	text-decoration: none;
	background: #9BBB38 url(images/corner.gif) top right no-repeat;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

.activenavitab {
	padding: 4px 8px 5px 8px;
	color: #ffffff;
	margin: 0 0 5px 0;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	background: orange url(images/corner.gif) top right no-repeat;
}

.activenavitab:hover {
	text-decoration: none;
	color: #ffffff;
}

/* Header description */
#desc {
	height: 200px;
	color: #ffffff;
	padding: 0;
	clear: both;
	margin: 5px 0 15px 0;
}

#desc p {
	width: 290px;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0 0 0 15px;
}

#desc h2 {
	padding: 15px 15px 0 15px;
	color: #ffffff;
}

#desc a {
	color: #ffffff;
	text-decoration: none;
	border-color: #ffffff;
}

/* Main content */
#main {
	width: 730px;
	float: left;
	padding: 0 15px 0 0;
	margin: 0;
	border-right: 0px solid #d8d8d8;
}

/* Sidebar */
#sidebar {
	width: 0px;
	float: right;
}

#sidebar p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 15px 0;
}

/* Footer */
#footer {
	clear: both;
	padding: 0;
	margin: 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 2px solid #3B5998;
}

#spacer {
	border-bottom: 2px solid #3B5998;
	margin: 2px;
	width: 650px;
}

#footer a {
	color: #808080;
}

#footer a:hover {
	color: #303030;
}

#footer p {
	color: #808080;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 15px 0 0 0;
	padding: 0;
}

/* Various classes */
.photo {
	padding: 2px;
	margin: 0 5px 8px 0;
	background-color: #f0f0f0;
	border: 1px solid #d8d8d8;
	float: left;
}

.right {
	margin-top: -8px;
	text-align: right;
}

.block {
	background: #f0f0f0;
	padding: 10px;
}

.sidelink {
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	display: block;
	width: 140px;
	background: #3B5998 url(images/corner.gif) top right no-repeat;
	padding: 3px 4px 3px 8px;
	margin: 5px 10px 5px 0;
	border: none;
	color: #ffffff;
}

.active-sidelink {
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	display: block;
	width: 140px;
	background: #9BBB38 url(images/corner.gif) top right no-repeat;
	padding: 3px 4px 3px 8px;
	margin: 5px 10px 5px 0;
	border: none;
	color: #ffffff;
}


.screenshots{
	width: 500px;
}
.spacer{	
	margin:2px;
}
.screenshots-sb{
	border-left: 1px dotted #d8d8d8;
	padding: 3px 4px 3px 8px;
	width: 150px;
	margin-bottom: 200px; 
}
.sidelink:hover {
	background: #9BBB38 url(images/corner.gif) top right no-repeat;
	text-decoration: none;
	border: none;
	color: #ffffff;
}

.active-sidelink:hover {
	background: #9BBB38 url(images/corner.gif) top right no-repeat;
	text-decoration: none;
	border: none;
	color: #ffffff;
}

.error {
	color: red;
}

.hide {
	display: none;
}

/* Tables and forms */ /*
table {
	border-collapse: collapse;
	line-height: 1.3em;
	width: 95%;
	margin: 0 0 16px;
	padding: 0;
}
*/
caption {
	font-size: 1.5em;
	font-weight: 400;
	margin: 0;
	padding: 6px 0 8px;
	text-align: left;
}

/*
th {
	background: url(img/menubg2.gif) repeat-x bottom left #eaeaea;
	color: #505050;
	padding: 7px;
	text-align: left;
}*/ /*td {
	color: #3B5998;
	font-size: 0.9em;
	padding: 2px;
	text-align: left;
}*/
input,textarea {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 4px;
}

select {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 4px;
	border: 2px inset #ccc;
}

.text {
	border: 2px inset #ccc;
	color: #3B5998;
}

.button {
	border: 2px solid #ccc;
	width: 75px;
	background: #3B5998;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
}

.button2 {
	border: 1px solid #ccc;
	background: #3B5998;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px;
	width: 150px;
}

.button2:hover{
	border: 1px solid #ccc;
	background: #3B5998;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px;
	width: 150px;
}


.buttonUpload {
	border: 2px solid #ccc;
	width: 150px;
	background: #3B5998;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
}

label {
	margin: 2px;
	color: #3B5998;
	font-weight: bold;
}

input {
	width: 200px;
}

.file {
	width: 400px;
}

textarea {
	width: 400px;
}

.title {
	color: orange;
	font-size: 1.3em;
}

#address {
	/*background: #f0f0f0;*/
	padding: 10px;
	font-weight: bold;
	font-size: 1.1em;
	color: #3B5998;
}

#address1 {
	float: left;
}

#address2 {
	float: right;
}

#more{
	margin-left:100px;
	font-style: bold;
	font-size: 1.4em;
}
#ruler{
	height: 3px;
	background:#3B5998;
	margin-bottom:3px;
	margin-top:6px;
	width:100%;
}