@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

body { text-align:center; background-image: url('files/Page0_IMG_BCK.jpg'); }

A:link { color:#000000; text-decoration:none; }
A:visited  { color:#000000; text-decoration:none; }
A:active  { color:#000000; text-decoration:none; }
A:hover  { color:#bdbe00; text-decoration:none; }
.textstyle0 {font-family:Arial;font-weight:bold;font-style:normal;font-size:18px;text-decoration:none;color:#000000;}
.textstyle1 {font-family:Arial;font-weight:bold;font-style:normal;font-size:23px;text-decoration:none;color:#bdbe00;}
.textstyle2 {font-family:Arial;font-weight:bold;font-style:normal;font-size:23px;text-decoration:none;color:#000000;}
.textstyle3 {font-family:Arial;font-weight:bold;font-style:normal;font-size:23px;text-decoration:none;color:#bdbe00;}
.textstyle4 {font-family:Arial;font-weight:bold;font-style:normal;font-size:18px;text-decoration:none;color:#bdbe00;}
.textstyle5 {font-family:Arial;font-weight:bold;font-style:italic;font-size:18px;text-decoration:none;color:#000000;}
.textstyle6 {font-family:Arial;font-weight:normal;font-style:normal;font-size:10px;text-decoration:none;color:#000000;}


/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin:25px auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	background:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.5);
	clear: none;
	float: none;
}
.header{
}
.left-wasp {
width: 100%;
display: block;
}
.main_text {
width: 100%;
clear: both;
margin-left: 0;
margin-top:0;
}
.right-side {
width: 100%;
clear: both;
margin-left: 0;
margin-top: 20px;
}
.price {
width: 100%;
margin-top:20px;
}
.wasp {
width: 100%;
clear: both;
margin-left: 0;
}
.main_site {
width: 100%;
clear: both;
margin-left: 0;
}
.telephone{
width: 100%;
margin-top:20px;
}
.email{
width: 100%;
clear: both;
margin-left: 0;
margin-top:20px;
}
.footer {
margin-top:20px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	margin:75px auto;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
}
.header{	
}
.left-wasp {
width: 100%;
display: block;
}
.main_text {
width: 100%;
clear: both;
margin-left: 0;
margin-top:0;
}
.right-side {
width: 100%;
clear: both;
margin-top:20px;
margin-left: 0;
}
.price {
width: 100%;
}
.wasp {
width: 100%;
clear: both;
margin-left: 0;
}
.main_site {
width: 100%;
clear: both;
margin-left: 0;
}
.telephone{
width: 100%;
margin-top:20px;
}
.email{
width: 100%;
clear: both;
margin-left: 0;
margin-top:20px;
}
.footer {
margin-top:20px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	margin:125px auto;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	clear: none;
	float: none;
}
.header{	
}
.left-wasp {
width: 15.2542%;
display: block;
}
.main_text {
width: 66.1016%;
margin-left: 1.6949%;
margin-top:0;
clear: none;
}
.right-side {
width: 15.2542%;
margin-left: 1.6949%;
margin-top:0;
clear: none;
}
.price {
margin-top:0;
width: 23.7288%;
}
.wasp {
width: 40.6779%;
margin-left: 1.6949%;
clear: none;
}
.main_site {
width: 32.2033%;
margin-left: 1.6949%;
clear: none;
}
.telephone{
width: 49.1525%;
}
.email{
width: 49.1525%;
margin-left: 1.6949%;
clear: none;
}
.footer {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}