/*- Reset Styles -----------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
    cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
    ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline; }
 
ol, ul { list-style: none; }
 
h1, h2, h3, h4, h5, h6, li { line-height: 100%; }
 
blockquote, q { quotes: none; }
 
table {
    border-collapse: collapse;
    border-spacing: 0; }
 
:focus { outline: 0; }
 
/*- End Reset Styles -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*- General Styles-----------------------------------------------------------*/

body {
	background: #fff;
	color: #323232;
	font-family: arial;
	font-size: 10px;
}
a {
	color: #323232;
}
#wrappper {
	margin: 0 auto;
	width: 980px;
}


/*- /General Styles  -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*- Header-----------------------------------------------------------*/

#header {
	margin: 10px auto;
	text-align: center;
	width: 380px;
}
#logo {
	background: url('../img/bg/logo.jpg') no-repeat left top transparent;
	display: block;
	height: 180px;
	width: 380px;
	text-indent: -9999em;
	
}

/*- /Header  -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*- Main-----------------------------------------------------------*/

#main {
	background: url('../img/bg/bg-bottom.jpg') repeat-x left bottom transparent;
	overflow: hidden;
	padding: 0px 0px 20px 0px;
	position: relative;
}
	#main ul {
		margin: 40px 0px 30px 0px;
		text-align: center;
	}
		#main ul li {
			display: inline;
		}
			#main ul li a {
				padding: 0px 10px;
				text-decoration: none;
			}
	#main img {
		margin: 20px 0px 0px 0px;
	}
	#main h4 {
		padding: 0px 0px 5px 0px;
	}
		#main h4 a{
			font-size: 11px;
			font-weight: bold;
		}
	#main p.description {
	    padding: 0px 0px 20px 0px;
		width: 350px;
	}
	

/*------------------------------*/
/*  Main Left                   */
/*------------------------------*/
#main-left {
	background: url('../img/bg/bg.jpg') repeat-x left top transparent;
	float: left;
	height: 505px;
	position: relative;
	width: 473px;
}

#main-left-silo {
	background: url('../img/bg/bg.jpg') repeat-x left top transparent;
	float: left;
	height: 505px;
	position: relative;
	width: 473px;
	border-left: 1px solid #c4cbc3;
	border-right: 1px solid #c4cbc3;
}

#left-logo-box {
		    background: url('../img/boxes/copeland-logo.jpg') no-repeat top left;
		    display: block;
		    height: 63px;
		    position: absolute;
		    text-indent: -99999em;
		    top: 270px;
		    left: 170px;
		    width: 135px;
		}
	
	#main-left h4 {
		margin: 0px 0px 0px 30px;
		
	}
		#main-left h4 a {  }
	#main-left p.description {
		margin: 0px 0px 0px 30px;
	}

    #main-left-silo h4 {
		margin: 0px 0px 0px 30px;
		
	}
		#main-left-silo h4 a {  }
	#main-left-silo p.description {
		margin: 0px 0px 0px 30px;
	}

/*------------------------------*/
/*  Main Right                  */
/*------------------------------*/
#main-right {
	background: url('../img/bg/bg.jpg') repeat-x left top transparent;
	float: left;
	margin: 0px 0px 0px 3px;
	height: 505px;
	position: relative;
	width: 492px;
}

#main-right-silo {
	background: url('../img/bg/bg.jpg') repeat-x left top transparent;
	float: left;
	margin: 0px 0px 0px 3px;
	height: 505px;
	position: relative;
	width: 492px;
	border-right: 1px solid #c4cbc3;
	border-left: 1px solid #c4cbc3;
}	
	
#right-logo-box {
	background: url('../img/boxes/frank-logo.jpg') no-repeat top left;
    display: block;
    height: 65px;
    position: absolute;
    text-indent: -99999em;
    top: 269px;
    left: 120px;
    width: 265px;
}

#main-right h4 {
	margin: 0px 0px 0px 100px;
}
	#main-right h4 a {  }
#main-right p.description {
	margin: 0px 0px 0px 100px;
}

#main-right-silo h4 {
	margin: 0px 0px 0px 100px;
}
	#main-right-silo h4 a {  }
#main-right-silo p.description {
	margin: 0px 0px 0px 100px;
}

/*- /Main  -------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/


/*- Special -----------------------------------------------------------*/
#special{
    background: url('../img/boxes/special.jpg') no-repeat top left;
    display: block;
    height: 125px;
    padding: 5px;
    position: absolute;
    width: 130px;
    z-index: 1;
    top: 350px;
    left: 404px;
    text-align: center;
}

#special-silo{
    background: url('../img/boxes/special.jpg') no-repeat top left;
    display: block;
    height: 125px;
    padding: 5px;
    position: absolute;
    width: 130px;
    z-index: 1;
    top: 350px;
    left: 406px;
    text-align: center;
}

#special img { margin-top: 2px}

#special h2{
    font-size: 24px;
    margin: 10px 0px;
}
#special p{
    font-size: 14px;
}

#special-silo img { margin-top: 2px}

#special-silo h2{
    font-size: 24px;
    margin: 10px 0px;
}
#special-silo p{
    font-size: 14px;
}


/*- End Special -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/



/*- Footer-----------------------------------------------------------*/



#footer {
	padding: 0px 0px 20px 0px;
	text-align: center;
}
	#footer ul {
		margin: 0px 0px 10px 0px;
	}
		#footer ul li {
			display: inline;
		}
			#footer ul li a {
				padding: 0px 10px;
				text-decoration: none;
			}
				#footer ul li a.green {
					color: #2f5431;
				}
	#footer p {  }

/*- /Footer  -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

 
