html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong,
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;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/* General rules */
body{
	font-family:"Trebuchet MS",Arial,Verdana,sans-serif;
	font-size:14px;
	color:#4d4c4c;
	line-height:1.6em;
}
a{
	text-decoration:none;
	color:#0889ea;
	outline:none;
	border-bottom:1px dashed;
}
a:hover, a:focus{
	border:0;
}
img{
	-ms-interpolation-mode: bicubic;
}
p{
	margin:5px 0 15px 0;
	padding:0;
	text-align:justify;
}
h1{
	font-size:24px;
	font-weight:normal;
	line-height:1.5em;
	margin-top:20px;
	color:#0462ad;
	clear:both;
}
h2{
	font-size:20px;
	font-weight:normal;
	line-height:1.5em;
	color:#0086ef;
	clear:both;
}
h3{
	font-size:16px;
	line-height:1.5em;
	font-weight:bold;
	color:#333A43;
	clear:both;
}
h4{
	font-size:14px;
	font-weight:bold;
	color:#0462ad;
	clear:both;
}
h5{
	font-size:16px;
	font-weight:normal;
	color:#333A43;
	clear:both;
}
h6{
	font-size:14px;
	font-weight:bold;
	color:#888888;
	clear:both;
}
blockquote{
	background:url("../img/stripes.png") repeat-y scroll 0 0 transparent;
	color:#888888;
	float:right;
	font-size:16px;
	letter-spacing:0;
	line-height:25px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:20px;
	padding:0 0 0 20px;
	width:50%;
}
blockquote.left{
	float:left;
	margin-left:0;
	margin-right:20px;
}
ul{
	margin-left:30px;
	margin-bottom:10px;
}
ol{
	margin-left:45px;
	margin-bottom:10px;
}
ul{
	list-style:none;
}
ul li{
	background:url("../img/arrow.png") 0% 50% no-repeat;
	padding-left:15px;
}
table, td, th {
	vertical-align:middle;
}
table {
	margin-bottom:18px;
	margin-top:15px;
	width:100%;
}
th, tr:hover {
	background-color:#ededed;
}
td, th{
	border-bottom:#EAEAEA 1px solid;
	border-top:1px solid #FFFFFF;
}
th {
	border-top:1px solid #d5d5d5;
	color:#666666;
	padding:10px;
	text-transform:uppercase;
	text-align:left;
}
td {
	color:#888888;
	padding:10px;
}
pre, code {
	font-family:mono-space,monospace;
	overflow:auto;
	padding:20px;
	white-space:pre;
	margin:10px 0;
}
pre{
	background:#F9F9F9;
	border-color:#D9D9D9 #EAEAEA;
	border-style:solid;
	border-width:1px;
	color:#666666;
}
code {
	background:url("../img/code.png") repeat scroll 0 0 #F6F6F6;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:1px;
	line-height:20px;
	display:block;
	font-size:10px;
	padding:0 14px;
}
fieldset {
	border:1px solid #D9D9D9;
	padding:20px;
	margin-bottom:10px;
}
legend {
	font-size:12px;
	color:#888888;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:0 10px;
}
input, textarea{
	padding: 9px;
	border: solid 1px #000000;
	outline:0;
	font: normal 14px/100% "Trebuchet MS",Arial,Verdana,sans-serif;
	color:#939393;
	width: 200px;
	background:#0c0c0c url("../img/form_bg.png") top left repeat-x;

	box-shadow: rgba(0,0,0,0.6) 0 0 6px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 0 6px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 0 6px;
	background: -webkit-gradient(linear, left top, left 25, from(#0c0c0c), color-stop(4%, #040404), to(#0c0c0c));
	background: -moz-linear-gradient(top, #0c0c0c, #040404 2px, #0c0c0c 25px);
}
input[disabled="disabled"], input.disabled{
	filter:alpha(opacity=50);
	opacity:0.5;
} 
textarea {
	width: 95%;
	height: 150px;
	line-height: 150%;
} 
input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #0e2c44;
	box-shadow: rgba(0,0,0,0.6) 0 0 6px;
	-moz-box-shadow: rgba(0,0,0,0.6) 0 0 6px;
	-webkit-box-shadow: rgba(0,0,0,0.6) 0 0 6px;
}
label {
	margin-left:10px;
}
input#submit, input#reset, input#sendbutton{
	-moz-border-radius:5px 5px 5px 5px;
	background:none repeat scroll 0 0 #0681df;
	border:0 none;
	color:#FFFFFF;
	font-size:14px;
	padding:7px 17px;
	width:auto;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
input#sendbutton{
	background:url("../img/send.png") no-repeat;
	width:84px;
	height:34px;
}
button{
	background:none;
	border:0;
	margin:0;
	padding:0;
}
input#radio, input#checkbox{
	width:auto;
	background:none;
	border:0;
}
input#fileinput{
	border:1px solid #FFFFFF;
	color:#888888;
	background:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.dropcap{
	display:block;
	float:left;
	font-size:40px;
	line-height:40px;
	margin:0 8px 0 0;
}
.pullquote_right, .pullquote_left {
	background:url("../img/stripes.png") repeat-y scroll 0 0 transparent;
	color:#888888;
	float:right;
	font-size:16px;
	text-align:left;
	letter-spacing:0;
	line-height:25px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:20px;
	padding:0 0 0 20px;
	width:33%;
}
.pullquote_left  {
	float:left;
	margin-left:0;
	margin-right:20px;
}
.highlight {
	background-color:yellow;
	color:#111111;
	padding:1px 4px;
}
.divider {
	clear:both;
	display:block;
	margin-bottom:20px;
	padding-top:20px;
	width:100%;
	background:url("../img/line.gif") repeat-x 0% 90%;
}
.top {
	font-size:8px;
	line-height:10px;
	margin-bottom:40px;
	text-align:right;
}
.top a {
	background:#f3f3f3;
	border:0;
	padding-left:10px;
	height:20px;
	width:20px;
}
.top a:hover,
.top a:focus{
	color:#4d4c4c;
}
.right{
	float:right;
}
.left{
	float:left;
}
.img_left{
	float:left;
	margin:10px 16px 10px 0;
}
.img_right{
	float:right;
	margin:10px 0 10px 16px;
}
.frame{
	background:#ededed;
	border:1px solid #d5d5d5;
	padding:7px;
}
.hide{
	display:none;
}

/* Header */
body{
	background:#f3f3f3 url("../img/main_bg.png") top left repeat-x;
}
#header{
	width:960px;
	margin:0 auto;
}
#header a{
	border:0;
}
#logo{
	float:left;
	margin-top:20px;
	padding-left:10px;
}
/* Menu */
#nav{
	list-style:none;
	margin:0 10px;
	float:right;
	height:85px;
	background:url("../img/menu_divider.png") 100% 50% no-repeat;
}
#nav li{
	float:left;
	height:85px;
	padding:0;
	background:url("../img/menu_divider.png") 0% 50% no-repeat;
}
#nav li a{
	font-size:18px;
	color:#ffffff;
	float:left;
	display:block;
	height:55px;
	padding:30px 15px 0 15px;
}
#nav li a:hover, #nav li a.active{
	color:#b0d6f4;
	background:url("../img/menu_marker.png") 50% 100% no-repeat;
}

/* Slideshow */
#slideshowbg{
	clear:both;
	background:url("../img/slideshow_bg.png") top left repeat-x;
	height:282px;
	width:960px;
	margin:0 auto;
	padding-top:18px;
	position:relative;
}
#prev, #next{
	position:absolute;
	top:130px;
}
#prev{
	left:70px;
}
#next{
	right:70px;
}
#slideshow{
	width:618px;
	height:246px;
	margin:0 auto;
	overflow:hidden;
}
#slideshow img{
	border:8px solid #0462ad;
}
#reflection{
	width:616px;
	margin:0 auto;
	display:block;
}

/* Content */
div#content{
	width:940px;
	margin:0 auto;
	padding:30px 10px 0 10px;
	background:url("../img/content_bg.png") top center no-repeat;
}

/* Left Column */
#leftcolumn{
	width:640px;
	padding-right:20px;
	float:left;
}
.leftbox, .rightbox{
	width:300px;
	text-align:center;
	margin-top:50px;
}
.leftbox{
	padding-right:20px;
}
.rightbox{
	padding-left:20px;
}

/* Right Column */
#rightcolumn{
	width:280px;
	float:right;
	margin-top:20px;
}
.sidebox{
	background:#e3e9ee;
	margin-bottom:20px;
	padding-bottom:10px;
}
.sidebox h2{
	display:block;
	height:43px;
	padding-left:20px;
	margin-bottom:10px;
	background:#0086ef;
	
	color:#f3f3f3;
	font-size:24px;
	line-height:43px;
}
.first h2{
	background:#0086ef url("../img/clock.png") 228px 50% no-repeat;
	margin:0;
}
.second h2{
	background:#0086ef url("../img/magnifier.png") 228px 50% no-repeat;
}
.third h2{
	background:#0086ef url("../img/pencil.png") 228px 50% no-repeat;
}
.sidebox h3,
.sidebox table,
.sidebox p{
	margin:0 20px;
}
.sidebox table{
	width:240px;
}
.sidebox th, .sidebox td{
	color:#4d4c4c;
}
.sidebox th{
	border-bottom:1px solid #acbacd;
	border-top:0;
	width:100%;
	padding:10px 0 0 0;
	background:0;
	text-transform:none;
}
.sidebox tr:hover{
	background:0;
}
.sidebox td{
	font-size:12px;
	border:0;
	padding:0;
}
.rightalign{
	text-align:right;
}
.second{
	position:relative;
}
.second a.kart{
	position:absolute;
	right:20px;
	top:50%;
	border:0;
}

/* Footer */
#footer{
	background:#303030 url("../img/footer_bg.png") top left repeat-x;
	clear:both;
	color:#939393;
}
#footercontent{
	width:940px;
	margin:0 auto;
	padding:60px 10px 0 10px;
}
.column{
	width:300px;
	float:left;
	background:url("../img/footer_divider.png") 50% 40px no-repeat;
}
.one, .two{
	margin-right:20px;
}
.three{
	margin:0;
}
.column h2{
	font-size:24px;
	margin-bottom:20px;
}
.one h2{
	background:url("../img/bubble.png") 258px 50% no-repeat;
}
.two h2{
	background:url("../img/layout.png") 258px 50% no-repeat;
}
.three h2{
	background:url("../img/star.png") 258px 50% no-repeat;
}

/* Column one */
#footercontent textarea{
	max-width: 280px;
}

/* Column two */
#footernav{
	list-style:none;
	margin:0;
}
#footernav li{
	margin:6px 0;
	padding:0;
	background:none;
}
#footernav li a,
#footernav li a:visited{
	background:#3a4146;
	border:0;
	padding:3px 10px;
	color:#939393;
}
#footernav li a:hover,
#footernav li a:focus{
	color:#0889ea;
	background:#262a2e;
}

/* Column three */
.three{
	text-align:center;
}
.three h2{
	text-align:left;
}
.three img{
	margin-bottom:30px;
}

/* Footerbottom */
.submit{
	clear:both;
}
#footerbottom{
	background:url("../img/footer_divider.png") center top no-repeat;
	clear:both;
	overflow:hidden;
	padding:24px 0;
	height:40px;
}
.blue{
	color:#0086ef;
}
#footerbottom p{
	width:640px;
	float:left;
}
#footerbottom a{
	float:right;
	border:0;
	display:block;
	width:182px;
	height:49px;
}
.alt_heading{
	background:url("../img/stripes.png") 0% 60% repeat-x;
}
.alt_heading a, .alt_heading span{
	padding-right:10px;
	color:#0462ad;
	border:0;
	background:#f3f3f3;
}
.arrow a, .arrow span{
	padding-right:35px;
	background:#f3f3f3 url("../img/down_button.png") 97% 90% no-repeat;
}
.one_fourth {
	width:130px;
	float:left;
	margin-bottom:20px;
	margin-right:40px;
}
.last {
clear:right;
margin-right:0 !important;
}
.one_fourth p, .one_fourth h3{
	margin:0 3px 0 3px;
}
.one_fourth img{
	background:url("../img/img_container.png") top left no-repeat;
	padding:9px;
}
#tinymce, body#content {
	background-image:none;
	padding:5px;
	background-color:#f3f4f4;
}
#pagination{
    float:right;
}
#pagination a{
    display:block;
    float:left;
    padding:4px 8px;
    line-height:14px;
    background:#c9c9c9;
    border:1px solid #ffffff;
    color:#ffffff;
    margin-left:10px;
    font-size:12px;
    font-family:Arial,Verdana,sans-serif;
}
#pagination a.current,
#pagination a:hover{
    background:#ffffff;
    border-color:#d0d0d0;
    color:#c9c9c9;
}
#pagination a.previous,
#pagination a.next,
#pagination a.first,
#pagination a.last{
    padding:0;
    width:23px;
    height:22px;
}
#pagination a.previous,
#pagination a.previous:hover{
    margin-right:25px;
    background:#c9c9c9 url(../img/previous.png) 50% 50% no-repeat;
}
#pagination a.next,
#pagination a.next:hover{
    margin-left:35px;
    background:#c9c9c9 url(../img/next.png) 50% 50% no-repeat;
}
#pagination a.first,
#pagination a.first:hover{
    background:#c9c9c9 url(../img/first.png) 50% 50% no-repeat;
}
#pagination a.last,
#pagination a.last:hover{
    background:#c9c9c9 url(../img/last.png) 50% 50% no-repeat;
}
#pagination a.previous:hover,
#pagination a.next:hover,
#pagination a.first:hover,
#pagination a.last:hover{
    border:1px solid #ffffff;
    color:#ffffff;
}
