/* general */

html, body
	{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
a:link, a:visited
	{
	color: #00519a;
	text-decoration: none;
	}
a img
	{
	border: none;
	}
hr
	{
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #b2b2b2;
	margin: 20px 0;
	padding: 0;
	}
.redBorder
	{
	border-color: red;
	}
.clear
	{
	clear: both;
	}
.clear_right
	{
	clear: right;
	}
.error
	{
	color: red;
	margin: 20px 0;
	}
.message
	{
	margin: 20px 0;
	}
.inbl
	{
	display: inline-block;
	}
.img_wrapper img
	{
	max-height: 300px;
	}


/* t/header */

#header
	{
	margin: 0 20px;
	padding: 10px 0;
	height: 55px;
	}
#ec_logo
	{
	width: 291px;
	height: 55px;
	display: block;
	}
#ec_link
	{
	float: left;
	border-right: 1px solid #b2b2b2;
	margin-right: 20px;
	padding-right: 20px;
	}
#header p
	{
	padding: 22px 0 0 0;
	margin: 0;
	color: #b2b2b2;
	}
#userblock
	{
	float: right;
	font-size: 14px;
	margin: 10px;
	}
#breadcrumbs
	{
	border: 1px solid #dcdce4;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f8));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f8 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f8 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f8 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f8',GradientType=0 );
	margin: 0 20px;
	padding: 0 20px;
	}
#breadcrumbs a
	{
	line-height: 30px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	float: left;
	}
#breadcrumbs .divider
	{
	background: url(../i/breadcrumbChevron.png) left center no-repeat transparent;
	width: 11px;
	height: 33px;
	float: left;
	margin: 0 20px;
	}


/* t/footer */

#ec_footer
	{
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px;
	}
#footer
	{
	background-color: #00346a;
	color: #ffffff;
	padding: 40px 20px;
	margin-top: 30px;
	font-size: 12px;
	}
#footer.nomar
	{
	margin-top: 0;
	}
#footer p
	{
	line-height: 32px;
	padding: 0;
	margin: 0;
	}
#social
	{
	float: right;
	margin-right: 30px;
	}
#social a
	{
	line-height: 32px;
	color: #ffffff;
	text-decoration: none;
	margin-right: 15px;
	}


/* login */

#login_forms
	{
	text-align: center;
	}
#login_forms *
	{
	vertical-align: top;
	}
#login_forms h1
	{
	color: #b2b2b2;
	font-size: 50px;
	margin: 0 0 12px 0;
	padding: 0;
	font-weight: normal;
	}
#login_forms h2
	{
	font-size: 30px;
	font-weight: normal;
	}
#login_forms p
	{
	color: #b2b2b2;
	font-size: 20px;
	margin: 0 0 35px 0;
	}
#login_forms form
	{
	display: inline-block;
	width: 460px;
	padding: 20px;
	margin: 20px;
	text-align: left;
	}
#login_forms label
	{
	display: inline-block;
	min-width: 50px;
	margin-right: 5px;
	color: #b2b2b2;
	}
#login_forms input[type="text"], #login_forms input[type="password"]
	{
	margin-bottom: 12px;
	width: 340px;
	}
#login_forms input[type="submit"]
	{
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #00519a;
	color: #ffffff;
	font-weight: bold;
	padding: 4px 10px;
	width: auto;
	cursor: pointer;
	margin-left: 270px;
	}
#login_forms input[type="submit"]:hover
	{
	color: yellow;
	}
#login_form
	{
	margin-top: 40px !important;
	border: 1px solid #e7e7e7;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e7));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 );
	}
#login_form label
	{
	min-width: 75px;
	text-align: right;
	}
#login_form input[type="text"], #login_form input[type="password"]
	{
	width: 360px;
	}
#login_form input[type="submit"]
	{
	background-color: #24b13a;
	margin-left: 245px;
	}
#login_form input[type="submit"]:hover
	{
	color: yellow;
	}
#password_link
	{
	float: left;
	font-size: 80%;
	margin-top: 7px;
	}


/* index */

.category
	{
	float: left;
	margin: 20px;
	text-align: center;
	}
.category img
	{
	height: 200px;
	display: block;
	border: 1px solid #e7e7e7;
	margin-bottom: 20px;
	}
.category a.text_button
	{
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #24b13a;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 10px;
	}


/* subcat */

#sidebar
	{
	margin: 30px 30px 30px 50px;
	float: left;
	width: 110px;
	}
#sidebar a
	{
	text-decoration: none;
	display: block;
	}
#sidebar .section
	{
	color: #24b13a;
	font-weight: bold;
	font-size: 18px;
	margin: 18px 0 8px 0;
	}
#sidebar .section:first-child
	{
	margin-top: 0px;
	}
#sidebar .subsection
	{
	color: #7e7e7e;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 6px;
	}
#sidebar .selected
	{
	color: #545454;
	font-weight: bold;
	}
#main
	{
	margin: 0 40px 0 170px;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
	}
#main h1
	{
	padding-bottom: 15px;
	margin-bottom: 25px;
	font-weight: normal;
	}
#main h2
	{
	font-weight: normal;
	}
#desc
	{
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
#desc, #main h1
	{
	border-bottom: 1px solid #e7e7e7;
	}
#desc p
	{
	line-height: 150%;
	}
#desc img
	{
	float: right;
	margin: 0 0 20px 20px;
	max-height: 280px;
	}
.item
	{
	float: left;
	margin: 20px;
	text-align: center;
	width: 200px;
	}
.item img
	{
	display: block;
	margin: auto;
	width: 135px;
	height: 135px;
	}
.item p
	{
	color: #00519a;
	}
.item a.text_button, .item .video_url a
	{
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #24b13a;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 10px;
	}
.item .video_url
	{
	margin-bottom: 10px;
	}
