/* -------------------------------------
	Author:  ~ api-webservices.com
	
	Built: 2010-06-26 (YYYY-MM-DD)
	
	Last Edit: 2010-06-26 (YYYY-MM-DD)
	
	URI: 
---------------------------------------*/

/* @group Reset */
/* Eric Meyer's CSS Reset, modified 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, hr, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background: #000 url(../images/mainbg.gif) repeat-x;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* @end */
/* @group Layout */

#contact {
	
}

#container {
	display: block;
	width: 951px;
	margin: auto;
}

#header {
	background: url(../images/header.png) no-repeat;
	height: 160px;
}

#header h1{
	margin: 0;
	padding: 0;
}

#header a{
	display: block;
	height: 150px;
	margin: 0 auto;
	width: 230px;
	text-decoration: none;
}

#header a h1{
	visibility: hidden;
}


#wrapper {
	background: #000 url(../images/containerbg.png) no-repeat;
	border-left: 1px solid #07292c;
	border-right: 1px solid #07292c;
}

#nav {
	display: block;
	float: left;
	background-color: #d1dfdf;
	margin-left: 8px;
	width: 141px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
}

#nav h2{
	margin-top: 4px;
	font: bold 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #000;
}

#nav ul {
}

#nav li a {
	border-color: #666;
	color: #18797c;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	padding-left: 6px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#nav li a:hover {
	background-color: #74ccd3;
	color: #000;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#content {
	display: block;
	float: right;
	width: 753px;
	background-color: #fff;
	padding: 8px;
	margin-right: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font: 14px Verdana, "Lucida Grande", Lucida, sans-serif;
	min-height: 328px;
}

#content em{
	font: inherit Verdana, "Lucida Grande", Lucida, sans-serif;
}


#content a{
	font: 14px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#content ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020 ";
}

#content ul li{
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-left: 20px;
}

#pagetitle{
	font: bold 24px "Trebuchet MS", Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #18797c;
	margin-bottom: 5px;
	float: right;
	width: 750px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-right: 8px;
	padding: 2px 10px;
	background: #fff url(../images/titlebg.jpg) no-repeat;
}

#footer {
	display: block;
	clear: both;
	border-bottom: 1px solid #07292c;
	color: #fff;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
	margin-bottom: 30px;
	padding: 6px 8px 10px 171px;
}

#footer a{
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #fff;
}

#footer a:hover{
	color: #74ccd3;
}

#api {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #4c4c4c;
}

#api a {
	color: #4c4c4c;
}

#api a:hover {
	color: #7f7f7f;
}

/* @end */
/* @group Typography */
body{
	
}

h1,h2, h3, h4, h5, h6{
	color: #18797c;
	margin-top: 4px;
	margin-bottom: 4px;
	font-variant: inherit;
	font-style: inherit;
	font-weight: bold;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

p{
	margin-bottom: 10px;
	margin-top: 0;
}
/* LVHA */
a, a:link{
	
}
a:visited{
	
}
a:hover{
	
}
a:active{
	
}
/* @end */
