/* reset
****************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
body { line-height:1; }
article,aside,canvas,details,figcaption,figure, footer,header,hgroup,menu,nav,section,summary { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000;  font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

/* clearfix
****************************************************/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.column { float:left; margin: 10px 0px 10px 0px}
.column-right { float: right; margin: 10px 0px 10px 0px}
.left { float: left; margin: 10px 0px 10px 0px}
.right { float: right; margin: 10px 0px 10px 0px}
.column-twenty { float:left; width: 20%; }
.column-thirty { float:left; width: 30%; }
.column-forty { float:left; width: 39%; }
.column-fifty { float:left; width: 49%; }
.column-sixty { float:left; width: 59%; }
.column-seventy { float:left; width: 69%; }
.column-onethird { float:left; width: 33%; }
.column-onefour { float:left; width: 25%; }
.column-twothird { float:left; width: 66%; }

/* content
****************************************************/
body {
	background-color:#000;
	background-image: url(images/bkgd.jpg); background-repeat:repeat-x;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 11px;
	
}

a {
	text-decoration:underline;		
}
a:link {
	color:#ffffff;
}
a:visited {
	color:#ffffff;			
}
a:hover {
	color:#0084ff;			
}
a:active{
	color:#ffffff;
}

.h1{
	color:#ff0000;
	font-size:15px;
}

.header{
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
}

.description{
	color:#fff;
	font-size:11px;
	font-weight:bold;
	line-height:150%;
}

.title{
	color:#fff;
	font-size:11px;
	font-weight:bold;
	line-height:120%;
}

.titlered{
	color:#f00;
	font-size:11px;
	font-weight:bold;
}

.titleblue{
	color:#0092ff;
	font-size:11px;
	font-weight:bold;
}

.text{
	color:#fff;
	font-size:11px;
	line-height:125%;
}

.textred{
	color:#f00;
	font-size:11px;
	margin-bottom:5px;
	line-height:125%;
}



.footer{
	color:#fff;
	font-size:8px;
}

p{
	line-height:125%;
}

ul.thumbs { list-style: none; margin:0 auto; }
ul.thumbs li { float:left; width: 69px; padding: 15px 12px; }
ul.big li { float:left; width: 315px !important; height:197px; padding: 0 0 10px 0; text-align:center;}
ul.testimonials li { float:left; width: 315px !important; height:375px; padding: 0 0 30px 0; text-align:center;}