/*						CSS RESET						*/
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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	background-color:#140F30;
	color:#FFF;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:11px;
}
.border {
	border:1px solid red;
}
.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#D92531;
}
#container {
	position:relative;
	margin:auto;
	width:1000px;
}
#header {
	position:relative;
	height:205px;
	z-index:2;
}
#bg-header {
	height:205px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	background-color:#fff;
	background-image:url(../img/bg/bg-diag-white.jpg);
	background-repeat:repeat-x;
}
#bg-content {
	height:205px;
	width:100%;
	position:absolute;
	top:206px;
	left:0;
	z-index:-1;
	background-image:url(../img/bg/bg-diag-blue.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
#content {
	min-height:414px;
	height:auto !important;
	height:414px;
	position:relative;
	top:-85px;
	float:left;
	z-index:2;
	background-color:#140F30;
	margin-left:50px;
	margin-top:10px;
	padding:0 10px;
	width:630px;
}
#sidebar {
	position:relative;
	float:right;
	z-index:2;
	margin-right:60px;
	margin-top:30px;
	width:233px;
}
#sidebar p.partner_logo {
	margin-top:10px;
}
#sidebar p.partner_txt {
	border-bottom:1px solid #4E4C64;
	margin-bottom:15px;
}
#logo {
	position:absolute;
	top:42px;
	left:485px;
	z-index:2;
}
#slogan {
	position:absolute;
	top:90px;
	left:60px;
	z-index:2;
}
#star {
	position:absolute;
	top:15px;
	left:840px;
	z-index:3;
}
.border {
	border:1px solid red;
}
.right {
	text-align:right;
}
.green {
	color: #2D903C;
}
.red {
	color:#DE1F28;
}
h1 {
	font-size:19px;
	padding-top:18px;
	text-align:justify;
	line-height:22px;
	font-weight:bold;
}
#nav {
	position:relative;
	z-index:2;
	left:60px;
	top:-45px;
}
#nav a {
	display:block;
	position: relative;
	top: 0;
	left: 0;
	height:86px;
	width:155px;
	float:left;
	background-image:url(../img/bg/bg-nav-top.png);
	background-repeat:no-repeat;
	background-position:0 0;
	margin-right:2px;
}
#nav a.welcome {
	background-position:0 0;
}
#nav a.services {
	background-position:-157px 0;
}
#nav a.gallery {
	background-position:-314px 0;
}
#nav a.contact {
	background-position:-471px 0;
}

#nav a.welcome_active {
	background-position:0 -88px;
}
#nav a.services_active {
	background-position:-157px -88px;
}
#nav a.gallery_active {
	background-position:-314px -88px;
}
#nav a.contact_active {
	background-position:-471px -88px;
}

#nav a .hover {
	background-image:url(../img/bg/bg-nav-top.png);
	background-repeat:no-repeat;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor:pointer;
}
#nav a.welcome .hover {
	background-position:0 -88px;
}
#nav a.services .hover {
	background-position:-157px -88px;
}
#nav a.gallery .hover {
	background-position:-314px -88px;
}
#nav a.contact .hover {
	background-position:-471px -88px;
}
.col-2-1 {
	float:left;
	width:270px;
	margin-right:50px;
	margin-top:30px;
}
.col-2-2 {
	float:left;
	width:270px;
	margin-top:30px;
}
.col-2-1 h1 {
	font-size:19px;
	padding-top:0px;
	text-align:left;
	line-height:22px;
	font-weight:bold;
}
p {
	line-height:17px;
	padding-bottom:6px;
}
p.border_red {
	border-bottom:1px solid #DE1F28;
	padding-bottom:4px;
}
p.border_green {
	border-bottom:1px solid #2D903C;
	padding-bottom:4px;
}
ul.tick {
	list-style-position: inside;
	list-style-image: url(../img/bg/bg-tick.png);
	line-height:22px;
}
ul.tick li {
}
a.arrow {
	padding-left:20px;
	background-image:url(../img/bg/bg-arrow.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.hide {
	display:none;
}
p.pad-10 {
	padding-top:10px;
}
#footer {
	position:relative;
	left:60px;
	top:-86px;
	z-index:2;
	color:#4E4C64;
	border-top:1px solid #4E4C64;
	float:left;
	padding-top:10px;
	width:630px;
}
#footer .col-2-1 {
	float:left;
	width:320px;
	margin:0;
}
#footer .col-2-2 {
	float:left;
	width:310px;
	margin:0;
}
#footer p {
	line-height:14px;
	font-size:8px;
}
#footer a {
	color:#4E4C64;
}
#footer a:hover {
	color:#FFF;
}



.simple_overlay {
	display:none;
	z-index:10000;
	background-color:#333;
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}
.simple_overlay .close {
	background-image:url(../img/overlay/apple-close.png);
	position:absolute;
	right:-10px;
	top:-10px;
	cursor:pointer;
	height:28px;
	width:28px;
}
#triggers {
	padding-top:15px;
}
#triggers a img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin-right:35px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#triggers a:hover img {
	background-color:#2D903C;
	border:1px solid #333;
}
#triggers img.last {
	margin-right:0px;
}
#triggers a.active img {
	outline:1px solid #000;
	z-index:9999;
	position:relative;
}

