@charset "utf-8";
/* CSS Document Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
	outline:none;
}
body {
	line-height: 1.5;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
	outline:none;
}
/* CSS Document Reset End */
/*
/* Grey: #202328
/* White :#eee
/* Blue: #7697d9
/* Dark Blue: #6699FF
/* Black: #15181d
/* Yellow: #f7941d
/*****************************
*         FUNCTIONS          *
*****************************/
/*-----------Slider---------*/

#slider {
	/*margin:0 auto;*/
	position:relative;
	width:680px;
	padding: 0px 5px;
}
.scroll {
	background: none/*#FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom*/;
	clear:left;
	overflow-x:hidden;
	overflow-y:auto;
	position:relative;
	width:680px;
}
.scrollContainer div.panel {
	height:365px;
	padding:10px;
	width:670px;
}
#shade {
	background:#EDEDEC url(images/shade.jpg) no-repeat scroll 0 0;
	height:50px;
}
ul.navigation {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:10px 0 9px;
}
ul.navigation li {
	display:inline;
	margin-right:10px;
}
ul.navigation a {
	padding:10px;
	text-decoration:none;
	text-transform:uppercase;
	border: 1px solid #111;
}
ul.navigation a:hover {
	background-color:#15181d;
	border: 1px solid #000;
	background:url(style/footer-bg.jpg) repeat-x scroll left 80%;
}
ul.navigation a.selected {
	background-color:#15181d;
	border: 1px solid #000;
	background:url(style/footer-bg.jpg) repeat-x scroll left 80%;
}
ul.navigation a:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
.scrollButtons {
	cursor:pointer;
	position:absolute;
	top:-50px;
}
.scrollButtons.left {
	left:600px;
}
.scrollButtons.right {
	right:-20px;
}
.hide {
	display:none;
}
/*------Scroller----------*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	/*background: url(style/shadow_e.png) #ddd;*/
	background: url(style/scroll-bar-base.png);
}
.jScrollPaneDrag {
	position: absolute;
	/*background: url(style/shadow_w.png) #7697d9;*/
	background: url(style/scroll-bar.png) no-repeat;
	cursor: pointer;
	overflow: hidden;
	height: 13px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #666;
	height: 9px;
}
a.jScrollArrowUp:hover {
	background-color: #f60;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #666;
	height: 9px;
}
a.jScrollArrowDown:hover {
	background-color: #f60;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #f00;
}
/*-----------nyroModal--------------*/
div#nyroModalFull {
	color:#888888;
	font-family:"Trebuchet MS";
	font-size:13px;
}
div#nyroModalFull div#nyroModalLoading {
	background:#EEEEEE url(style/ajax-loader.gif) no-repeat scroll center center;
	border:8px solid #eee;
	height:150px;
	text-indent:-9999em;
	width:150px;
}
div#nyroModalFull div#nyroModalLoading.error {
	background:#202328 no-repeat scroll 0 0;
	border:1px solid #444;
	height:100px;
	line-height:20px;
	padding:20px;
	text-indent:0;
	width:300px;
}
div#nyroModalFull div#nyroModalWrapper {
	border:1px solid #444;
}
div#nyroModalFull div#nyroModalWrapper a#closeBut {
	background:transparent url(style/closebox.png) no-repeat scroll 0 0;
	display:block;
	height:30px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	position:absolute;
	right:-20px;
	text-indent:-9999em;
	top:-20px;
	width:30px;
}
div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {
	color:#7697d9;
	font-size:16px;
	left:5px;
	margin:0;
	padding:0;
	position:absolute;
	top:-22px;
}
div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {
	/*background:#eee url(style/bg.jpg) no-repeat scroll 0 0;*/
	background:#202328;
	border:8px solid #202328;/*padding:5px;*/
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {
	overflow:hidden;
	position:relative;
	text-align:center;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img {
	vertical-align:baseline;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {
	background:black none repeat scroll 0 0;
	border:1px dotted white;
	bottom:0;
	left:0;
	margin:10px;
	opacity:0.2;
	overflow:hidden;
	padding:10px;
	position:absolute;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {
	cursor:help;
	opacity:0.5;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a {
	background-image:url(data:image/gif);
	cursor:pointer;
	height:100%;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	position:absolute;
	text-indent:-9999em;
	top:0;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalPrev {
	left:0;
	width:40%;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalPrev:hover {
	background:transparent url(../img/prev.gif) no-repeat scroll left 20%;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalNext {
	right:0;
	width:40%;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalNext:hover {
	background:transparent url(../img/next.gif) no-repeat scroll right 20%;
}
iframe {
	overflow: hidden;
	width: 220px;
	height:300px;
}
/*nyroModal End*/

/*********************************
*              Main Body         *
*********************************/
body {
	color:#666;
	background:#080B10 url(style/bg.jpg) no-repeat;
	font-family:"Trebuchet MS";
	font-size:13px;
	/*font: 10px  "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	text-align:center;
}
#container {
	margin: 0px auto auto auto;
	width: 702px;
	text-align:left;
}
h1 {
}
h2 {
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#6699FF;
	/*color:#FFFFFF;*/
	margin-bottom:8px;
	border-bottom: 1px solid #fff;
	/*background:#ccc url(style/shadow_s.png) repeat-x;*/
	padding-left: 10px;
}
h3 {
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#202328;
	margin-bottom:5px;
}
p.text2 {
	margin-bottom: 5px;
}
a {
	/*color:#7697d9;*/
	color:#9DAAB7;
	text-decoration:none;
}
a:hover {
	color:#6699FF;
	text-decoration:underline;
}
li.tick {
	background:url(style/limited_list_tick.png) no-repeat left 80%;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
}
.white {
	color:#eee;
}
.spacer {
	clear:both;
	font-size:0px;
	line-height:0px;
}
.left {
	float:left;
}
.right {
	float:right;
}
/* Top NavBar */
#topnav {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:60px;
	margin:0 auto 0;
	position: relative;/*margin:0 auto 50px;*/
	/*width:700px;*/
}
/*#topnav ul.navigation {
	height:40px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}*/
/*#topnav li {
	background:transparent url(style/top-li.jpg) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	float:right;
	height:30px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:5px;
	padding:5px 0 0;
	text-align:center;
}*/
#topnav ul.nav {
	background: transparent url(style/color-a.png) repeat scroll 0 0;
    border:1px solid #444444;
	float:right;
	padding:15px 10px 15px;
}
#topnav ul.nav li {
	float:left;
}
#topnav li a {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin-left:3px;
}
#topnav li.home a {
	background: url(style/main-home.png) no-repeat 0 0;
}
#topnav li.contact a {
	background: url(style/main-contact.png) no-repeat 0 0;
}
#topnav li.login a {
	background: url(style/main-login.png) no-repeat 0 0;
}
#topnav li.news a {
	background: url(style/main-news.png) no-repeat 0 0;
}
#topnav li a:hover, #topnav li a.active {
	background-position: 0 -32px;
}
#topnav li a span {
	display: none;
}
#topnav li a:hover span {
	display: block;
	width: 200px;
	position: absolute;
	top: 22px;
	left: 330px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
/*#topnav li a {
	color:#202328;
	display:block;
	height:25px;
	text-decoration:none;
	text-indent:0;
	width:75px;
}
#topnavbar li a:hover {
	color:#EE014C;
}*/
/*****************Logo***********************/
#logo {
	background:url(style/logo.png) no-repeat;
	width:397px;
	height:80px;
}
#logo a {
	display:block;
	text-indent:-9999px;
	height:80px;
	width:397px;
}
/*****************Tagline*******************/
#tagline {
	background:url(style/tagline.png) no-repeat;
	width:290px;
	height:44px;
}
#tagline p {
	display:block;
	text-indent:-9999px;
}
/****************Pages***********************/
#pages {
	background:url(style/main-bg.jpg) repeat-y;
	min-height:384px;
	padding:30px;
}
#pages-top {
	background:url(style/main-bg-top.jpg) no-repeat;
	height:7px;
}
#pages-bottom {
	background:url(style/main-bg-bottom.jpg) no-repeat;
	height:9px;
}
/*--------------Portfolio-----------------*/
ul#portfolio {
	height:340px;
	overflow:auto;
	padding-left:40px;
}
ul#portfolio li {
	background:url(style/ajax-loader.gif) #eee no-repeat center center;
	display:block;
	height:168px;
	width:185px;
	float:left;
	margin-left:10px;
}
/*-------------Projects---------------------*/
#project {
	background:#eee;
	width:800px;
	height:300px;
	padding: 5px;
}
ul#images {
}
ul#images li {
	background:url(style/ajax-loader.gif) #eee no-repeat center center;
	width:90px;
	height:90px;
	float:left;
	border:3px solid #aaa;
	margin: 0px 4px 4px 0px;
}
ul#images li.big {
	background:url(style/ajax-loader.gif) #eee no-repeat center center;
	width:290px;
	height:290px;
}
ul#images li img {
}
/*------------Tactics---------------*/
ul#tactics {
	height:340px;
	overflow:auto;
}
/*---------------Contact----------------*/
#contact {
	text-align:left;
	padding: 10px;
}
#contact-left {
	float:left;
	width:300px;
}
#contact-right {
	float:right;
	width:250px;
}
form {
/*background:url(style/form.png) no-repeat;*/
}
input {
	background:#ccc;
	border:none;
}
input.send-button {
	background:url(style/send.png) 0 0 no-repeat;
	height:25px;
	width:85px;
	border:none;
	float:left;
	margin-top:5px;
}
input.reset-button {
	background:url(style/reset.png) 0 0 no-repeat;
	height:25px;
	width:85px;
	border:none;
	margin-top:5px;
}
/*.button {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background:#FFCC00 none repeat scroll 0 0;
	border:1px solid #FF6600 !important;
	color:#333333 !important;
	cursor:pointer;
	font-size:12px;
	font-weight:normal !important;
	line-height:1.5em;
	margin-top:5px;
	padding:3px 4px;
	text-decoration:none !important;
}*/
.button {
	background:url(style/button.png) no-repeat;
	color:#fff;
	cursor:pointer;
	font-size:12px;
	font-weight:normal !important;
	line-height:1.5em;
	margin-top:5px;
	padding:1px 0 7px 23px;
	text-decoration:none !important;
	border:none;
}
p.error {
	padding:0 15px 10px;
	background:url(style/limited_list_error-wide.png) no-repeat left;
}
h3.error {
	padding:0 15px 10px;
	background:url(style/limited_list_error-wide.png) no-repeat left;
	color:#FFF;
}
h2.valid {
	padding-left: 20px;
	background:url(style/limited_list_tick.png) no-repeat left;
}
/*----------------News------------------*/
#news {
	height:100px;
	padding-top:30px;
	color:#444;
	font-size:1.1em;
}
/***************Footer********/
#footer {
	background:#000000 url(style/footer-bg.jpg) repeat-x;
	height: 130px;
	padding: 10px;
}
#footer-inner {
	margin: 30px auto;
	width:700px;
	text-align:left;
}
#footer a{
	color:#6AB0C5;
}