﻿#bodyBg {
	background-image:url("background2.png");
	background-repeat:repeat-x;
	background-position:top center;
}

#pageBg {
	background-image:url("footerCircles.png"), url("footerGradient.png");
	background-position:bottom center, bottom center;
	background-repeat:no-repeat, repeat-x;
}

#tabMenu {
	margin-top:20px;
	height:41px;
	padding-top: 0;
	padding-right: 38px;
	padding-bottom: 0;
	padding-left: 38px;
}

#tabMenu ul li {
	float:left;
	height:41px;
	margin:0 2px;
}

#tabMenu ul li a {
	display:block;
	line-height:40px;
	padding:0 15px;
	background-color:#fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight:bold;
	color:#626364;
	border-bottom:1px solid #e5e5e5;
}

#tabMenu ul li a:hover {
	color:#b92222;
}

#tabMenu ul li a.on {
	border-bottom:1px solid #fff;
	color:#b92222;
}

#leftCol {
	float:left;
	padding:30px 40px;
	width:900px; /*665 tha pahle*/
	min-height:900px;
}

#rightCol {
	float:right;
	width:235px;
}

.section {
	border-bottom:1px dotted #cbcbcb;
	padding-bottom:15px;
	margin-bottom:30px;
}

#section1 {
	padding-top:25px;	
}

#page {
	width:1000px;	
	margin:0 auto;
}

.borders {
	padding:0 10px;
	background-image:url("borders.png");
	background-position:0 0;
	background-repeat:repeat-y;
}

#sideMenu {
     margin-top:40px;
     border:1px solid #e5e5e5;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

#sideMenu h4 {
	padding:15px 20px;
	line-height:20px;	
}

#sideMenu ul li a {
	border-top:1px solid #e5e5e5;
	padding:10px 20px;
	display:block;
	background-image:url("sideMenu.png");
	background-position: bottom center;
	background-repeat:repeat-x;
}

#sideMenu ul li:last-child a {
	border-bottom-left-radius: 15px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

#socialMenu {
     margin-top:40px;
     border:1px solid #e5e5e5;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	padding:20px;
}

#fbLike {
	width:60px;
	height:20px;
	overflow:hidden;
	float:left;
	margin-right:14px;
}

#tweet {
	width:55px;
	height:20px;
	overflow:hidden;	
	float:left;
	margin-right:14px;
}

#plus1 {
	width:32px;
	height:20px;
	overflow:hidden;	
	float:left;
}

.dlIcon {
	width:23px;
	float:left;
	margin-top:7px;
}

.dlDetails {
	width:155px;
	float:right
}

.dlMenu {
     margin-top:40px;
     border:1px solid #e5e5e5;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.dlMenu h4 {
	padding:15px 20px;
	line-height:20px;	
}

.dlMenu ul li {
	border-top:1px solid #e5e5e5;
	padding:10px 20px;
	display:block;
	background-image:url("sideMenu.png");
	background-position: bottom center;
	background-repeat:repeat-x;
	cursor:pointer;
}

.dlMenu ul li:hover a {
	color:#194683;	
}

.dlMenu ul li:last-child {
	border-bottom-left-radius: 15px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.dlMenu small {
	font-size:11px;
}

.section ul, .section ol {
	margin-bottom:15px;	
}

.section ul li {
	background-image:url("bullet.gif");
	background-position:0 5px;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:5px;
}

.section ol li {
	list-style-type:decimal;
	list-style-position:inside;
	font-weight:bold;
	color:#b92222;
}

.section ol li span {
	color:#38383b;
	font-weight:normal;
}

.section table {
	width:900px;
	margin-bottom:15px;
}

.section td {
	padding:5px 10px;
	border-left:1px solid #fff;
	background-color:#fcfdfe;
}

.section tr.even td {
	background-color:#f3f6f9;
}

.section th {
	background-color:#194683;
	color:#fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	text-transform:uppercase;
	padding:5px 10px;
}

.section th:first-child {
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.section th:last-child {
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.img-1 {
	margin-bottom:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}

.img-2 {
	width:430px;
	float:right;
	clear:right;
	margin-left:15px;
	margin-bottom:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}

.img-3 {
	width:195px;
	float:right;
	clear:right;
	margin-left:15px;
	margin-bottom:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}

.img-4 {
	width:195px;
	float:left;
	clear:left;
	margin-right:15px;
	margin-bottom:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
