/* CSS Document for Rochelles Curtains*/
/*colors
titles : #776800
image borders : #c8be7b
background : #a59c51
links : #9d6652
*/

					/*GLOBAL SETTINGS*/

body {
	text-align: center;
	font-size: 67.5%;
	font-family: "Century Gothic", "Lucida Grande", Arial, sans-serif;
	background: #a59c51;
	}
	

h1 {
	font-size: 1.6em;
	color: #776800;
	font-weight: normal;
	}

					/*LINKS*/

a:link, a:visited {
	color: #9d6652;
	}

.picbox a:link, .picbox a:visited {
	color: #9d6652;
	font-weight: bold;
	text-decoration: none;
	background: url(/assets/images/more.gif) no-repeat center left;
	padding: 20px;
	}

.picbox a:hover, .picbox a:active {
	background: url(/assets/images/moreover.gif) no-repeat center left;
	}

#footer a {
	color: #fff;
	}

					/*LAYOUT*/

#wrapper {
	position: relative;
	width: 730px;
	margin: 0 auto;
	text-align: left;
	}

#banner {
	width: 730px;
	height: 300px;
	text-align: center;
	padding: 0;
	margin: 0;
	background: #fff;
	}

#header {
	width: 730px;
	height: 108px;
	background: url(/assets/images/header.jpg) no-repeat bottom;
	}

#content {
	width: 730px;
	background-color: #fff;
	padding: 20px 0;
	margin: 0;
	min-height: 720px;
	}


* html div#content {
	/* Internet explorer Min-Height hack */
	height: 720px;
	}

.picbox {
	float: left;
	width: 128px;
	margin-left: 40px;
	padding: 0;
	text-align: left;
	}

.info {

	width: 675px;
	height: 200px;
	margin: 20px auto;
	border: 1px solid #776800;
	background: #E3E0CB;
	}

.clear {
	clear: both;
	}

#footer {
	clear: both;
	width: 730px;
	height: 80px;
	background: url(/assets/images/footer.gif) no-repeat;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	line-height: 1.4em;
	}
	
					/*NAVIGATION*/

#navcontainer {
	position: absolute;
	top: 0px;
	left: 33px;
	width: 710px;
	height: 42px;
	font-size: 1.1em;
	}

#navcontainer ul {
	width: 730px;
	height: 42px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navcontainer ul li {
	float: left;
	}

#navcontainer ul a {
	font-family: "Century Gothic", "Lucida Grande", Arial, sans-serif;
	color: #776800;
	font-size: 1.2em;
	line-height: 3.6em;
	display: block;
	width: 111px;
	height: 42px;
	padding: 0;
	background: url(/assets/images/navbutton.jpg) no-repeat;
	text-decoration: none;
	border: none;
	text-align: left;
	text-indent: 2em;
	}


#navcontainer a:hover {
	line-height: 2.2em;
	background-image: url(/assets/images/navbutton_over.jpg);
	}

#navcontainer li a#current {
	line-height: 2.2em;
	background-image: url(/assets/images/navbutton_over.jpg);
	}


						/*STYLING*/
						
#content h1 {
	padding: 0;
	margin: 0 26px 8px 26px;
	
	}

#content p {
	padding: 0;
	margin: 0 26px;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #776800;
	}

.picbox h3 {
	font-size: 1.2em;
	color: #776800;
	margin-left: 1.2em;
	}

.info h3 {
	font-size: 1.2em;
	color: #776800;
	margin-left: 1.2em;
	padding-top: 10px;
	}

.picbox p {
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	}


						/*IMAGES*/
.imageborder {
	border: 1px solid #776800;
	margin: 0 15px 15px 0;
	padding: 5px;
	}

.imageinfo {
	float: left;
	border: 1px solid #776800;
	margin: 15px;
	padding: 5px;
	background: #fff;
	}

.imageshadow {
	background: url(/assets/images/imagebg.gif);
	margin: 0 10px 10px 0;
	}


						/*FORMS*/

form {
	margin: 0 auto;
	}

fieldset {
	width: 460px;
	margin: 1em 2em;
	padding: 1em;
	border: 1px solid #776800;
	background: #fef6e9;
	}

legend {
	color: #776800;
	font-size: 1.2em;
	}

label {
	float: left;
	width: 10em;
	}

input {
	width: 200px;
	}

input.btn {
	width: 80px;
	}

