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

/* 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, 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CONTENT START */

body {
	background:#000;
	margin: 0 auto;
	padding: 0;
}
#container {
	width: 1250px;
	margin: 0 auto;
	height:auto;
	position:relative;
	padding-bottom:40px;
}
#header {
   width: 1250px;
   height:auto;
   position:relative;
}

#header h1 {   
   text-indent: -99999em;
   width: 660px;
   height:51px;
   background: url(../images/logo.png) no-repeat;
   position:relative;
   margin:15px 0 15px 25px;}

#home-wrapper {
   width: 1200px;
   height:auto;
   position:relative;
   margin:0 25px 0 25px;}
   
#content {
   width: 1250px;
   margin: 0 auto;
   padding:0 0 15px 0;
   height:auto;
   float:left;
   position:relative;}
#content-left {
   width: 660px;
   height:auto;
   padding:0 0 0 25px;
   float:left;}
#content-right {
   width: 520px;
   height:auto;
   padding:0 25px 0 0;
   float:right;}

#footer {
	width: 1180px;
	clear:both;
	height:auto;
	position:relative;
	padding:10px;
	margin:0 25px 0 25px;
	text-align:right;
	border-top: 1px solid #252525;
	margin-top:80px;
}
#footer p {
	color: #343434;
	font-size:11px;
	text-align:right;
}
#footer a {
	color: #606060;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover {
	text-decoration: underline;
}

/* TYPOGRAPHY */

h1 {font-family: Georgia, Georgia, Arial, Times, serif; 
	color:#fff;
	font-size:17px;
	line-height:127%;
	padding:0 0 10px 0;
}

h2 {font-family: gillsansstd, Arial, Times, serif; 
	color: #CCC;
	font-size:15px;
	line-height:127%;
	padding:0 0 8px 0;
}
h3 {font-family: gillsansstd, Georgia, Arial, Times, serif; 
	color:#0f71bc;
	font-size:15px;
	padding:0 0 5px 0;
}
p {font-family: Tahoma, Geneva, sans-serif;
	color:#959595;	
	text-align:justify;
	font-size:13px;
	line-height:130%;
	margin: 0 0 15px 0;
}

blockquote { border-bottom:dotted 1px #252525; margin-bottom:8px;  }

#content ul li {font-family: Tahoma, Geneva, sans-serif;
   color:#606060;
    font-size:13px;
	line-height:130%;
	list-style: disc;
	margin-left:15px;
}
#content ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	color:#929292;
    font-size:13px;
	line-height:130%;
	text-decoration:underline;
	outline:none;}
#content ol, ul  { margin:10px 0 10px 0;}

#content ol li {font-family: Tahoma, Geneva, sans-serif;
   color:#606060;
    font-size:13px;
	line-height:130%;
	list-style:decimal;
	margin-left:19px;
	
	
} 


/* TYPOGRAPHY */

a { 
	color:#959595;
	text-decoration:underline;
	outline:none;
}
a:hover {
	text-decoration:none;
}

/* MISC STYLES */	

.left {
	float:left;
}
.right {
	float:right;
}

.center { text-align:center;}

.clear {
	clear:both;
}

.hidden
{
display: none;
}

#prevNext
{
	text-align:center;

}

#prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
	padding:0 10px;
}

#zoom{
	position:absolute;
	/*border:1px solid #ccc;
	background:#333;*/
	padding:5px;
	display:none;
	color:#fff;
	}
	
.tooltip{
	position:absolute;
	width:32px;
}
	
