@charset "utf-8";
/* CSS Document */

/* RESET STYLES */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, 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;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #FCFCFC;
}
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: "" "";
}
/* LAYOUT */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #565C65;
}

img{
	font-size: 11px;
}

.clear {
	clear: both;
}
#navbar {
	height: 80px;
	background: #212121 url(../images/navigation_bg.png) repeat-x 0px 0px;
	clear: both;
}
#navbar .content, #header .content {
	width: 1000px;
	margin: auto;
}
#navbar #logo {
	margin: 15px 20px 12px 20px;
	float: left;
}
#navbar #menu {
	margin-top: 23px;
	float: right;
}
#navbar #menu li {
	float: left;
}
#navbar #menu li a {
	height: 35px;
	padding-right: 25px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background: url(../images/menubg_right.gif) no-repeat 100% -35px;
	display: block;
}
#navbar #menu li a span {
	height: 27px;
	margin-left: 8px;
	padding: 8px 0px 0px 25px;
	background: url(../images/menubg_left.gif) no-repeat 0px -35px;
	display: block;
}
#navbar #menu li a:hover {
	background: url(../images/menubg_right.gif) no-repeat 100% 0px;
}
#navbar #menu li a:hover span {
	background: url(../images/menubg_left.gif) no-repeat 0px 0px;
}
#headerBackground{
	background: #000200 url(../images/header_bg_right.jpg) no-repeat 100% 0px;
	clear: both;
}
#header {
	height: 352px;
	background: url(../images/header_bg_left.jpg) no-repeat 0px 100%;
	position: relative;
	overflow: hidden;
}
#header .welcome {
	width: 400px;
	height: 302px;
	margin-right: 20px;
	padding: 30px 20px 20px 20px;
	background: url(../images/wellcome_bg.png) repeat-x 0px 0px;
	float: left;
}
#header .welcome h1 {
	margin: 0px 0px 20px 0px;
	font-size: 33px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: -2px;
}
#header .welcome p {
	margin: 20px 0px 20px 0px;
	font-size: 17px;
	color: #FFF;
	line-height: 21px;
}
#header .welcome a.buttonSeeProducts {
	margin: auto;
}
#header .screen {
	width: 496px;
	height: 279px;
	margin: 30px 20px 10px 0px;
	float: right;
}
#header .screen1 {
	background: url(../images/screens/headscreen_1.png) no-repeat 0px 0px;
}
#header .screen2 {
	background: url(../images/screens/headscreen_2.png) no-repeat 0px 0px;
}
#header .screen3 {
	background: url(../images/screens/headscreen_3.png) no-repeat 0px 0px;
}
#header .screen4 {
	background: url(../images/screens/headscreen_4.png) no-repeat 0px 0px;
}
#header .screen5 {
	background: url(../images/screens/headscreen_5.png) no-repeat 0px 0px;
}
#header .screen6 {
	background: url(../images/screens/headscreen_6.png) no-repeat 0px 0px;
}
#header .imageLoader{
	background: url(../images/loading.gif) no-repeat 50% 50%; !important
}
#header #slider{
	height: 342px;
	position: relative;
	overflow: hidden;
}
#header #slider li {
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:1000px;
	height: 342px;
	overflow:hidden;
}
#header ol#controls{
	width: 995px;
	height: 93px;
	padding: 10px 0px 2px 8px;
	margin: auto;
	background: url(../images/header_slidenav_bg.png) no-repeat 0px 0px;
	overflow: hidden;
	display: block;
}
#header ol#controls li a{
	width: 191px;
	height: 83px;
	margin-right: 7px;
	background: url(../images/slidenav_item_bg.png) no-repeat 0px 0px;
	display: block;
	float: left;
}
#header ol#controls li:last-child a{
	margin-right: 0px;
}

#header ol#controls li a:hover{
	background: url(../images/slidenav_item_bg.png) no-repeat 0px -83px;
}

#header ol#controls li a span{
	width: 191px;
	height: 83px;
	display: block;
	float: left;
}

#header ol#controls li#controls1 a span{
	background: url(../images/slidenav_item_dash.png) no-repeat 0px 0px;
}

#header ol#controls li#controls1.current a span{
	background: url(../images/slidenav_item_dash.png) no-repeat 0px -83px;
}

#header ol#controls li#controls2 a span{
	background: url(../images/slidenav_item_table.png) no-repeat 0px 0px;
}

#header ol#controls li#controls2.current a span{
	background: url(../images/slidenav_item_table.png) no-repeat 0px -83px;
}
#header ol#controls li#controls3 a span{
	background: url(../images/slidenav_item_grid.png) no-repeat 0px 0px;
}

#header ol#controls li#controls3.current a span{
	background: url(../images/slidenav_item_grid.png) no-repeat 0px -83px;
}
#header ol#controls li#controls4 a span{
	background: url(../images/slidenav_item_map.png) no-repeat 0px 0px;
}

#header ol#controls li#controls4.current a span{
	background: url(../images/slidenav_item_map.png) no-repeat 0px -83px;
}

#header ol#controls li#controls5 a span{
	background: url(../images/slidenav_item_tournaments.png) no-repeat 0px 0px;
}

#header ol#controls li#controls5.current a span{
	background: url(../images/slidenav_item_tournaments.png) no-repeat 0px -83px;
}

#page {
	min-height: 75px;
	background: url(../images/page_bg.png) repeat-x 0px 0px;
	clear: both;
}
.container {
	width: 980px;
	padding-left: 20px;
	margin: auto
}
#centerSidebar {
	padding: 30px 0px 40px 0px;
}
#leftSidebar {
	width: 720px;
	padding: 30px 25px 20px 0px;
	float: left;
}
#rightSidebar {
	width: 235px;
	padding: 100px 0px 20px 0px;
	float: right;
}
#centerSidebar h1, #leftSidebar h1 {
	margin: 0px 0px 30px 0px;
	font-size: 40px;
	color: #656D7A;
	font-weight: bold;
	letter-spacing: -2px;
}
#centerSidebar h1 span, #leftSidebar h1 span {
	font-size: 23px;
}
a.buttonRequestDemo {
	width: 235px;
	height: 57px;
	background: url(../images/button_requestdemo.png) no-repeat 0px -57px;
	display: block;
}
a.buttonRequestDemo:hover {
	background: url(../images/button_requestdemo.png) no-repeat 0px 0px;
}
a.buttonSeeProducts {
	width: 295px;
	height: 57px;
	background: url(../images/button_showproducts.png) no-repeat 0px -57px;
	display: block;
}
a.buttonSeeProducts:hover {
	background: url(../images/button_showproducts.png) no-repeat 0px 0px;
}
.blockFrame {
	padding: 1px;
	border: solid 1px #C7C7C7;
	background: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.block {
	background: #FBFBFB;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../images/block_bg.png) repeat-x 0px 100%;
}
.shotFrame {
	padding: 1px;
	border: solid 1px #C7C7C7;
	background: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.shot {
	padding: 6px;
	background: #FBFBFB;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: url(../images/block_bg.png) repeat-x 0px 100%;
}
#subFooter {
	min-height: 75px;
	background: #FCFCFC url(../images/subfooter_bg.png) repeat-x 0px 0px;
	clear: both;
}
#subFooter h2 {
	margin: 0px 0px 25px 0px;
	font-size: 30px;
	color: #656D7A;
	font-weight: bold;
	letter-spacing: -2px;
}
#footer .blockFrame {
	margin-bottom: 30px;
}
#footer .block {
	padding: 10px;
}
#footer #buttons {
	float: left;
}
#footer #twitter {
	float: right;
}
#footer .buttonRequestDemo, #footer .buttonSeeProducts {
	float: left;
}
#footer #or {
	width: 52px;
	height: 27px;
	margin: 15px 12px 15px 12px;
	background: url(../images/OR.gif) no-repeat 0px 0px;
	display: block;
	float: left;
}
#footer #copyright {
	margin-bottom: 30px;
	font-size: 14px;
	text-align: center;
	color: #565C65;
}
#footer #copyright a {
	color: #565C65;
	text-decoration: none;
}
#footer #copyright a:hover {
	text-decoration: underline;
}

