@charset "utf-8";
/* Gala Cloths - Global CSS Document */

body {
 	background: #000;
 	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

html, body {
	height: 100%;
}

#container {
	position: relative;
	background: #FFF;
	margin: 0 auto 50px auto;
	width: 850px;
	height: auto;
	overflow: hidden;
	z-index: 1
}

/* ---------- Header ---------- */
#header {
	background: url(../images/header_repeat.gif) repeat-x;
	position: relative;
	width: 850px;
	height: 243px;
	overflow: hidden;
	z-index: 5
}

#logo_container {
	background: url(../images/logo_stars.gif) no-repeat;
	background-position: top right;
	position: absolute;
	top: 0;
	left: 10px;
	width: 338px;
	height: 196px;
	overflow: hidden;
	z-index: 10
}

#logo {
	background: none;
	position: absolute;
	top: 120px;
	left: 0;
	width: 226px;
	height: 66px;
	overflow: hidden;
	z-index: 50
}

#twentyYears {
	background: none;
	position: absolute;
	top: 70px;
	right: 0;
	width: 350px;
	height: 33px;
	overflow: hidden;
	z-index: 50
}

#ship_everywhere {
	background: none;
	position: absolute;
	top: 157px;
	left: 345px;
	width: 239px;
	height: 24px;
	overflow: hidden;
	z-index: 50
}

#phone_number {
	background: none;
	position: absolute;
	top: 165px;
	left: 685px;
	width: 157px;
	height: 23px;
	overflow: hidden;
	z-index: 50
}

#visit_showrooms {
	background: none;
	position: absolute;
	top: 115px;
	left: 650px;
	width: 194px;
	height: 36px;
	overflow: hidden;
	z-index: 50
}

/* --- Main Nav --- */

#mainnav_container {
	background: url(../images/mainnav_bg.gif)  repeat-y;
	position: absolute;
	top: 195px;
	left: 0;
	width: 850px;
	height: 24px;
	overflow: visible;
	z-index: 100
}

#mainnav_buttons {
	background: none;
	position: absolute;
	top: 0;
	left: 231px;
	width: 620px;
	height: 24px;
	overflow: visible;
	z-index: 150
}

#mainnav_buttons a img {
	border: none;
	float: left;
	margin-right: 2px
}

#mainnav_buttons .submenu {
	background: #FFFFFF;
	height: 25px;
}

#mainnav_container #social {
	position: absolute;
	width: 100px;
	height: 20px;
	margin: 26px 0 0 744px;
	text-align: right;
	z-index: 100
}

/* ---------- Header Pictures ---------- */

#headerpic_container {
	background: none;
	position: relative;
	width: 850px;
	height: auto;
	overflow: hidden;
	z-index: 5
}

#headerpic_left {
	background: none;
	position: relative;
	float: left;
	margin: 0 4px 0 0;
	width: 273px;
	height: auto;
	overflow: hidden;
	z-index: 5
}

#headerpic_right {
	background: none;
	position: relative;
	float: left;
	margin: 0;
	width: 742px;
	height: auto;
	overflow: hidden;
	z-index: 5
}

/*#slide_inst {
	position: relative;
	margin-top: 3px;
	width: 845px;
	text-align: right;
	font-size: 9px;
	color: #999999;
	z-index: 300
}*/

/* ---------- Content Area ---------- */

#content_container {
	background: url(../images/contentbg_repeat.gif) repeat-y;
	position: relative;
	margin: 8px 0;
	padding-left: 15px;
	width: 850px;
	height: auto;
	overflow: hidden;
	z-index: 5
}

#content_left {
	background: none;
	position: relative;
	width: 200px;
	height: auto;
	float: left;
	margin: 15px 20px 20px 0;
	overflow: hidden;
	z-index: 10
}

#content_right {
	background: none;
	position: relative;
	width: 615px;
	height: auto;
	float: left;
	overflow: hidden;
	z-index: 10
}

/* ---------- Footer ---------- */

#footer_container {
	background: #000;
	position: relative;
	width: 850px;
	height: 600px;
	padding-top: 5px;
	overflow: hidden;
	z-index: 5
}

.footernav {
	color: #999;
	margin: 2px 0;
	text-align: center;
	font-size: 9px
}

.footrnav_divider {
	margin: 0 5px
}

.footernav a {
	color: #999;
	text-decoration: none
}

.footernav a:link {
	color: #999;
	text-decoration: none
}

.footernav a:hover {
	color: #FFF;
	text-decoration: underline
}

.footernav a:visited {
	color: #999;
	text-decoration: none
}

.footernav a:visited:hover {
	color: #FFF;
	text-decoration: underline
}

#socialIcons {
	position: absolute;
	width: 120px;
	height: 32px;
	margin: 2px 10px 0 0;
	right: 0px;	
}
#socialIcons a img {
	float: right;
	border: none;
	margin: 0 0 0 5px;
}