/* [html] */

body, h1, h2, h3, h4, h5, h6, p, div, form, dl, dt, dd, ul, li, ol, img {
	margin:0;
	padding:0;
	border:0;
}
body {
	font:70%/170% Verdana, Arial, Helvetica, sans-serif;
	background:#DDE2C0 url(images/bg.gif) repeat-x;
	color:#666666;
	margin:30px 0;
	text-align:center;
}
p, h2, h3, h4 {
	margin:15px 0;
}
h2 {
	font:125%/135% Tahoma, Arial, Helvetica, sans-serif;
	padding:0 0 6px;
	font-weight:bold;
	border-bottom:1px solid #D2D2D2;
	margin:5px 0 15px;
}
h3 {
	font-size:110%;
	font-weight:bold;
}
a:link {
	color:#38A131;
}
a:visited {
	/*color:#70A5D9;*/
	color:#38A131;
}
a:hover, a:active {
	text-decoration:none;
}

/* [/html] */

/* [container] */

#container {
	width:771px;
	margin:0 auto;
	text-align:left;
	background:#fff url(images/container-bg.gif) repeat-y;
}

/* [/container] */

/* [left] */

#left {
	float:left;
	width:447px;
}
#logo {
	background:url(images/logo-bg.gif) no-repeat;
	width:269px;
	height:138px;
	float:left;
	padding:40px 0 0 25px;
}
#logo img {
	
}
#nav {
	float:left;
	background:url(images/nav-bg.jpg) no-repeat;
	width:153px;
	height:169px;
	border-top:3px solid #fff;
}
#nav ul {
	text-align:right;
	list-style:none;
	width:143px;
	float:right;
	font:100%/153% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin:22px 0 0;
}
#nav li {
	padding:0 12px 2px 0;
}
#nav li.nobg {
	background:none;
}
#nav li.onstate {
	font-weight:bold;
	color:#fce331;
}
#nav li a {
	color:#fff;
	text-decoration:none;
}
#nav li a:hover {
	color:#fce331;
}
#content {
	background:#fff;
	margin:0 25px 30px;
}
#content ul {
	margin:0 0 0 17px;
	list-style:square;
}
#content li {
	padding:0 0 5px;
}

/* [/left] */

/* [right] */

#right {
	float:left;
	width:320px;
}
.image {
	width:320px;
	height:144px;
	border-left:1px solid #fff;
	border-top:3px solid #fff;
	border-right:3px solid #fff;
	border-bottom:1px solid #fff;
}
#home .image {
	background:#000;
}
#whyuse ul {
	margin:15px 0 0 20px;
	list-style:none;
}
#whyuse li {
	background:url(images/bullet.gif) no-repeat left center;
	padding:7px 0 7px 15px;
	font-size:110%;
}
#whyuse #whyflash {
	width:319px;
	height:51px;
	background:url(images/why-use.jpg) no-repeat;
	margin:0 0 0 2px;
}
#whyuse #whyflash h3 {
	margin:0;
}
#right .telad {
	background:url(images/tel-advert.gif) no-repeat;
	width:295px;
	height:103px;
	margin:15px 0 15px 15px;
}
#right .emailad {
	background:url(images/email-advert.gif) no-repeat;
	width:295px;
	height:103px;
	margin:15px 0 15px 15px;
}
#right .emailad p {
	margin:0;
}
#right .emailad a {
	display:block;
	height:30px;
	padding:70px 0 0;
}

/* [/right] */

/* [form] */

form {
	margin:20px 0 20px;
}
legend {
	display:none;
}
fieldset {
	border:1px solid #DDE2C0;
	padding:30px;
}
fieldset p {
	margin:15px 0 0;
}
label {
	width:130px;
	float:left;
	font-size:120%;
}
input, textarea {
	width:190px;
	border:1px solid #ccc;
}

/* [/form] */

/* [footer] */

#footer {
	clear:both;
	background:#fff url(images/footer-bg.gif) repeat-x;
	height:52px;
	border:3px solid #fff;
}
#footer ul {
	list-style:none;
	margin:19px 10px 0;
}
#footer li {
	color:#fff;
	float:right;
	padding:0 8px;
	border-right:1px solid #fff;
	line-height:120%;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer li.copyright {
	float:left;
	border:none;
}
#footer li.nobg {
	border:none;
}

/* [/footer] */

/* [extra] */

.divider {
	margin:20px 0;
	border-bottom:1px solid #D2D2D2;
	font-size:1px;
	clear:both;
}
.cleaner {
	clear:both;
}
.tiny {
	font:80%/170% Arial, Tahoma, Geneva, sans-serif;
}
.firstpara {
	font-size:110%;
}
.hide {
	position:absolute;
	left:-5000px;
	margin:0;
	padding:0;
}
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline;
}

/* [/extra] */