/*------GLOBAL------*/

body { margin:0 auto; background:url(../images/layout/bgslice.jpg) repeat-x #FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:11px; }
img { border:none; }
p, h1, h2, h3, h4, h5, h6, ul, li, a, td { font-size:11px; color:#333333; text-align:left; text-decoration:none; font-weight:normal; padding:5px 0 5px 0; margin:0; }
h1, h2 { font-size:20px; color:#E11300; font-family:"Gill Sans MT", Tahoma; }
h2 { font-size:14px; text-transform:uppercase; }
ul { padding:0; line-height:1; vertical-align:baseline; padding:10px 0 10px 25px; }
ul li { font-weight:bold; padding:6px 0 5px 15px; list-style:none; background:url(../images/layout/bullet.jpg) no-repeat left center; }
a { padding:0; color:#E11300; font-weight:bold; }
a:hover { text-decoration:none; color:#84B14C; }
td { font-size:11px; padding:0 0 5px 0; }

/*------DIVS------*/

#container { width:755px; }
#header { width:755px; height:63px; position:relative; }
#header #logo { width:347px; height:23px; position:absolute; left:6px; top:18px; }
#header #headerContact { width:307px; height:34px; position:absolute; left:440px; top:13px; }
#mainImgArea { width:238px; height:280px; float:left; }
#mainImgAreaSecond { width:362px; height:280px; float:left; position:relative; }
#mainImgAreaSecond #companySlogan { width:330px; height:122px; position:absolute; left:10px; top:17px; }
#mainTextArea { width:755px; padding:15px 0 15px 0; }
#formcontainer { width:350px; padding:5px 150px 0 0; float:right; position:relative; display:block; }
#footer { width:755px; padding:10px 0 10px 0; }

/*------NAVIGATION------*/

#nav { width:155px; height:280px; background:#E5F9CC; float:left; }
#nav ul { padding:0; }
#nav ul li { padding:5px 0 7px 6px; list-style:none; background:none; border-bottom:1px solid #FFF; }
#nav ul li a {
	font-size:15px;
	font-weight:normal;
	text-transform:lowercase;
	line-height: 15px;
}

/*------CLASSES------*/

.padding { padding:5px 0 5px 0; }
.floatleft { float:left; }
.floatright { float:right; }
.clearboth { clear:both; }
.border { border:1px #CCCCCC solid; padding:1px; }
.pageseparator { width:755px; height:10px; background:#84B14C; }
