/* #2747AA */
/* #8AA9D7 */
/* #CEDFF0 */

body {
	margin: 0;
	background: url(../graphics/header-background.jpg) repeat-x;
}

#header {
	width: 960px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}

#logo {
	float: left;
}

#telephone {
	float: right;
	color: #2747AA;
	font: bold 22px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	background: url(../graphics/phone.png) no-repeat 100px 34px;
	width: 300px;
	height: 100px;
	padding-right: 5px;
	word-spacing: -3px;
}

#navigation {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	padding-top: 10px;
	padding-bottom: 20px;
}

ul#menu {
	list-style: none;
	height: 35px;
	padding: 0;
	margin: 0;
}

ul#menu li { display: inline; }
	
ul#menu li a {
	display: block; float: left; height: 35px;
	background-image: url(../graphics/sprite.png); text-indent: -9999px;
}

ul#menu li a.index {
		width: 105px; background-position: 0px 0;
}
	
ul#menu li a.avs34 {
		width: 107px; background-position: -105px 0;	
	}
	
ul#menu li a.avs50 {
		width: 107px; background-position: -212px 0;	
	}
	
ul#menu li a.avs50eco {
		width: 136px; background-position: -319px 0;	
	}
	
ul#menu li a.acousticlouvres {
		width: 186px; background-position: -455px 0;	
	}
	
ul#menu li a.projects {
		width: 133px; background-position: -641px 0;	
	}
	
ul#menu li a.contact {
		width: 186px; background-position: -774px 0;	
	}

/* HOVERS */

ul#menu li a.index:hover, ul#menu li a.index:focus {
		background-position: 0 -35px;	
	}
	
ul#menu li a.avs34:hover, ul#menu li a.avs34:focus {
		background-position: -105px -35px;	
	}
	
ul#menu li a.avs50:hover, ul#menu li a.avs50:focus {
		background-position: -212px -35px;;	
	}
	
ul#menu li a.avs50eco:hover, ul#menu li a.avs50eco:focus {
		background-position: -319px -35px;;	
	}
	
ul#menu li a.acousticlouvres:hover, ul#menu li a.acousticlouvres:focus {
		background-position: -455px -35px;;	
	}
	
ul#menu li a.projects:hover, ul#menu li a.projects:focus {
		background-position: -641px -35px;;	
	}
	
ul#menu li a.contact:hover, ul#menu li a.contact:focus {
		background-position: -774px -35px;	
	}
/*a { outline: none; }*/

/* HOVERS */

#rangeshot {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	text-align: center;
}

#gallery {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}

#gallery .img{
	margin: 10px;
}

h1 {
	font: bold 22px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #2747AA;
}

h2 {
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #2747AA;
}


p {
	color: #666666;
	font: 14px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:link {
	color: #2747AA;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #8AA9D7;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #8AA9D7;
	font-weight: bold;
	text-decoration: none;
}  

a:visited {
	color: #2747AE;
	font-weight: bold;
	text-decoration: none;
	}

#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 0;
}

#content_aleft {
	float: left;
	width: 620px;
	padding-left: 10px;
	padding-right: 20px;
}

#content_aright {
	width: 300px;
	float: left;
	background-color: #CEDFF0;
}

#product_heading {
	background: url(../graphics/product_variants.png) no-repeat;
	width: 300px;
	height: 35px;

}

#product_content {
	width: 280px;
	padding-left: 10px;
}

#product_footer {
	background-image: url(../graphics/product_footer.png);
	width: 300px;
	height: 20px;
	background-color: #FFF;
}

#content_centre {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}

#content_bight {
	float: right;
}

/*.rule {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CEDFF0;
}*/

#product_wrapper {
	width: 960px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top:10px;
	margin: 0;
	background: url(../graphics/rules.png) repeat-x;
}

.product {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

.heading {
	font-weight: bold;
	color: #8AA9D7;
}

#fsb{
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}

#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	padding-bottom: 10px;
}

#footer_contact p{
	font-size: 10px;
	float: left;
	width: 400px;
	text-align: left;
}

#footer_copyright p{ 
	font-size: 10px;
	width: 400px;
	float: right;
	text-align: right;
}

img {
	border-width: 0;
}


