@charset "utf-8";
/*
Theme Name: Aquaglider.us
Theme URI: http://www.aquaglider.us/
Description: 
Version: 1
Author: Oxzen Media
Author URI: http://www.oxzenmedia.com/
Tags: aquaglider
*/
body {
	width: 100%;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #023fce;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
a {
	color: #fff600;
	text-decoration: none;
}
a:hover {
	color: #fff600;
	text-decoration: underline;
}
img {
	border: none;
	float: left;
}
.flt-lft {
	float: left;
}
.flt-rgt {
	float: right;
}
.font1 {
	font-size: 18px;
}
.font2 {
	font-size: 15px;
}
.font3 {
	font-size: 10px;
}
.bold {
	font-weight: bold;
}
.red {
	color: #ef2b25;
}
.yellow {
	color: #fff600;
}
.main-wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
}
.top {
	width: 900px;
}
.logo {
	width: 218px;
	height: 90px;
	padding: 15px 0 0;
}
.navi {
	float: right;
}
.navi img{
	float: left;
	margin: 0;
	display: inline;
}
/*.navi span {
	display: none;
}
.navi ul {
	margin: 0;
	padding: 0;	
}
.navi ul li {
	display: inline;
	float: left;
	list-style: none;
}
#navi-1 a{
	width: 102px;
	height:58px;
	display:block;
	background-image: url(images/btn-home.png);
	background-repeat: no-repeat;
}
#navi-1 a:hover{
	width: 102px;
	height:72px;
	display:block;
	background-image: url(images/btn-home-hover.png);
	background-repeat: no-repeat;
}*/
.banner {
	width: 800px;
	margin: 0 50px;
	display: inline;
}
.banner-text {
	width: 377px;
	/*background-image: url(images/banner-bg.png);*/
}
.banner-button {
	margin:10px 0 0 112px;
}
.content-container {
	width: 748px;
	margin: 30px 76px 0 76px;
	display: inline;
	float: left;
}
.content {
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
	width: 728px;
	padding: 5px 10px;
    position:relative;
}
.content-text {
	width: 400px;
}
.content-right {
	width: 327px;
}
.footer {
	width: 100%;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	padding-bottom: 3px;
	margin-top: 20px;
}
.margin-top {
	20px;
}
.counter {
	margin: 10px auto;
	width: 200px;
}
.counter img{
	float: none;
}
/*----------------------------------------SHOPPING CART---------------------------------------------------*/
#sideshoppingcart {
	width: 90%;
	float: right;
}
.do-same{
    position: absolute;
    bottom:0;
    left:0;
margin-bottom:355px;
margin-left:30px;   
}