/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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:middle;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
body {
	text-align: center;
	line-height: 150%;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	/*text-shadow: 1px 1px 0px #202d37;*/
	min-height: 25px;
	background: #292114;
	letter-spacing:0.5px;
}
a {
	text-decoration: none;
	color: #ccff66;
	/*text-shadow: 1px 1px 0px #384f58;*/
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.ui-tabs-hide {
	display: none;
}
br.clear {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 5px;
	color: #ccff66;
	line-height: 1em;
	font-weight: normal;
	font-family: Arial, san-serif;
	text-shadow: 1px 1px 0px #292114;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #ccff66;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	padding-bottom: 15px;
	line-height: 150%px;
}
strong {
	font-weight: bold;
	color: #1c1c1c;
}
cite, em, i {
	font-style: italic;
}
pre, code {
	font-family: Courier New, monospace;
	margin-bottom: 10px;
}
ins {
	text-decoration: none;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
blockquote {
	margin: 1.5em;
	color: #666666;
	background: #e6e6e6;
	font-style: italic;
	border: 1px solid #dcdcdc;
}
blockquote p {
	padding-bottom: 0px;
}
input[type=text], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
	padding: 2px;
	color: #4e4e4e;
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#2D3940;
	color: #3e3e3e;
}
input[type=text], input.text, input.title, textarea, select {
	margin:0.5em 0;
}
textarea {
	padding: 4px;
}
img#about-image {
	float: left;
	margin: 3px 8px 8px 0px;
}
.reset {
	clear: both;
	height: 20px;
}
.resetline {
	clear: both;
	height: 20px;
	border-top:1px solid #FFFFFF;
	margin-bottom:10px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
/*------------------------------------------------*/
/*-----------------[CONTENT]-----------------*/
/*------------------------------------------------*/
#header {
	height:35px;
	background-color:#000000;
	width:100%;
	line-height:35px;
	text-align:left;
	font-size:9px;
}
#header a {
	color:#FFFFFF;
	padding:0px 15px;
	text-transform:uppercase;
}
#header a:hover {
	color:#ccff66;
}
#centerback {
	background:#292114 url(/images/centerBackground.gif) no-repeat top center;
}
#wrapper {
	width:960px;
	height:800px;
	display:block;
	margin:auto;
	text-align:center;
}
#wrapper .mainlogo img {
	padding-top:80px;
}
#wrapper .logo img {
	padding-top:10px;
	float:left;
}
#maincontent {
	width:960px;
	margin:30px 0px 10px 0px;
	text-align:left;
}
#maincontent .content {
	margin-left:100px;
	width:860px;
	min-height:600px;
}

#maincontent .content p, .packbox td, .packbox th {
	text-shadow: 1px 1px 0px #292114;
}

#maincontent .content ul {
	padding-left:50px;
}

#maincontent .content ul li {
	line-height:150%;
	padding:5px 0px 5px 0px;
	font-size:11px;
}

#maincontent .content a {
	color:#ccff66;
}
.contentbox tr td {
	padding:5px;
}
.contentbox tr th {
text-align:right;
}
.clientbox {
	width:750px;
}
.clientbox tr th {
	border:1px solid #666666;
	padding:10px;
	background:#000;
}
.clientbox tr td {
	border:1px solid #666666;
	padding:10px;
	background:#333;
}
.clientbox tr.main td {
text-align:center;
}
.clientbox tr td {
text-align:left;
}
.clientbox tr th {
text-align:left;
width:170px;
}
#footer {
	height:30px;
	width:100%;
	text-align:center;
	font-size:9px;
	text-transform:uppercase;
	position:relative;
}
#footer a {
	color:#ccff66;
}

.packbox td {
	vertical-align:middle;
	padding:5px 15px;
}
.packbox img {
	margin:0;
	padding:0;
}
ul.list {
	list-style:disc;
	padding-left:50px;
	padding-bottom:20px;
}
ul.list li {
	text-shadow: 1px 1px 0px #292114;
}
/*------------------------------------------------*/
/*-----------------[TOOLTIPS]-----------------*/
/*------------------------------------------------*/

.tooltips {
	color:#FFFFFF;
	cursor:pointer;
}
#tt {
	position:absolute;
	display:block;
	background:url(/images/tt_left.gif) top left no-repeat;
}
#tttop {
	display:block;
	height:5px;
	margin-left:5px;
	background:url(/images/tt_top.gif) top right no-repeat;
	overflow:hidden;
}
#ttcont {
	display:block;
	padding:10px 25px 15px 15px;
	margin-left:5px;
	background:#000000;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}
#ttcont h4 {
	color:#ccff66;
	border-bottom:1px dotted #CCCCCC;
}
#ttcont h5 {
	color:#ccff66;
	border-bottom:1px dotted #CCCCCC;
}
#ttbot {
	display:block;
	height:5px;
	margin-left:5px;
	background:url(/images/tt_bottom.gif) top right no-repeat;
	overflow:hidden
}