@charset "utf-8";
/* CSS Document */

html {
	background: black;
}

body {
	margin: 0;
	padding: 0;
	font-family:  sans-serif;

}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 1180px;	

}

a {
	color: #3163B3;	
}

a:hover{
	color: #75B5E0;	
}

h1 {
	font-size: 30px;
	color: #223D54;
}

h2 {
	font-size: 18px;
	color:#363;
	
}

h3 {
	font-size: 16px;
	letter-spacing: 2px;
	color: white;
	font-weight: normal;
}

img {
	border: 0px;

}

#main {
	margin: 0px;
	height: 698px;
	background-repeat:no-repeat;
	clear: none;
	background-image: url(../images/rug_bg1.jpg);
	background-position: center;	
}

#main_inside {
	height: 477px;
	width: 1145px;
	padding: 21px 31px 9px 31px;
	background-image: url(../images/main_bg.png);
	background-repeat:no-repeat;
	margin-left: 30px;
	clear: none;

}


#header {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	text-align:center; 
	width:1180px; 
	height: 150px;
	color: white;
	margin-left:auto; 
	margin-right:auto;
}

#menu {	
	float: left;
	margin-top: 52px;
	margin-right: 52px;
	margin-bottom: 11px;
}


#menu a {
	color: white;
	text-decoration: none;
	padding-right: 15px;
	font-size: 1.3em;
}


#menu a:hover{
	text-decoration: underline;
	color: #CCC;
}

#footer {
	border: 1px solid white;
	color: white;
	background: #666;
	margin: auto;
	text-align: right;
	padding-right: 22px;
}

#footer h2 {
	color: white;	
}

#footer_middle_home {
	height: 115px;
	margin-left: auto;
	margin-right: auto;
	width: 1180px;
	background:url(../images/aqd_home_footer_1.png);
	background-repeat:no-repeat;
}

#footer_text_home {
	color: #fffff5;
	padding: 20px 80px 0px 12px;
	text-align: right;
	font-weight: lighter;
	font-size: .9em;
}


#footer_middle {
	height:115px;
	margin-left: auto;
	margin-right: auto;
	width: 1180px;
	background:url(../images/aqd_open_footer_1.png);
	background-repeat:no-repeat;
}

#footer_text {
	color: #fffff5;
	padding: 103px 100px 0px 12px;
	text-align: right;
	font-weight: lighter;
	font-size: .9em;
}

#footer_text a, #footer_text_home a, #sub_menu_left a {
	color: white;
	text-decoration: none;
}


#footer_text a:hover, #footer_text_home a:hover,#sub_menu_left a:hover{
	color: #75B5E0;
	
}

#extended {
	float: left;
	padding: 0px;
	margin-top: 345px;
	border: 2px solid green;
	width: 865px;
	height: 200px;
}

#extended h2 {
	background-color: #CCC;
	color: black;
	font-size:1.1em;
	font-weight:bold;
	margin: 0px;
	opacity: 0.5;
}


#sub_menu_left {
	float: left;
	font-size: 1.2em;
	line-height: 1.3em;
	height: 200px;
	width: 145px;
	padding-left: 6px;
	padding-top: 397px;
	color: white;
	text-align: right;
}
