@charset "utf-8";

/* SRL Global website v.3 2001 - main CSS */

body {
	font: 9pt/15pt 'Helvetica Neue', Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #000;
	background: #fff;
	position: absolute;
	width: 100%;
	display: block;
}

h1 {
	color: rgb(118,35,47);
}

h2 {
	color: rgb(166,25,46);
}

a {
	color: rgb(35,97,146);
}

a:visited {
	color: rgb(94,138,180);
}

a.linkPdf {
	background: url(../i/pdf-icon.gif) no-repeat right top;
	padding-right: 18px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 100%;
	display: block;
	height: 80px;
	margin-top: 20px;
	clear: both;
}

#logo {
	float: left;
	display: block;
	width: 250px;
	height: 60px;
	margin-left: 10px;
	background: url(../i/logo.png) no-repeat left bottom;
}

#logo a {
	display: block;
	width: 190px;
	height: 50px;
	margin-top: 10px;
}

#logo a span {
	display: none;
}

body.homePage #logo a {
	visibility: hidden;
}

#search {
	float: left;
	display: block;
	width: 690px;
	height: 30px;
	margin-left: 10px;
}

/*
	--------
	MainMenu
	--------
*/

#mainMenu {
	float: left;
	width: 690px;
	height: auto;
	margin-left: 10px;
	/*font-variant: small-caps;*/
	border-bottom: solid 2px #eee;
}

#mainMenu ul {
	list-style:none;
	width: 100%;
	font-size: 10pt;
	font-weight:normal;
}

#mainMenu li {
	float:left;
	width: 138px;
	overflow: visible;
	font-size: 10pt;
	line-height: 28px;
}

#mainMenu li a {
	display: block;
	text-decoration: none;
	color: #000;
	width: auto;
	padding-left: 10px;
	cursor: default;
}

#mainMenu li a:hover {
	background-color: #f6f6f6;
}

#mainMenu ul.dropDown {
	display: inline-block;
	visibility: hidden;
	height: auto;
	position:absolute;
	width: 250px;
	margin-left: -10px;
	padding: 0 0 10px 10px;
	z-index: 200;
	background: url(../i/menu_bg.png) no-repeat bottom left;
}

#mainMenu ul.last {
	margin-left: -112px;
}

#mainMenu li:hover ul.dropDown {
	display:block;
	visibility: visible;
}

#mainMenu ul.dropDown li {
	display:block;
	float:none;
	width: 240px;
	height: auto;
	margin: 0;
	padding: 0;	
}

#mainMenu ul.dropDown li a {
	display:block;
	font-style: normal;
	width: auto;
	height: auto;
	min-height: 28px;
	margin: 0;
	padding: 0 10px;
	background:none;
	border-bottom: solid 1px #393939;
	border-top: solid 1px #505050;
	color: #fff;
	cursor: pointer;
}

#mainMenu ul.dropDown li a:hover {
	text-decoration: none;
	margin: 0;
	padding: 0 10px;
	background: url(../i/sidebar_bg_red.jpg) no-repeat bottom left;
	border-top: solid 1px #c53b41;
	border-bottom: solid 1px #82060b;
}
/* MainMenu end */


#bigFeatures {
	width: 960px;
	height: auto;
	margin-top: 20px;
	clear: both;
}

#mainContent {
	width: 960px;
}

body.homePage #mainContent p {
	font-size: 14pt;
	line-height: 21pt;
	padding: 0 10px;
}

#mainText {
	float: left;
	width: 540px;
	margin-left: 80px;
	margin-top: 20px;
}

#mainText h1 {
	margin: 30px 0 25px 0;
	font-size: 16pt;
	line-height: 22pt;
	color: rgb(109,32,119);
}

#mainText h2 {
	margin: 20px 0 15px 0;
	font-size: 12pt;
	line-height: 18pt;
	color: #000;
}

#mainText p {
	margin-top: 12px;
}

#mainText ul li {
	margin: 0 0 5px 20px;
	padding-left: 15px;
	background: url(../i/list-bulit.png) no-repeat left 2px;
}

#mainText ol li{
	margin: 0 0 20px 20px;
	padding-left: 10px;
	list-style-position: outside;
	list-style-type: decimal;
}

/*
	-----
	Table
	-----
*/
#mainText table {
	margin: 50px 0 30px 0;
	width: 100%;
	font-size: 8pt;
	line-height: 11pt;
	background-color: #ddd;
	border-collapse: separate;
}

#mainText table p{
	margin: 0;
	padding: 0;
}

#mainText table tr.tableHeader {	
	color: #fff;
	font-weight: bold;
}

#mainText table tr.tableOddRow {
}

#mainText table tr.tableEvenRow {
	background-color: #eee;
}

#mainText table td {
	padding: 4px 7px;
	vertical-align: top;
	margin: 0;
}

#mainText table tr.tableHeader td {
	border-bottom: solid 1px rgb(90,94,97);
	background-color: rgb(99,102,106);
}

#mainText table tr.tableEvenRow td {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d0d0d0;
}

#mainText table tr.tableOddRow td {
	border-top: solid 1px #eee;
	border-bottom: solid 1px #ccc;
}

#mainText table td.tableTickCell {	
	vertical-align: middle;
	border-right: dotted 1px #fff;
	padding-right: 10px;
}

#mainText table td.firstCell {
}

#mainText table td.lastCell {
}

#sideBar {
	width: 260px;
	float: left;
	padding-top: 15px;
	margin-top: 20px;
}

#sideBar ul {
	width: 260px;
	background: url(../i/sidebar_bg_red.jpg) no-repeat bottom left;
	padding: 10px 0;
}

#sideBar ul.sideBarGrey {
	background: url(../i/bg_grey.jpg) no-repeat bottom left;
}

#sideBar ul li {
	display: block;
	margin-left: 15px;
	width: 225px;
	padding: 3px 0;
	color: #fff;
	font-weight: bold;
}

#sideBar ul li a {
	padding: 0 5px 0 10px;
	width: auto;
	height: auto;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#sideBar ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#sideBar div.sideBarShadowTop {
	margin-top: 10px;
	padding: 10px 10px 0 10px;
	background: url(../i/sidebar_shadow.png) no-repeat top left;
}


#sideBar div.sideBarShadowBottom {
	width: 260px;
	height: 10px;
	background: url(../i/sidebar_shadow.png) no-repeat bottom left;
}

#sideBar div.sideBarImage {
	margin-top: 10px;
	padding: 10px;
	width: 240px;
	height: 610px;
	background: url(../i/sidebar_shadow.png) no-repeat left top;
}

/* Footer styles */
#footer {
	width: 940px;
	display: block;
	margin: 50px 0 30px 0;
	padding: 20px 10px 0 10px;
	height: auto;
	border-top: solid 2px #eee;
}

body.homePage #footer {
	margin-top: 120px;
}

#footer ul {
	list-style:none;
	width: 100%;
	height: auto;
	display: inline-block;
	font-size: 10pt;
	line-height: 30px;
	font-weight:normal;
	clear: both;
}

#footer li {
	float:left;
	width: 188px;
	overflow: visible;
	text-align: left;
	text-transform: capitalize;
}

#footer li a {
	width: 100%;
	display: block;
	color: #666;
	text-decoration: none;
	text-align: center;
}

#footer li a:hover {
	color: #000;
	text-decoration: underline;
	background-color: #f3f3f3;
}

#footer p {
	text-align: center;
	font-size: 9px;
	margin-top: 20px;
	line-height: 14px;
	color:#888;
}

#footer p a {
	color: #888;
}

#footer p a:hover {
	color: #000;
}
