/* Photography Studio 1 Stylesheet by Nadia www.perrelink.com.au */
/* start by zeroing out the margins on elements, add padding or margins on each element separately */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {  
margin: 0; 
padding: 0; 
border: 0; 
}

/* stops the shorter pages from jumping if there is no need for a scrollbar */
html, body {
min-height: 100%;
margin-bottom: 1px;
}

body {
background-color: #666666;
	background-image: url(http://www.gfrremodeling.com/Images/background.gif);
	font-size: 100.01%;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #49453F;
}

/* div that holds everything together */
#wrapper {
width: 772px;  
w\idth: 769px;  /*value for IE6*/
margin: 10px auto; 
position: relative;  
background-image: url(http://www.gfrremodeling.com/Images/wrapper_bg.jpg); 
background-repeat: repeat-y;
background-color: #000000; 
border: 1px solid #CCCCCC; 
text-align: left; 
}

/* top headerpic */
#strap {
height: 174px;
background-image: url(http://www.gfrremodeling.com/Images/strap.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

/* main content area */
#content {
	border-left: 1px solid #CCCCCC;
	width: 520px; 
	margin-left: 194px;
	width:/**/520px;
	padding: 10px 20px;
	background-color: #000000;
	font: .95em Arial, Helvetica, sans-serif;
}

* html body #content {
	width: 526px;  
	margin-left: 190px;
}

/* Heading styles for the content area */
#content h1 {
	font-size: 100%;
	color: #CCCCCC;
}

#content h2 {
	font-size: 90%;	
	color: #999999;
	margin-bottom: 1.0em;
	letter-spacing: .1em;
}

#content h3 {
	font-size: 85%;	
	color: #AFACB7;
	margin-bottom: 0.9em;
	letter-spacing: .1em;
}

#content h4 {
	margin-top: 25px;
	color: Maroon;
}

/* styles the paragraphs in the content area */
#content p {
	margin: 15px 0;
	font-size: 85%;
	line-height: 135%;
	color: #FFFFFF;
}
#content a {
	color: #D8D8D8;
}

#content ul {
	padding: 15px 20px 10px 30px;
	list-style-position: inside;
}

#content ul li {
	font-size: 85%;
	line-height: 1.5em;
	list-style-type: disc;
}


#content img {
	margin: 3px 8px 1px 0;
	border: 1px solid black;
}

hr {
	width: 350px;
	margin-left: 35px;
}

/* styles to float images in the content area */
#content .leftfloat {
	float: left;
	margin: 4px 10px 1px 0;
	padding: 2px;
}
#content .rightfloat {
	float: right;
	margin: 4px 5px 1px 10px;
	padding: 2px;
}
/* end image styles */

/* footer area styles */
#footer {
 background-color: #666666;
  height: 50px;
  clear: both; 
  background-image: url(http://www.gfrremodeling.com/Images/footer.jpg);
  background-repeat: repeat-y;  
}

#footer p {
	font-size: 70%;
	text-align: right;
	padding: 7px 7px 2px 0;
	padd\ing: 9px 15px 0 35px;  /*value for IE6*/
	color: #DBDBDB;
	padding-top: 30px;	
}

/* footer link styles */
#footer a {
color: #DBDBDB;
}

#footer a:hover {
	color: #D0BFAF;
}
	
/* left column styles */
#leftcol {
	width: 170px;
	height: 250px;
	float: left;
	margin: 35px 0 10px 10px;
}
/* For IE6  - so that the menu doesn't sit right on the sidebar edge on right */
* html body #leftcol {
	width: 170px;
	height: 250px;
	float: left;
	margin: 25px 0 10px 5px;
}

#leftcol ul {
	list-style-type: none;
	margin-bottom: 15px;
	}

#leftcol ul li {
    border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 170px;
	line-height: normal;
	padding: 1px;	
	w\idth: 168px;
	line-height:118%;
	l\ine-height: normal;
	margin-bottom: -3px;
	ma\rgin-bottom: 0;
}

/* the submenu in the left column styles */
#leftcol li a {
	font-size: 80%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #003300;
	padding: 4px 0 4px 2px;
	padd\ing: 4px 0 4px 2px;  /* for ie */
	background-color: #FFFFFF;
}

#leftcol li a:hover, #leftcol li a:focus {
background-color: #003700;
color: #FFFFFF; 
}

/* SETS CURRENT PAGE STATE OF MENU BUTTONS */
#current a:link, #current a:visited, #current a:hover, #current a:active {
color: #FFFFFF;
text-decoration:none;
background-color: #003700;
}

/***** Begin laying out the contact form *****/
#content form {
	margin: 20px 0 50px 7px; 
}
#content fieldset {
	margin: 0;
	border: none;
	padding: 5px 5px 20px 20px;
}
/* form input fields */
#content input, #content select {
	background-color: #DDDCD9;
	color: #414F4B;
	border: 1px solid #CCCCCC;
	margin: 0 0 0 0;
	width: 150px;
	display: block;
}

#content textarea {
	background-color: #DDDCD9;
	color: #41141C;
	border: 1px solid #41141C;
	margin: 0 30px 0 0;
	height: 200px;
}

/* sets the enquiry box to the right of the input fields */
.labelfloat {
	float: right;
	padding-top: 20px;
}

#content label {
	color: #171717;
	font-size: 75%;
	padding-top: 5px;
	display: block;
}

/***** Ends the form layout *****/