/* BODY */

@charset "UTF-8";

@font-face	{
			font-family:CenturyG;
			src: url('centurygothic.TTF');
			}
			

body	{
		font-family:CenturyG, Verdana, Geneva, sans-serif;		
		background-color: #d9d9d9;
		margin: 0px;
		margin-top: 60px;
		padding: 0px;
		cursor: default;
		overflow:scroll;
		overflow-x: hidden;
		z-index: 0;	
		max-width: 1280px;
		}

body a	{text-decoration: none; color: #333; border: 0px; outline: none;}
		
img#logo 	{
			width: 270px;
			float: left;
			margin-left: 360px;
			}

/*-----MENU----- */

div#menu	{
			font-size: 21px;
			line-height: 44px;
			text-align:left;
			text-transform:uppercase;
			letter-spacing: 1px;
			float: left;
			margin-left: 45px;
			margin-top: -26px;

			}

div#menu a:hover{color:#aaa;}

div#icons {
				float: left;
				margin-top: 54px;
				margin-left: 86px;
				}
				
div#icons img {
				margin-top: 3px;
				height: 36px;
				}							

div#icons img:hover {opacity: .4;}

div#slab {
			margin-left: 45px; 
			margin-top: 30px;
			margin-bottom: 30px;
			padding-bottom: 0px;
			float: left; 
			clear:both; 
			}

div#slab img {width: 1215px; height: auto;} 

/*-----QUOTE-----*/

div#quote	{
			clear: both;
			float: left; 
			margin-left: 360px;
			margin-top: 15px;
			font-size: 15px;
			line-height: 24px;
			}

div#quote img#quoteslab {
				border-radius: 6px;
				float: left;
				clear: both;
				opacity: .5;
				margin-top: -225px;
				margin-left: 90px;
				width: 420px;
				}

div#quote form {float: left;}

div#quote input {
				font-family: CenturyG, Verdana, Geneva, sans-serif; 
				width: 270px;
				margin-top: 18px;
				}

div#quote textarea {margin-top: 18px;
					margin-bottom: 9px;
					width: 270px;
					height: 135px;
					font-family: CenturyG, Verdana, Geneva, sans-serif;
					}

div#quote button {font-family: CenturyG, Verdana, Geneva, sans-serif;
				}

/*-----FOOTER ETC-----*/

div#footer	{
		color: #999999;
		font-size: 9px;
		clear: both;
		float: left;
		margin-top: 300px;
		margin-left: 360px;
		padding-bottom: 30px;}


@media only screen and (max-width:1170px) {

div#footer {
	margin-left: 45px;
	max-width: 75%;}

div#quote	{margin-left: 45px;}

img#logo {margin-left: 45px; width: 270px; height: auto;}

body	{width:  1000px;}

div#slab img {width: 585px;} 

