/*
	Background Stretcher jQuery Plugin 
	© 2009 ajaxBlender.com
*/
HTML, BODY {
	margin:0px;
	padding:0px;
	position:relative;
}
BODY {
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
    background: #000;
	height:100%;
	text-align: center;
	position:relative;
}
A { color: #0A8ECC; }
A:HOVER {
	text-decoration: none;
	color: #CCC;
}	
H1, H2 {
	color: #CCC;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 16px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
H1 {
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
H2 { font-size: 14px;}
.bgstretcher-page { text-align: center;}
#page {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
.page-top, .page-bottom,
.page-content {
	float: left;
	width: 100%;
}
.page-top, .page-bottom { height: 30px;}
.page-top { 
	margin-top: 30px;
	background: url("img/bg.jpg") no-repeat left top; 
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bg/page-top.png', sizingMethod='image');
}
.page-bottom { 
	background: url("images/bg/page-bottom.png") no-repeat left top; 
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bg/page-bottom.png', sizingMethod='image');
}
.page-content {
	font-size: 12px;
	color: #ccc;
	background: url("images/bg/page-bg.png") repeat-y left top; 
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bg/page-bg.png', sizingMethod='scale');
	position: relative;
	width:100%;
}
.page-wrapper { 
	float: left;
	width: 740px;
	display: inline;
	margin-left: 30px;
}
.column {
	float: left;
	width: 320px;
	margin-right: 40px;
}
.column  .row {
	float: left;
	width: 100%;
	padding-bottom: 13px;
}
.column.small { width: 90px; }
.column.small .row { padding-bottom: 5px;}
.column SELECT { width: 180px;}
.column LABEL {cursor: pointer;}
.column  .row SPAN.pager { float: left; margin-right: 15px;}
.column  .row A { position: relative; }
P.larger-size { font-size: 16px; }
#page STRONG { color: #FFFFFF; }
#nav UL {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav UL LI {
	display: inline;
	margin-right: 8px;
}
#nav UL LI.showPage A { color: #fff; }
footer {width:100%; height:auto; display:inline-block; background:#44705d; bottom:0; left:0%; position:fixed;}
#footer_container{ width:1000px; margin:0px auto; float:none; text-align:center; font-family:'Open Sans'; color:#fff; font-size:12px; padding:10px; } 
header {width:100%; height:auto; display:inline-block;}
#header_container{width:1000px; height:auto; margin:0px auto; float:none;}
#logo {
	width:auto; height:auto;
	padding:20px;
	
	float:left;
	} 
	#menu_home { float:right; width:300px; padding:30px;}
	#menu_home .text{color:#333; font-size:14px; font-family:'Open Sans'; padding:0 15px 0 15px; border-right:1px solid #333; }
	#pagecontainer {width:1000px; height:auto; float:none; margin:0px auto; position:relative; }
	.slidertext { position:absolute; font-family:'Conv_ufonts.com_rockwell_light_1_',Sans-Serif; font-size:36px; color:#333; text-align:left; top:80px;}
	#productscontainer { width:1000px; position:absolute; top:350px; }
	#products {width:auto; height:auto; display:inline-block; border-radius:360px; margin-right:30px; position:relative;
	}
	
#about {width:500px; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:lighter; padding-top:10px; border-top: solid 1px #fff; margin:0px auto; float:none; color:#fff; margin-top:40px; text-align:center;}

#square_container{ width:600px; height:600px; min-height:100px; min-width:100px; -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg); background:rgba(0,0,0,.5);top:10px; right:0px; left:0px; z-index:-9999;  margin:0px auto; float:none; position:absolute; } 
#square_container2{ width:700px; height:700px; -moz-transform:rotate(45deg);-webkit-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg); background:rgba(0,0,0,.3);top:-410px; right:0px; left:0px; z-index:-9999;  margin:0px auto; float:none; position:absolute; } 
#social {width:215px; margin:0px auto; float:none; margin-top:25px;} 
#contact {width:43px; height:43px; float:left; margin-left:10px;}
