/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

#wrapper_outer { 
	margin: 0 auto!important;
	padding: 0;
	margin-bottom: 0px;
	padding-top: 10px;
	width: 956px;
	display: block;
}
#wrapper_columns {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#wrapper_header {
	color: #333;
	width: auto;
	padding: 10px;
	height: 100px;
	margin: 10px 0px 0px 0px;
	background: #ABBEBE;
}
#wrapper_left { 
	display: inline;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 195px;
	float: left;
}
	#nav_left ul {
		padding:0px;
		margin:0px;
	}
	#nav_left ul li {
		padding:0px;
		margin:0px;
		list-style-type: none;
		display:block;
	}
	#nav_left .selected {
		color:red;
		font-weight:bold;
	}

#wrapper_right { 
	float: right;
	color: #333;
	margin: 10px;
	margin-top: 10px;
	padding: 0px;
	width: 630px;
	display: inline;
	position: relative;
	font-family: calibri, lucida grande, lucida sans, Trebuchet MS;
	font-size: 110%;
}
#wrapper_footer { 
	width: auto;
	clear: both;
	color: #333;
	background: #e5e5e5;
	margin: 0px 0px 0px 0px;
	width: auto;
	border: 0;
	border-bottom: 10px solid #c1c1c1;
}
	#nav_bottom {
		width:auto;
	}
	#nav_bottom ul {
		position:relative;
		float:right;
		padding:0px;
		margin:0px;
	}
	#nav_bottom ul li {
		padding:0px;
		margin:0px;
		list-style-type: none;
		display:inline;
	}
	#nav_bottom .selected {
		color:red;
		font-weight:bold;
	}

.header {
	height: 90px;
	margin: 0;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.header h1 a, .header h2 a {
	width: 426px;
	height: 90px;
	overflow: hidden;
	position: relative;
	display: block;
	background: url('images/logo.gif') no-repeat;
	text-indent: -10000px;
}

.header_nav {
	background: #990000;
}

.header_nav ul {
	width: 956px;
	height: 43px;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 30;
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}


.header_nav ul li a, .header_nav ul li a:link,.header_nav ul li a:visited,.header_nav ul li a:hover {
	color: #FFF!important;
}

.header_nav ul li a.selected {
	border: 0;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	padding: 5px 5px 0 5px;
	background-color: #FFF!important;
	text-align: center;
	margin: auto 0;
}

.tr_corner {
	background: url('images/tr_corner.gif') no-repeat;
	width: 19px;
	height: 17px;
	z-index: 12;
	position: absolute;
	right: 0;
}

.tl_corner {
	background: url('images/tl_corner.gif') no-repeat;
	width: 19px;
	height: 17px;
	z-index: 12;
	position: absolute;
}

.tr_grey_corner {
	background: url('images/tr_grey_corner.gif') no-repeat;
	width: 19px;
	height: 17px;
	z-index: 12;
	position: absolute;
	right: 0;
}

.tl_grey_corner {
	background: url('images/tl_grey_corner.gif') no-repeat;
	width: 19px;
	height: 17px;
	z-index: 12;
	position: absolute;
}

.header_nav ul li {
	padding: 0px;
	float: left;
	width: 105px;
	display: block;
	text-align:center!important;
	position: relative;
	margin: 0 7px 0 7px;
}

.header_nav ul li a {
	color: #FFF;
	font-family: georgia;
	font-size: 1.1em;
	display: block;
	text-align: center;
	margin: auto;
	text-indent: -10000px;
	overflow: hidden;
	height: 40px;
	border: 0;
	border-top: 5px solid #990000;
}

.header_nav ul .pg_home a {
	width: 60px;
}

.header_nav ul .pg_about {
	background: url('images/nav_3.gif') center center no-repeat;
}

.header_nav ul .pg_partner_of_choice {
	width: 120px;
	background: url('images/nav_2.gif') center center no-repeat;
}

.header_nav ul .pg_how_we_can_help {
	background: url('images/nav_4.gif') center center no-repeat;
}

.header_nav ul .pg_home {
	width: 70px!important;
	background: url('images/nav_1.gif') center center no-repeat;
}

.header_nav ul .pg_the_solutions {
	width: 120px!important;
	background: url('images/nav_5.gif') center center no-repeat;
}

.header_nav ul .pg_who_we_help {
	width: 90px!important;
	background: url('images/nav_6.gif') center center no-repeat;
}

.header_nav ul .pg_our_approach {
	width: 110px!important;
	background: url('images/nav_7.gif') center center no-repeat;
}

.header_nav ul .pg_contact {
	background: url('images/nav_8.gif') center center no-repeat;
}




.header_nav ul .pg_about .selected {
	background: #FFF url('images/nav_3_active.gif') center center no-repeat;
}

.header_nav ul .pg_partner_of_choice .selected {
	width: 120px;
	background: url('images/nav_2_active.gif') center center no-repeat;
}

.header_nav ul .pg_how_we_can_help .selected {
	background: url('images/nav_4_active.gif') center center no-repeat;
}

.header_nav ul .pg_home .selected {
	width: 70px!important;
	background: url('images/nav_1_active.gif') center center no-repeat;
}

.header_nav ul .pg_the_solutions .selected {
	background: url('images/nav_5_active.gif') center center no-repeat;
}

.header_nav ul .pg_who_we_help .selected {
	width: 90px!important;
	background: url('images/nav_6_active.gif') center center no-repeat;
}

.header_nav ul .pg_our_approach .selected {
	width: 110px!important;
	background: url('images/nav_7_active.gif') center center no-repeat;
}

.header_nav ul .pg_contact .selected {
	background: url('images/nav_8_active.gif') center center no-repeat;
}






.quote {
	width: 956px;
	height: 154px;
	overflow: hidden;
	text-indent: -150000px;
	background: url('images/main_header.gif') no-repeat;
}

#wrapper_footer .leftf {
	padding: 15px;
	z-index: 15;
	line-height: 1.8em;
}

#wrapper_footer .rightf {
	padding: 15px;
	z-index: 15;
	line-height: 1.8em;
	text-align: right;
}

#wrapper_footer .smaller {
	font-size: 0.9em;
}

#wrapper_footer a {
	text-decoration: underline;
	color: #000!important;
}

.page_header {
	font-size: 2.8em;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	display: none;
}

#wrapper_right p {
	line-height: 2em;
	font-size: 1em;
	margin: 0;
	margin-bottom: 15px!important;
	padding: 0;
}

 #wrapper_right ul li {
	line-height: 2em;
 }

#wrapper_left img {
	margin: 0 0 0 10px;
}

#wrapper_right p a {
	color: #000!important;
	text-decoration: underline;
}

.quotation {
	padding: 10px;
	background: #e5e5e5;
	margin: 0 0 15px 0;
	text-align: center;
	font-style: italic;
}

.width40p {
	width: 40%;
}

.contact th {
	width: 150px!important;
}

.download_list {
	list-style-type: none;
	padding: 0;
}

.download_list li a {
	color: #000!important;
}

.attention {
	padding: 10px 10px 10px 20px;
	width: 150px;
	float: right;
	background: #E5E5E5;
	text-align: center;
	font-weight: bold;
}

.attention .x {
	font-size: 60px!important;
	color: #FFF;
	position: absolute;
	line-height: 40px!important;
	left: 5px;
}
