/* CSS Document */

body {
	font-size:80%;
	font-family:  Arial, Helvetica, sans-serif;
	color:#7C7764;
	background: url("../images/bg.gif") repeat-x;
	background-color:#FFF;
	margin: 0px;
}

/*GENERAL*/
#wrapper{margin:0 auto; width:920px; padding:0 15px;}
#header{background: url("../images/quadraq_logo.gif") no-repeat; margin:20px 0 15px 0; height:65px; text-align:right; color:#3884C0;}
#header ul{padding:0; margin:0;}
#header li{display:inline;}
#header a{color:#3884C0; margin: 0 4px;}
#header a:hover{color:#193A77;}

#footer {background: url("../images/bg-footer.gif") repeat-x; text-align:center; padding:25px 0; margin-top:15px; font-size:0.9em;}
#footer a{color:#7C7764; margin:0 5px; text-decoration:none;}
#footer a:hover{color:#565345;}

/*MENU STYLES*/
#menu{height:35px; background: url("../images/bg-menu.gif") no-repeat; font-size:13px; margin-bottom:15px;}
#menu ul{padding:10px 0 0 2px; margin:0;}
#menu li{display:inline;}
#menu a{color:#FFF; text-decoration:none; padding:8px 12px 8px 12px; border-right:1px solid #1c448f; border-left:1px solid #3161a7;} 
#menu a.first{border-left:0px;} 
#menu a.last{border-right:0px;} 
#menu a:hover{color:#ddecff;}
#current a{text-decoration:underline;}

/*MASTHEADS*/
#masthead-home{background: url("../images/bg-masthead-home.jpg") no-repeat; height:180px; margin-bottom:15px;}
#masthead-home p{padding:80px 0 0 278px;}
#masthead-content{background: url("../images/bg-masthead-content.jpg") no-repeat; height:100px; margin-bottom:15px;}


/*CONTENT HOME*/
#home-left{width:495px; float:left; display:inline;}
#home-left p{line-height: 1.5em;}
#home-right{width:400px; float:right; display:inline;}
#home-right h2{color:#a4007f;}
#home-right p{font-size:11px;}

.rightboxes{padding:10px 15px 5px 15px; background:url("../images/bg-home-right.gif");}
.rightboxes-bottom{height:5px; background:url("../images/bottom-homeright.gif"); margin-bottom:15px;}

/*CONTENT PAGES*/
#content-left{width:535px; float:left; display:inline;}
#content-left p{line-height: 1.5em;}
#content-right{width:360px; float:right; display:inline;}
#content-right h2{color:#a4007f;}
#content-right p{font-size:11px;}

.rightboxes2{padding:10px 15px 5px 15px; background:url("../images/bg-home-right2.gif");}
.rightboxes-bottom2{height:5px; background:url("../images/bottom-homeright2.gif"); margin-bottom:15px;}

/*CONTACT FORM*/
label{display:block;}
.quickcontact{margin-bottom:5px; width:80%;}
.big-form{border:1px solid #7C7764; padding:10px; background:#f9f7ed;}
form{margin:0; padding:0;}

/*VARIOUS TAGS*/

h2 {color:#245799; font-size:1.6em; letter-spacing:-1px; margin:0 0 10px 0; padding:0;}
h3 {color:#000; font-size:1.2em; margin:0 0 10px 0; padding:0;}
h4 {color:#000; font-size:1em; font-style:italic;}

li {list-style-image:url("../images/bullets.gif"); margin-bottom:8px; }

a {color:#193A77;}
a:hover {color:#275CBE;}

.clear{clear:both;}





