@charset "UTF-8";
/* CSS Document */

body {
background: #b5bdc8; /* Old browsers */
background: -moz-linear-gradient(top, #b5bdc8 0%, #28343b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b5bdc8 0%,#28343b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b5bdc8 0%,#28343b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b5bdc8 0%,#28343b 100%); /* IE10+ */
background: linear-gradient(to bottom, #b5bdc8 0%,#28343b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */


font-family: 'Average Sans', sans-serif;
font-size:13px;

}

a {
	text-decoration:none;
	color:#126376;
}

img {
	border-color:#CBCCCE;
}

#sidebar {
	position:fixed;	
	width:220px;
	left:0px;
	top:0px;
	height:3000px;
	padding:20px;
	background-color:#FFF;
	z-index:1;
}

.contentBox {
	margin-left:280px;
	position:relative;
	display: inline-block;
	margin-bottom:50px;
	background-color:#FFFFFF;
	border-radius: 5px;
	width:930px;
	padding-bottom:20px;
}

.visuals {
	margin:30px;
	margin-bottom:40px;
	float:left;
}

.text {
	max-width:200px;
	margin-top:20px;
	margin-right:30px;
	float:left;
}

.onlytext {
	padding-left:30px;
	padding-right:30px;
	max-width:600px;	
	margin-bottom:40px;
}

.clearFix
{
	clear:both;
	line-height:1px;
}

.scrollButton {
	margin-left:20px;	
	cursor: hand; cursor: pointer;
	background-color:#10566a;
	padding:3px;
	padding-left:10px;
	margin-bottom:5px;
	border-radius: 5px;
	color:#ABEEF5;
	
	background: #107d96; /* Old browsers */
background: -moz-linear-gradient(top, #107d96 0%, #10566a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#107d96), color-stop(100%,#10566a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #107d96 0%,#10566a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #107d96 0%,#10566a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #107d96 0%,#10566a 100%); /* IE10+ */
background: linear-gradient(to bottom, #107d96 0%,#10566a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#107d96', endColorstr='#10566a',GradientType=0 ); /* IE6-9 */
}

.flashPlaceholder {
	cursor: hand; cursor: pointer;
}

.categoryList {
	display:none;
}


.categoryButton {
	cursor: hand; cursor: pointer;
	background-color:#FB6824;
	margin-bottom:10px;
	margin-top:10px;
	padding:7px;
	border-radius: 5px;
	color:#FFF;
	
	background: #fea245; /* Old browsers */
background: -moz-linear-gradient(top, #fea245 0%, #fb6824 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea245), color-stop(100%,#fb6824)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fea245 0%,#fb6824 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fea245 0%,#fb6824 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fea245 0%,#fb6824 100%); /* IE10+ */
background: linear-gradient(to bottom, #fea245 0%,#fb6824 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea245', endColorstr='#fb6824',GradientType=0 ); /* IE6-9 */

}

.titleBar {
	padding-left:30px;
	background-color:#FB6824;
	color:#FEDE9A;
	
}

.contacts{
	margin-left:10px;
}

.linkButton{	
	cursor: hand; cursor: pointer;
	background-color:#999;
	padding:5px;
	padding-left:10px;
	margin-bottom:5px;
	border-radius: 5px;
	width:150px;
	text-align:center;
	color:#FFFFFF;
	
	background: #107d96; /* Old browsers */
background: -moz-linear-gradient(top, #107d96 0%, #10566a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#107d96), color-stop(100%,#10566a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #107d96 0%,#10566a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #107d96 0%,#10566a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #107d96 0%,#10566a 100%); /* IE10+ */
background: linear-gradient(to bottom, #107d96 0%,#10566a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#107d96', endColorstr='#10566a',GradientType=0 ); /* IE6-9 */
}



