/* developed by TriGlobal */
* {
	margin: 0;
	padding: 0;
}
html, body {
	background: #FFF url(../images/wallpaper.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	height: 100%;
}

/* ---- headings, links & classes ---- */
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 22px;
	color: #FFF;
}
h2 {
	font-size: 16px;
	color: #222;
	margin-bottom: 20px;
}

h3,h4,h5,h6 {
	font-size: 14px;
	color: #222;
	margin-bottom: 10px;
}
h2 a {
	color: #222;
}

a {
	color: #000;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	color: #000;
	background: #E5FF00;
	text-decoration: none;
}
a img {
	border: 0;
}

.alignleft {
	float: left;
	margin: 5px 5px 0 0;
}
.alignright {
	float: right;
	margin: 5px 0 0 5px;
}
.clear {clear: both;}
.float_left {float: left;}
.float_right {float: right;}
.ico {vertical-align: middle;}
.hide {display: none;}
.highlight {background: #E5FF00 url(../images/right_arrow.gif) 5px center no-repeat; color: #000; text-decoration: none; padding: 5px 5px 5px 15px;}
.center {text-align: center; margin: 0 auto;}
.nohover a:hover {background: none !important;}

/* tables */
table.table td {
	padding: 3px 0;
}
table.table input {
	padding: 2px;
}

table#tabelquote {
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}
table#tabelquote thead tr th, table#tabelquote tfoot tr th {
	padding: 4px;
}
table#tabelquote thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table#tabelquote tbody td {
	padding: 4px;
	vertical-align: top;
}
table#tabelquote tbody tr.odd td {
	background: #EFEFEF;
}
table#tabelquote thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table#tabelquote thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table#tabelquote thead tr .headerSortDown, table#tabelquote thead tr .headerSortUp {
}


th.headerSortUp {
	background-color:#E5FF00 !important;
	color: #000 !important;
}

th.headerSortDown {
	background-color:#DAF10B !important;
	color: #000 !important;
}
table.table td {
	padding: 2px;
}

table#tabelquote th.header {
	background: gray;
	color: #FFF;
}
.table .header:hover { 
	cursor: pointer;
	background: #000;
	color: #FFF;
}


/* ---- site specific styling ---- */
#container {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative
}

#sitecore {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 55px;
	line-height: 55px;
}
	#header h1 {
		margin-left: 10px;
	}
	#header h1 small {
		color: #E5FF00;
		font-weight: normal;
		font-size: inherit;
	}
	#header h1 a {
		color: #FFF;
		text-decoration: none;
		outline: none;
	}
	#header h1 a:hover {
		background: none
	}
#navbar {
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
}
	#navbar ul, #navbar ul li, #navbar li a {
		display: block;
		float: left;
		height: 35px;
		line-height: 35px;
		vertical-align: middle;
		list-style: none;
		color: #FFF;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
	}
	#navbar li {
		margin-right: 20px;
	}
	#navbar li a {
		padding: 0 10px;
		color: #e9e9e9;
		text-decoration: none;
	}
		#navbar li a:hover, #navbar li a.active {
			color: #000;
			background: #E5FF00;
			text-decoration: none;
		}

		#navbar li ul {
			display: none;
		}
		#navbar li {
			position: relative;
			z-index: 13;
		}
		#navbar li:hover ul {
			position: absolute;
			display: block;
			top: 30px;
			left: 0px;
			width: 154px;
			display: inline;
			height: auto;
			padding: 10px;
			_padding: 5px 0;
			background: #2D2B2E;
			border-left: 1px solid #7F7F7F;
			border-right: 1px solid #7F7F7F;
			border-bottom: 1px solid #7F7F7F;
			z-index: 12;
			text-align: left;
		}
			#navbar li:hover ul li, #navbar li:hover ul li a {
				text-align: left;
				border: 0;
				width: 134px;
			}

#slide {
	height: 239px;
	width: 960px;
	position: relative;
}
	#slide_menu {
		position: absolute;
		top: 30px;
		right: 30px;
		padding: 10px;
		color: #E5FF00;
		font-weight: bold;
		font-size: 12px;
		background: #484848 url(../images/submenu.jpg) top left repeat-x;
	}
		#slide_menu ul {
			list-style-position: inside;
			line-height: 1.8;
			list-style-image: url(../images/right_arrow_white.gif);
		}
		#slide_menu a {
			color: #e9e9e9;
			text-decoration: none;
		}
			#slide_menu a:hover {
				color: #FFF;
				background: none;
				text-decoration: none;
			}
		#slide_menu .pats {
			color: #E5FF00;
		}
		#slide_menu .pats:hover {
			color: #FFF;
		}
		#slide_menu ul ul {
			display: none;
		}
			


#core, #page {
	padding-top: 20px;
	width: 960px;
	margin: 0 auto;
}
	#core ul, #core ol {
		padding-left: 20px;
		padding-bottom: 20px;
		line-height: 1.5;
	}

#core_left {
	float: left;
	width: 760px;
}
.core_left_wide {
	width: 960px !important;
	padding-bottom: 300px;
}
.core_left_wide p {
	margin-bottom: 20px;
}
#core_right {
	width: 200px;
	float: left;
	padding-bottom: 300px;
}

.core_block_container {
	width: 240px;
	float: left;
	margin-right: 10px;
	display: inline;
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}	
.core_block {
	width: 220px;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.core_block_container .center {
	margin-top: 10px !important;
}

	.core_block_container h2 a {
		text-decoration: none;
	}
	.core_block_container .center a:hover {
		background: none;
	}

	.core_block p {
	    color: #777;
	}



.right_block {
	margin-right: 0 !important;
	width: 190px;
	padding: 10px 0;
	float: right;
}
	.core_block_thumb {
		position: relative;
		width: 220px;
		height: 159px;
		margin-bottom: 10px;
	}
	.core_block_thumb img {
		border: 1px solid #898989;
		position: absolute;
		z-index: 0;
	}

	p.author {
		margin-bottom: 20px;
		font-size: 11px;
		color: #777;
	}
	#testimonials p {
		font-size: 11px;
	}

	
#content {
	clear: both;
	width: 720px;
	padding-top: 20px;
	padding-bottom: 300px;
}
#content p, #page p {
	margin-bottom: 20px;
	line-height: 1.4;
}

/* --- exception for FAQ page --- */
.faq a {
	color: #000;
	text-decoration: none;
}

#footer {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: auto;
	background: #3d3d3d;
	color: #E5FF00;
	font-size: 11px;
}
#footer_core {
	width: 960px;
	padding: 20px 0 0;
	vertical-align: middle;
	text-align: left;
	margin: 0 auto;
}
#footer_top a {
	color: #aaa;
	font-weight: normal;
	text-decoration: none;
}
#footer_top a:hover {
	color: #FFF;
	background: none;
	text-decoration: none;
}
#footer_bottom a {
	color: #aaa;
	text-decoration: none;
}

#footer_bottom a:hover {
	color: #E5FF00;
	background: none;
}

#footer_bottom {
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	border-top: 1px solid #A9A9A9;
}
.footer_block {
	padding: 0 20px 20px 0;
	float: left;
	width: 140px;
}
.footer_block h4 {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
.footer_block ul {
	padding-left: 15px;
}
