/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Stylesheet for Reece Glass Website

version: 1.0
Creation Date: June 03 2008
Revisions: June 05 2008
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/



/* =General
--------------------------------------------------------------------*/
@charset "utf-8";

/* Remove padding and margin */
* { margin: 0; padding: 0; }

/* Put it back on certain elements */
pre, blockquote, form, fieldset, table {
  margin: 0;
  padding: 5px 10px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}



p {
	padding: 10px;
	
}

/* Class for clearing floats */
.clear {
	clear:both;
}



/* Remove border around linked images */
img {
	border: 0;
}

/* =Typography 
--------------------------------------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fff;
  	text-align: left;
  	margin-top: 10px;
	background: url(../images/background.gif) repeat;
}

/* =Headings
-----------------------------------------------------------------------------*/
#head {
	width: 900px;
	float: left;
	height: 38px;
	background:url(../images/rgslice_03.gif) no-repeat;
}


/* =Branding
-----------------------------------------------------------------------------*/
#brand_01 {
	width: 900px;
	float: left; 
	height: 195px;
	background:url(../images/rgslice_05.jpg) no-repeat;
}



/* =Content
------------------------------------------------------------------------------*/
#Container {
	margin: 0 auto;
	width: 900px;
	
}

#mc_main {
	clear: both;
	float: left;
	width: 900px;
	min-height: 400px;
	background:#cffcbd url(../images/rgslice_09.gif) repeat-y;
}



#mc_main #content_right {
	clear: right;
	float: right;
	width: 700px;
}

#mc_main #content_left {
	clear: left;
	float: left;
	width: 199px;
	min-height: 500px;
}

#content_left .navleft_subcontent {
	clear: left;
	float: left;
	width: 171px;
	padding: 10px 10px;	
	
	 
}

#content_left #navpanel {
	clear: left;
	float: left;
	width: 200px;
	height: 350px;
	background:url(../images/menutop.gif) top left no-repeat;
}

#navpanel .navhead {
	display: inline;
	text-align: center;
	height: 20px;
	width: 200px;
}

#navpanel .headline {
	float: left;
	width: 139px !important;
	width: 90px;
	margin: 40px 30px 20px 30px !important;
	margin: 40px 0 20px 13px;
	padding: 0 0 0 0 !important;
	padding: 0 0 0 45px;
	height: 25px;
	border-bottom: 1px solid #7dc124;
}

#navpanel #menubox { float: left; width: 191px; min-height: 300px; 


	margin: 40px 30px 20px 30px !important;
	
	margin: 40px 0 20px 13px;

}

#menubox { display: block; margin: 5px 0;  list-style: none; font-size: 12pt; font-weight: bold; }

#menubox a { text-decoration: none; color: #fff; }

#menubox { text-decoration: none; color: #000000; }

#mc_main #top {
	float: right;
	width: 700px;
	height: 121px;
	background:url(../images/rgslice_07.gif) no-repeat;
}

#content_right #contentbox {
	clear: right;
	float: right;
	width: 660px;
	padding: 20px;
	color: #000000;

	
	}


#contentbox ol, li {
	padding: 3px 0;
	margin-left: 15px;
}

#contentbox ul, li {
	padding: 3px 0;
	margin-left: 10px;
}

#contentbox h3 {
	border-bottom: 1px solid #7bbe24;
}
	
/* =Main Nav
-----------------------------------------------------------------------------*/


	
	

/* =Secondary Content
-----------------------------------------------------------------------------*/


/* =Footer
-----------------------------------------------------------------------------*/
#footer_main {
	clear: both;
	float: left;
	width: 900px;
	height: 94px;
	background:url(../images/rgslice_11.gif) no-repeat;
	margin-bottom: 5px;
}

#footer_main .footernav {
	float: left;
	height: 20px;
	width: 900px;
	margin-top: 35px;
	text-align:center;
}

#footer_main .footernav ul li {
	display: inline;
	list-style: none;
	padding: 0 30px;
}

.footernav ul li a {
	text-decoration: none;
	color: #fff;
}

.footernav ul li a:hover {
	color: #000000;
}

#footer_main #copyright {
	float: left;
	width: 900px;
	text-align:center;
	height: 20px;
	margin-top: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
}


/* =Forms
-----------------------------------------------------------------------------*/




/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 3px;
	
}

td {
 
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/


