/* Page Structure*/

/* TOC

1: - Global Styles

2: - Header

3: - Main Nav

4: - Content

5: - Footer

*/


/* 1 :-------- Global Styles ------------ */

	body {
		margin: 25px;
		padding: 0;
		background-color: #000;
		}
		
	.skipLink {
		position: absolute;
		margin-top: -999px;
		}
		
	.container {
		width: 868px;
		margin: 0 auto;
		}
		
	a {
		text-decoration: none;
		outline: none;
		}
		
	a img {
		border: 0;
		}
		
	.clear {
		display: block;
		clear: both;
		}

/* 2 :-------- Header ------------ */

	.header {
		position: relative;
		height: 172px;
		text-align: center;
		background: url(../images/mainLogo.gif) 0 0 no-repeat;
		}
		
	.header h1 {
		position: absolute;
		left: -9999px;
		}
		
	.header a:hover {
		color: #666!important;
		}
		
	.mainLogo {
		position: absolute;
		width: 270px;
		height: 160px;
		top: 0;
		left: 290px;
		text-align: left;
		text-indent: -9999px;
		overflow: hidden;
		}
		
	.paging {
		margin: 0;
		padding: 0;
		list-style: none;
		}
	.paging li {
		display: inline;
		margin: 0 5px;
		padding: 0;
		}
	.paging li a {
		color: #fff;
		text-decoration: none;
		}
		
	.dialog {
		position: absolute;
		top: 216px;
		left: -9999px;
		width: 330px;
		margin-left: -200px;
		background: #000 url(../images/dialog_bg.jpg) 0 0 repeat-x;
		padding: 27px 35px 20px;
		z-index: 99999;
		border: 1px solid #666;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		
		font-size: 14px;
		line-height: 20px;
	}
	.dialog a,
	.dialog strong {
		color: #5d0a6f;
		font-size: 15px;
		font-weight: normal;
	}
	.dialogClose {
		font-size: 14px;
		line-height: 10px;
		color: #5d0a6f;
		position: absolute;
		top: 3px;
		right: 5px;
		cursor: pointer;
		font-weight: bold;
	}

/* 3 :-------- Main Nav ------------ */


	#mainNav {
		position: absolute;
		right: 11px;
		top: 15px;
		}
	
	#mainNav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
	#mainNav li {
		display: inline;
		margin: 0;
		padding: 0;
		}
			
	#mainNav a {
		font-size: 1.2em;
		font-family: Georgia, Times;
		color: #fff;
		background: transparent url(../images/h2_bg.gif) 2px 5px no-repeat;
		padding: 0 4px 0 13px;
		display: inline;
		display: inline-block;
		}
	#mainNav a:hover,
	#mainNav li.selected a {
		color: #fff !important;
		background-color: #5d0a6f;
	}
	
	
/* 4 :-------- Content ------------ */

	#content {
		clear: both;
		padding-top: 37px;
		background: url(../images/hr.gif) 0 0 no-repeat;
		}
		
	.designListing {
		margin: 0 0 0 -28px;
		padding: 0;
		list-style: none;
		}
	.designListing li {
		display: inline;
		padding: 0;
		margin: 0;
		}
	.designListing a {
		float: left;
		position: relative;
		margin: 0 0 0 28px;
		width: 270px;
		height: 232px;
		overflow: hidden;
		text-decoration: none;
		color: #fff;
		}	
	.designListing a img {
		display: block;
		margin-bottom: 3px;
		}
	.designListing a span {
		font-size: 18px;
		color: #999;
		display: block;
		font-family: Georgia, Times;
		line-height: 20px;
		}
	.designListing a:hover span {
		color: #fff;
		}


	.designsArea img {
		display: block;
		margin-bottom: 14px !important;
	}
	.designsArea p {
		margin: 0;
	}

/* See content.css */

/* 5 :-------- Footer ------------ */

	#footer {
		clear: both;
		padding-top: 30px;
		background: url(../images/hr.gif) 0 10px no-repeat;
		color: #999;
		text-align: center;
		}	
		

/* GENERIC FORM STYLING */
#content form {
	width:378px;
}
	#content form fieldset {
		border:0;
		padding:0;
	}
		#content .message {
			color:red;
			background:#ddd;
			border:1px solid #ccc;
			padding:5px;
			margin:5px;
		}
		#content span.message {
			width: 300px;
		}
		#content form div {
			margin-top:10px;
			width:100%;
		}
		#content form label {
			font-size:1.1em;
			color:#666;
		}
			#content form label.left {
				float:left;
				width:12em;
			}
			#content form label.FormHeading {
				font-size:1.3em;
				color:#ff7200;
				font-weight:bold;
			}
		#content form input.text,
		#content form textarea,
		#content form select {
			width:200px;
			color:#000;
			background:#f8f8f8;
			border:1px solid #aaa;
			padding:3px;
		}
		
		#content form input.numeric {
			width:20px;
			background:#f0f0f0;
			border:1px solid #aaa;
			padding:3px;
			color:#000;
			margin-right:4px;
		}
		#content form input.year {
			width:35px;
		}
		#content form p.Actions {
			text-align:right;
			padding:0 22px 15px 0;
		}
			#content form p.Actions input {
				padding:2px;
			}

		.Actions {
			padding-left: 157px;
			}
			
			
