@charset "utf-8";
/* CSS Document */


@import url("forms.css"); /* forms styling */
@import url("styles.css"); /* text styling */


/* RESET ALL STYLING */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}



body {
	background-image:url(../images/bg-slice.jpg);
	background-repeat:repeat-x;
	background-color:#9D5771;
	padding: 0px;
	margin-top:0px;
	margin-bottom:20px;
	
}

div.wrap {
	background:#FFF url(../images/home-bg.jpg) 0px 100px no-repeat;
	text-align:center;
	margin:auto;
	width:710px;
	min-height:600px;
	padding:0px 20px 0px 20px;
}

div.wrap2 {
	background:#FFF url(../images/plain-bg.jpg) 0px 100px no-repeat;
	text-align:center;
	margin:auto;
	width:710px;
	min-height:600px;
	padding:0px 20px 0px 20px;
}


div.top {
	background:url(../images/bg-top.jpg) top left no-repeat;
	width:750px;
	height:46px;
	padding:0px;
	margin:0px -20px 0px -20px;
}

div.bottom{
	background:url(../images/bg-bottom.png) no-repeat;
	width:750px;
	height:18px;
	padding:0px;
	margin:0px -20px 0px -20px;
}

div.logo {
	width:300px;
	height:75px;
	float:left;
}


div.navigation {
	width:330px;
	height:40px;
	float:right;
}

.navitem {
	display:inline-block;
	float:left;
}



div.spacer1 {
	width:710px;
	height:200px;
	clear:both;
}

div.spacer2 {
	width:710px;
	height:20px;
	clear:both;
}

div.servicesbox {
	width:250px;
	height:352px;
	text-align:left;
	padding:0px 0px 0px 20px;
	float:left;
}
	

div.textbox1 {
	width:410px;
	float:right;
	text-align:left;
	padding:30px 0px 20px 30px;
}

div.textbox2 {
	padding:10px 0px 0px 0px;
	text-align:left;

}


div.textbox3 {
	padding:10px 20px 0px 0px;
	margin:10px 0px 10px 0px;
	height:300px;
	overflow-y:scroll;
	overflow-x:hidden;
	border-bottom:#CCC 1px solid;
	border-top:#CCC 1px solid;	

}


div.footer {
	background:url(../images/footer-bg.jpg) no-repeat top left;
	width:215px;
	height:65px;
	clear:both;
	text-align:left;
	padding:15px 10px 10px 425px;
	border:#DDCFD3 30px solid;
}


div.tagbar {
	background:#9D5771;
	width:750px;
	padding:10px 0px 20px 0px;
	margin:0px -20px 0px -20px;
}


div.contactfrmbox {
	background:#DDCFD3;
	padding:10px 10px 20px 10px;
	border:#DC6FA6 1px solid;
}


/* IMAGE STYLING */

.imghover:hover {
	-moz-opacity:.80;
	-ms-filter:”alpha(opacity=80)”; 
	filter:alpha(opacity=80); 
	opacity:.80;
	cursor:pointer;
	outline:none;
	}

