body {
	background-image: url("images/topbg.gif");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: underline;
	color: #cc0000;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0px;
}

.shadow_thumb {
background: url(images/shadow.gif) no-repeat right bottom;
float: right;
/*margin-left: 5px;*/
}

.leftcorn {
	float: left;
	position: absolute;
	top: 177px;
	left: 0px;
	width: 196px;
	height: 241px;
	z-index: 1;
}

.rightcorn {
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 584px;
	height: 378px;
	z-index: 1;
}

.actions {
	float: left;
	position: absolute;
	left: 5%;
	top: 0px;
	z-index: 2;
	width: 365px;
	color: White;
	height: 200px;
	overflow: hidden;
}

.actions
	.icons {
		background-color: Black;
		padding-left: 10px;
		padding-right: 10px;
		width: 100px;
		clear: both;
	}

.actions
	.searchEngines {
		font-weight: bold;
		color: White;
		font-size: 24px;
		margin-top: 5px;
		margin-left: 17px;
	}

.actions
	.searchEngines b {
		color: #aede29;
	}
	
.actions
	.action {
		color: white;
		font-size: 11px;
		margin-left: 17px;
	}
	
.actions
	.action h3 {
		font-size: 24px;
		font-weight: normal;
		margin: 0px;
		padding: 0px;
		margin-top: 10px;
	}
	
.actions
	.action a {
		color: #aedc00;
	}
	
.logo {
	position: absolute;
	float: left;
	top: 191px;
	left: 12%;
	z-index: 13;
}

.phone {
	position: absolute;
	color: white;
	z-index: 3;
	float: right;
	top: 210px;
	right: 0px;
	width: 230px;
	font-size: 11px;
}

.phone h3 {
	font-size: 21px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.menu {
	z-index: 13;
	position: absolute;
	float: left;
	top: 340px;
	left: 15px;
	font-size: 14px;
	font-weight: bold;
}

.menu a {
	color: Black;
}

.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 180px;
}

.menu ul li {
	float: left;
	margin-right: 5px;
}

.rightMenu a {
	color: Black;
}

.rightMenu {
	z-index: 13;
	position: absolute;
	float: right;
	top: 340px;
	right: 0px;
	font-size: 14px;
	font-weight: bold;
}

.rightMenu ul {
	margin: 0px;
	padding: 0px;
	margin-right: 35px;
}

.rightMenu ul li {
	float: left;
	margin-left: 5px;
}

/* ------------------------------------- */

.bodyContainer {
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	top: 410px;
	position: relative;
	clear: both;
	width: 100%;
}

.leftContainer {
	float: left;
	width: 230px;
	margin: 0;
	padding: 15px;
/*	background-color: Aqua;*/
}

.rightContainer {
	float: right;
	width: 190px;
	margin: 0;
	padding: 10px;
/*	background-color: Aqua;*/
}

.pageContainer {
/*	background-color: Aqua;*/
	margin-left: 270px;
	padding: 10px;
	margin-right: 220px;
}


.captionBlock {
	font-size: 11px;
	padding: 10px;
	height: 1%;
	overflow: hidden;
	background-color: #f5f5f5;
	background-image: url("images/dotted.gif");
	background-repeat: repeat-x;
}

.captionBlock h3 {
	font-size: 18px;
	color: #cc0000;
	margin: 0px;
	padding: 0px;
}

.form {
	padding: 10px;
}

.form input {
	width: 100%;
	border: 1px solid #a8a8a8;
	background-repeat: repeat-x;
	background-image: url("images/input.gif");
	margin-top: 5px;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 5px;
	height: 15px;
	color: #666666;
}

.form textarea {
	width: 100%;
	border: 1px solid #a8a8a8;
	background-repeat: repeat-x;
	background-image: url("images/input.gif");
	margin-top: 5px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 70px;
	padding-left: 5px;
	color: #666666;
}

.form
	.btn {
		float: right;
		padding-top: 10px;
	}
	
.clear {
	clear: both;
	padding: 10px;
}

.portfolio a {
	color: #cc0000;
}

.portfolio
	.site {
		padding: 10px;
		font-size: 11px;
		line-height: 14px;
		margin-top: 5px;
	}
	
.portfolio
	.site h3 {
		font-size: 12px;
		font-weight: bold;
		line-height: 14px;
		margin: 0px;
		padding: 0px;
		margin-top: 10px;
		margin-bottom: 2px;
	}
	
.portfolio
	.site img {
		margin-left: -5px;
	}

.pageContainer {
	font-size: 14px;
}

.pageContainer
	h1 {
		font-size: 30px;
		line-height: 25px;
		font-weight: normal;
		margin: 0px;
		padding: 0px;
		margin-top: 25px;
	}
	
.pageContainer
	p.info {
		font-size: 14px;
		background-image: url("images/info.gif");
		background-repeat: repeat-y;
		background-position: 20px;
		padding-left: 35px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
div.line {
	background-image: url("images/dotted.gif");
	background-repeat: repeat-x;
}

.enginesList div {
	width: 32%;
	float: left;
	height: 1%;
	overflow: hidden;
	display: inline;
}

.enginesList {
	width: 100%;
	height: 1%;
	overflow: hidden;
	display: inline;
}

#noFloat {
	float: none;
}

.note {
	font-size: 11px;
	color: #969696;
}

.note i {
	color: #cc0000;
}



.footerContainer {
	height: 1%;
	overflow: hidden;
	width: 100%;
/*	background-color: #ebebeb;*/
}

.footerContainer
	.footer {
		width: 100%;
		background-image: url("images/fbg.gif");
		background-repeat: repeat-y;
		background-color: #aede29;
		overflow: hidden;
		height: 1%;
/*		width: 100%;
		background-image: url("images/footer_bg.gif");
		background-repeat: repeat-x;
		overflow: hidden;
		height: 1%;*/
	}
	
.footerLogo {
	width: 273px;
	float: left;
	background-color: #ebebeb;
}

.footerCopyright {
	margin-left: 280px;
	margin-right: 260px;
	padding-left: 20px;
	font-size: 12px;
}

.footerCopyright a {
	color: Black;
}

.footerCopyright ul {
	list-style-type: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 2px;
}

.point {
	background-image: url("images/point.gif");
	width: 25px;
	background-repeat: no-repeat;
	background-position: 9px 7px;
	color: Red;
}

.footerCopyright ul a {
	color: Black;
}

.footerCopyright ul li {
	float: left;
}

.counters {
	width: 250px;
	float: right;
	padding-top: 25px;
	
}

.counters img {
	float: left;	
	margin-left: 5px;
	margin-bottom: 5px;
}

.footerTop {
	background-image: url("images/footer_bg.gif");
	background-repeat: repeat-x;
}