/* ----------------------------------------------

	Glamour Direct - Main Stylesheet
	
---------------------------------------------- */

	@import "reset.css";
	
/* --- Selectors ----------------------------- */

	body {
		background:#090a09;
		color:#dbb4cc;
		font: 12px/18px arial, helvetica, sans-serif;
	}
	
	#bg {
		background-image: url(../images/wallpaper_bg.jpg);
		background-repeat: repeat-x;
		background-position: left top;	
	}
	
	a:link, a:visited { 
		color: #8cad95;
		text-decoration:underline; 
	}
	a:hover {
		text-decoration: none;
	}
	a img { border:none; }
		
	p { margin:16px 0; }
	
	h1 { color:#8cad95; font-size:18px; margin:16px 0; padding:0 0 0 23px; line-height:1.2; background:url("../images/bg-h1.png") no-repeat left top; }
	h2 { color:#8cad95; font-size:16px; margin:16px 0; }
	h3 { color:#cda9bf; font-size:14px; margin:16px 0; }
	h4 { color:#8cad95; font-size:12px; margin:16px 0; }
	h5 { color:#cda9bf; font-size:11px; margin:16px 0; }
	h6 { color:#8cad95; font-size:10px; margin:16px 0; }
	
	ul, ol { margin:10px 0 10px 30px; }	

	button { border:none; background:none; padding:0; cursor:pointer; }
	textarea { font:12px/18px arial, helvetica, sans-serif; color:#a0a0a0; }


/* --- Common Classes ------------------------ */

	.left { float:left; }
	.right { float:right; }
	.clear { clear:both; }
	.textright { text-align:right; }
	.aligntop { vertical-align:top; }
	.intro { font-size:14px; }
	.print { display:none; }
	.bold { font-weight:bold; }
	.noborder { border:none !important; }
	.block { display:block !important; }
	
/* --- Accessibility ------------------------- */

	#accessibility {
		display:none;
	}
	
/* --- Layout -------------------------------- */

	#wrapper {
		width:920px;
		margin:0 auto;
	}
	#logo {
		margin:11px 0 0 25px;
		float:left;
	}
	#tagline {
		float:right;
		margin:42px 28px 0 0;
	}
	#tagline p {
		width:181px;
		height:44px;
		margin:0;
		background:url("../images/bg-blockquote.png") no-repeat;
		text-indent:-9999px;
	}
	#nav {
		width:920px;
		height:37px;
		background:url("../images/bg-nav.png") no-repeat;
		clear:both;
		font-size: 12px;
	}
	#nav ul {
		margin:0 0 0 10px;
		list-style:none;
	}
	#nav li {
		float:left;
		background:url("../images/bg-nav-li.png") no-repeat top right;
		padding-right:2px;
	}
	#nav li.noline {
		background:none;
	}
	#nav li#current {
		text-decoration:none;
		padding:10px 25px 9px 25px;
	}
	#nav li a {
		display:block;
		color:#fff;
		text-decoration:none;
		padding:10px 25px 9px 25px;
	}
	#nav li a:hover {
		color:#485a4f;
		background:url("../images/bg-nav-hover.png") repeat-x bottom;
	}
	#content {
		background:url("../images/bg-content.png") no-repeat bottom left;
		padding:0 0 100px 0;
	}
	#flash {
		text-align: center;
	}
	#left {
		float: left;
		width: 500px;
		margin-top: 0;
	}
	#right {
		float: right;
		background-image: url(../images/about-us-walking.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		width: 359px;
		padding-top: 600px;
		text-align: center;
		font-style: italic;
	}
	
/* ----- Form ---------------- */
	#contactForm strong, #requiredHelp strong {
		color: red;
	}
	#contactForm input+span, .form-invalid {
		margin-left: 248px;
		font-size: 10px;
		color: red;
	}
	#contactForm #message+span {
		margin-left: 197px;
		font-size: 10px;
		color: red;
	}
	#contactForm div {
		width: 500px;
	}
	#contactForm label {
		width: 150px;
		float: left;
		padding: 2px 0;
	}
	#contactForm label+input, #contactForm label+textarea {
		float: right;
		width: 250px;
		border: 1px solid #666;
		margin: 2px 0 2px 10px;
	}
	
	#_submitbutton {
		float: left;
		margin-left: 248px;
		border: none;
		width: 110px;
		height: 37px;
		background-image: url(../images/submit_button.png);
		background-repeat: no-repeat;
		background-position: left top;
		background-color:#000000;
		color:#FFFFFF;
	}	
	
	
	#copy {
		width:230px;
		float:left;
		margin:10px 0 10px 27px;
		display:inline;
	}
	#gallery {
		width:615px;
		min-height:530px;
		float:right;
		background:url("../images/bg-gallery.jpg") no-repeat;
		margin:25px 21px 0 0;
	}
	#bg #gallery {
		background-image: none;
		float: none;
		margin-left: 21px;
		width: 880px;
	}	
	#footer {
		text-align:right;
		color:#cda9bf;
		font-size:11px;
		margin-top:-43px;
		padding:0 27px 0 0;
	}
	#footer a {
		color:#cda9bf;
		text-decoration:none;
	}
	#footer a:visited {
	
	}
	#footer a:hover {
		text-decoration:underline;
	}
