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, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
}
img, a img, :link img, :visited img {
	border: 0;
}
html {
	overflow: auto; /* removes vertical scrollbar */
}

body {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #121315 url("../img/splash/noise.jpg") 0 0 repeat;
	font-size: 76%;
	text-align: center;
	color: #D2D8DE;
	/*font-family: "Calibri", "Arial", "Helvetica", "Nimbus Sans L", sans-serif;*/
	font-family:"Lucida Sans Unicode","arial",  "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
}

div#gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent url("../img/splash/background.jpg") center center no-repeat;
}

div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 540px;
	margin: -280px 0 0 -480px;
	text-align: left;
/*
	background: #000 url("../img/test.jpg") 0 0 no-repeat;
	background-position: bottom left;
*/
}
div#head {
	width: 900px;
	height:50px;
	margin-left:30px;
}
div#content {
	border-top:1px solid #333;
	clear:both;	
	float:left;
	height:400px;
	width: 900px;
	margin-left:30px;
	margin-bottom:20px;
	font-size:10px;
	font-weight: normal;
	color:#666;
	overflow: hidden;

}
div#footer {
	clear:both;
	float:left;
	color:#333;
	font-size:10px;
	width: 900px;
	margin-left:30px;
}
div#photo {
	background-image:none;
	background: #000 url("../img/test.jpg") 0 0 no-repeat;

}
ul#social {
	margin: 17px 0 0 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

                    #social li.back {
                        border-bottom: 1px solid #c5e2b5;
                        width: 9px;
                        height: 35px;
                        z-index: 8;
                        position: absolute;
                    }
ul#social li {
	float: left;
	margin: 0 0.7em 0 0;
	padding: 0;
	background-image: none;
    position: relative;
    z-index: 10;

}
/*--- links ------------*/

a {
	font-size: inherit;
}

a:link, a span.hilite {
	text-decoration: none;
	color: #c5e2b5;
}

a:visited {
	text-decoration: none;
	color: #95be7d;
}

a:hover, a span.hilite:hover {
	text-decoration: none;
	color: #a1ff66;
	color: #fff;
}

a:active, a span.hilite:active {
	text-decoration: none !important;
	color: #fff;
}

.readmore {
text-align:right;
margin-right:15px;
}
/*--- headings ------------*/

p{
	margin-bottom:10px;
}


h2, h3, h4, h5 {
	/*font-family: "Calibri", "Arial", "Helvetica", "Nimbus Sans L", sans-serif;*/
	font-family: "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	line-height: 1em;
	font-weight: normal;
}

h2 {
	margin: 0.1em 0 0.6em 0;
	font-size: 2.1em;
	color: #fff;
}

h3 {
	margin: 0.2em 0 0.5em 0;
	font-size: 1.4em;
	color: #fff;
}

h4 {
	margin: 0 0 0.2em 0;
	font-size: 1.4em;
	color: #a1ff66; /*b0e194*/
}

h5 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

h2 a:hover, h3 a:hover, h4 a:hover {
	color: #b0e194 !important;
}

h2 a:active, h3 a:active, h4 a:active {
	color: #79ff25 !important;
}
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
.hide {
	display:none;
}
.w200 {
	width:200px;
}
.w300 {
	width:300px;
}
.w400 {
	width:400px;
}
.w500 {
	width:500px;
}
.w550 {
	width:550px;
}

.ml25 {
margin-left: 25px;
}
.mb25 {
margin-bottom: 25px;
}


.panel{
	float:left;
	height:400px;
	width: 900px;
}




ul.bullet li {
	padding: 0 0 0.8em 2em;
	list-style-type: none;
	background: transparent url("../img/global/li_off.png") 0.2em 0.2em no-repeat;
	font-size: 9px;
}

ul li:hover {
	background: transparent url("../img/global/li_on.png") 0.2em 0.2em no-repeat;
}


.accord {
width:100%;
}
#gallery .accord img{
	border:1px solid #333;
	margin-right:5px;
	height:45px;
}

.gallery_cat {
	overflow:hidden;
	float:left;
	margin:0px 0px 5px 5px;
}

.gallery_cat img {
	width:200px;
}

#contact_form td {
	vertical-align: top;
	padding-bottom:2px;
}

#contact_form td input {
	width:200px;
	padding:2px;
}
#contact_form .formelement {
	width:200px;
	padding:2px;
}
#contact_form td textarea {
	width:200px;
	height:80px;
	padding:2px;
}


#faqc strong {
	color: #a1ff66; /*b0e194*/
	font-weight: normal;
}
strong {
	color:#C5E2B5;
}