@charset "utf-8";


/* -------------------------------- */
/* RESET HTML TAGS					*/ 
/* -------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;	
	font-family:Arial;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* -------------------------------- */
/* PAGE ELEMENTS 					*/ 
/* -------------------------------- */
/* Top Section	  					*/

body {
	border:0px;
	padding:0px;
	background:#75899E url(../images/ui/bg-body.png) top center no-repeat;
}

#wrapper {
	padding:0px;
	width:784px;
	margin:0 auto;
	border:4px solid #FFF;
	background:#FFF;
	padding-top:0px;
	margin-bottom:80px;
}


	/* -------------------------------- */
	/* HEADER							*/
	
	#header {
		height:142px;
		background:#C2973F url(../images/ui/bg-header.png) top left no-repeat;
		position:relative;
		font-size:11px;
	}
	
	#header .logo {
		position:relative;
		top:2px;
	}
	
	#header ul {
		height:21px;
		line-height:21px;
		background:#333;
		color:#FFFFFF;
		position:absolute;
		top:122px;
		left:0px;
		width:100%;
		overflow:visible;
	}
	
	#header li {
		float:left;
		display:block;
		margin-left:9px;
		height:24px;
		line-height:27px;
		position:relative;
		top:-3px;
	}
	
	#header li a {
		display:block;
		float:left;
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:none;
		position:relative;
		left:6px;
		padding-right:6px;
		top:0px;
	}
	
	#header li.active, #header li:hover {
		background:url(../images/ui/bg-tab.png) top left no-repeat;
	}
	
	#header li.active a, #header li:hover a {
		color:#333;
		background:url(../images/ui/bg-tab.png) top right no-repeat;
	}
	
	#header .contact {
		position:absolute;
		top:15px;
		right:29px;
		width:180px;
		color:#FFFFFF;
		font-weight:bold;
		text-align:center;
	}
	
	#header .contact h3 {
		font-weight:bold;
		font-size:18px;
	}
	
	#header .contact .number {
		font-size:25px;
	}
	
	#header .contact .mail {
		font-size:12px;
	}
	
	/* -------------------------------- */
	/* CENTER							*/
	
	#center {
		margin-top:5px;
		position:relative;
		margin-bottom:-40px;
	}
	
	#center p {
		line-height:160%;
		font-size:12px;
		font-family:Verdana;
		color:#666666;
		margin:10px 0px;
	}
	
	#center h1 {
		font-size:22px;
		color:#333333;
	}
	
	#center h2 {
		font-size:16px;
		color:#333;
		font-weight:bold;
		margin-top:10px;
	}
	
	#center h3 {
		font-size:12px;
		color:#666666;
		font-weight:bold;
		margin:10px 0px 2px 0px;
	}
	
	#center em {
		font-style:italic;
	}
	
	#center small {
		font-size:10px;
		color:#999999;
	}
	
	#center ul {
		list-style:square;
		margin:20px;
		font-size:12px;
		line-height:160%;
		color:#666;
	}
	
	#center strong {
		font-weight:bold;
	}
	
	#center .col2 {
		width:48%;
		float:left;
		margin-left:5px;
	}
	
	#center .page {
		background:url(../images/ui/bg-page.png) top left repeat-x;
		padding:10px;
		
		min-height:200px;
	}
	
	#center .left {
		width:535px;
		float:left;
		border-right:1px solid #CCC;
		padding-right:15px;
	}
	
	#center .float {
		position:absolute;
		right:15px;
		top:11px;
	}
	
	#center .package {
		clear:both;
		border:2px solid #ccc;
		padding:10px;
		margin:10px 0px;
		
	}
	
	#center .package h3 {
		margin:5px 0px;
		font-size:20px;
		color:#831628;
	}
	
	#center .package ul {
		margin:13px;
	}
	
	#center .package li {
		width:47%;
		margin-right:3%;
		font-size:11px;
		float:left;
	}
	
	#center .address {
		margin-left:10px;
	}
	
	#center .right {
		float:right;
		margin-top:170px;
		margin-right:10px;
		width:186px;
		text-align:center;
	}
	
	#center .right span, #center .right a {
		color:#999999;
		font-size:12px;
		font-weight:bold;
		display:block;
	}
	
	#center .right img {
		margin:-10px 0 10px 0;
	}
	
	#center .right .number {
		font-size:27px;
		letter-spacing:-1px;
		color:#831628;
	}
	
	#center .right .clients, #center .right .contact {
	padding-bottom:5px;
	border-bottom:1px solid #DEDEDE;
	margin-bottom:5px;
	}
	
	#center .right .clients h4 a {
		color:#831628;
		font-size:20px;
		font-weight:bold;
		text-decoration:none;
	}
	
	#center .right .clients p strong {
		font-weight:bold;
		display:block;
		margin-top:10px;
	}
	
	#center .quote {
		margin:20px;
	}

	#center .quote strong {
		display:block;margin:5px;
	}	
	/* -------------------------------- */
	/* LEFT								*/
	
	
	/* -------------------------------- */
	/* RIGHT							*/
	
	
	/* -------------------------------- */
	/* FOOTER							*/
	
	#footer {
		position:relative;
		top:40px;
		font-size:10px;
		color:#FFF;
		text-align:center;
		clear:both;
	}
	
	#footer ul {
		text-align:center;
	}
	
	#footer li {
		display:inline;
		text-align:center;
	}
	
	#footer li a {
		color:#FFF;
		text-decoration:none;
		padding-right:10px;
	}

	
	