@charset "utf-8";
/***********************************************
* Author: Kufojanakis Spiro
* URL: www.DesignSpiro.com
* Created for: http://www.thebatteryprofessionals.com			   
***********************************************/

html, body {
	margin:0px;
	padding:0px;
	font:12px Arial, Helvetica, sans-serif;
	color:#717171;
	line-height:1.8em;
	background:url(images/background.gif) 0px 0px;
}

a img {
	border:none;
}

h2 {
	padding:0px;
	margin:20px 0px 10px 0px;
}

.hr {
	width:533px;
	margin:0px auto;
	height:2px;
	border-top:1px dashed #CCCCCC;
	margin-top:13px;
}

.center {
	position:relative;
	display:block;
	text-align:center;
}

.color-blue {
	color:#6699ff;
}

.style4 {color: #0099FF}

.style8 {
	font-size: 14px;
	color: #999999;
}
.style10 {
	font-size: 16px;
	color: #0099FF;
}

#container {
	position:relative;
	width:800px;
	min-height:500px;
	padding:10px;
	background:#808080;
	margin:0px auto;
}

#animation {
	position:relative;
	width:800px;
	height:250px;
	margin:0px auto;
	z-index:0;
}

#navigation {
	position:absolute;
	top:253px;
	left:10px;
	margin:3px auto;
	width:800px;
	height:21px;
	background:url(images/linkbg.gif) no-repeat;
	padding-top:7px;
	font-size:14px;
	text-align:center;
	color:#fff;
	line-height:1.0em;
	border-bottom:3px solid #808080;
	z-index:99;
}

#navigation a {	
	color:#FFFFFF;
	text-decoration:none;
	padding:3px;
	height:40px;
}

#navigation a:hover {
	background:#fefefe;
	padding:3px;
	background:url(images/bkg-button.png) repeat-x;
}

#content .private {
	position:relative;
	border:2px dashed #4390be;
	padding:10px;
}

#content .private .logout a{
	position:absolute;
	top:-13px;
	right:17px;	
	height:19px;
	background:#990000;
	padding:1px 5px 3px 5px;
	color:#FFFFFF;
	font-weight:bold;
	background:url(images/bkg-button.png) repeat-x;
}

#content {
	margin:0px auto;
	width:714px;
	min-height:300px;
	background:#FFFFFF;
	padding:20px 43px 5px 43px;
	margin-top:27px;
}

.email {
	text-align:center;
}
.email a{
	color:#518fcc;
	font-size:13px;
}

#footer {
	background:#000000;	
	text-align:center;
	font-size:11px;
}

#footer a {
	margin:0px 5px 0px 5px;
	color:#FFFFFF;
	text-decoration:none;
	padding:2px;
}

#footer a:hover {
	background:url(images/bkg-button.png) repeat-x;
}

#copyright {
	font-size:11px;
	line-height:1.3em;
	text-align:center;
	color:#333333;
	margin-top:5px;
}

#copyright a{
	color: #0099FF
}

#counter {
	position:relative;
	margin:0px auto;
	display:block;
	width:109px;
	height:34px;
}

#counter a{
	float:left;
}

#dsform{
	position:relative;
	margin:0px auto;
	width:367px;
	height:147px;
	border:2px dashed #4390be;
	text-align:center;
}


#dsform .dstitle{
	position:absolute;
	top:-13px;
	left:8px;	
	height:19px;
	background:#990000;
	padding:1px 5px 3px 5px;
	color:#FFFFFF;
	font-weight:bold;
	background:url(images/bkg-button.png) repeat-x;
}

#dsform .dserror{
	position:absolute;
	display:block;
	top:83px;
	left:230px;
	font-size:10px;
	color:#FFFFFF;
	background:#CC3300;
	min-width:83px;
	min-height:21px;
}
