/* 
    AUTHOR: YOUR NAME HERE
            you@domain.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 15px Arial, Helvetica, sans-serif; }
ul {/* list-style: none inside;*/ }
p { font: 13px; margin-bottom: 1.3em; }
a { outline: none; text-decoration:none;}
a img { border: none; }
input {/*width: 250px;*/ border:1px solid #cecece; color:#000000; font-size:12px; height:24px;}
input, textarea {/*width: 450px;*/ border:1px solid #cecece; color:#000000; font-size:12px;}
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#page-wrap {
	width: 996px;
	margin: 0 auto;
}


#header{
height: 109px;
width: 100%;
background-color: #fff208;
border-bottom: 9px solid #ff2a18;
}
#header-inner{
width: 996px;
margin: 5px auto;
}

#ddtopmenubar{
	width: 490px;
	height: 30px;
	float: right;
	margin-top: 40px;
	padding:0;
	text-align:right;
}
#ddtopmenubar ul{
	margin:0;
	padding:0;
}
#ddtopmenubar ul li{
	list-style:none;
	display:inline;
	font: italic 14px "Lucida Bright", Georgia, "Times New Roman", serif;
	font-weight:bold;
}
#ddtopmenubar a{

	color:#000;
	text-decoration:none;
	margin-left:40px;

}
#ddtopmenubar a:hover{ text-decoration:none; color:#F00;}

#banner{
	width: 1235px;
	margin:0 auto;
	z-index: -99;
}

.fade{ width:1259px; height:412px; padding:0px; overflow:hidden; background:#fff; margin:0 auto;}

#content{
	width: 996px;
	margin: 0 auto;
	overflow:hidden;
}

#right{
	width: 300px;
	float: right;
	padding: 10px;	
	}
#left{
	float: left;
	padding: 20px;
	width: 620px;
	background: right url(images/line-right_03.gif) repeat-y;
}
#main{
	padding: 20px;
	line-height:24px;
}
.bigred{
	font: 24px "Lucida Bright", Georgia, "Times New Roman", serif;
	color: #e20025;
}
.medred{
	font: 20px "Lucida Bright", Georgia, "Times New Roman", serif;
	color: #cb0000;
}
.medyellow{
	font: 20px "Lucida Bright", Georgia, "Times New Roman", serif;
	color: #fffa97;
}

.mediumred{
	font: italic 17px "Lucida Bright", Georgia, "Times New Roman", serif;
	color: #bf1b13;
		
}

#contactdetails{
	width: 288px;
	height: 165px;
	background: url(images/redleaf_13.jpg) no-repeat;
	float:right;
	
}


.bigger-black{
	font: 15px "Lucida Bright", Georgia, "Times New Roman", serif;
	color: #000;
}

.bigger-red{
	font: 15px "Lucida Bright", Georgia, "Times New Roman", serif;
	color: #e20025;
}

#right a{
	color: #000;
	text-decoration: none;
}

#right a:hover{
	color: #333;
}


#footer{
height: 48px;
width: 100%;
background: url(images/footer_07.gif) repeat-x;
}

#copyright{
	width: 996px;
	margin: 0 auto;
	padding-top: 18px;
	color: #FFF;
	text-align: right;
}

#banner{
height: 412px;
overflow: hidden;
}

.btn { 
	background:url(images/btn.gif) top left no-repeat; 
	width:69px; 
	height:35px; 
	cursor:pointer; 
	float:left; 
	color:#FFFFFF;
	border:none;
}

.hometext{
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/* END STRUCTURE */
