@charset "utf-8";
/* CSS Document */


body {
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #0C478B;
}

.wrapper {
	position: relative;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 990px;
}

.wrapper.paper {
	background-image: url(../../img/bg_paper.gif);
	height: 340px;
	clear: both;
}


/*
------------------------------------------------------------
Header
------------------------------------------------------------
*/

#header {
	position: relative;
	height: 100px;
	background-image: url(../../img/header_bg.gif);
	background-repeat: repeat-x;
}

	#header .wrapper {
		height: 100px;	
	}

	#logo {
		position: absolute;
		padding: 0;
		margin: 0;
		border: 0;
		top: 28px;
		left: 11px;
	}
	
	#loggeduser {
		position: absolute;
		right: 8px;
		top :19px;
		height: 32px;
	}
	
		#loggeduser div {
			float: left;
			display: block;
		}
	
		#loggeduser .user {
			line-height: 14px;
			font-family: Arial, Helvetica, sans-serif;
			color: #fff;
			font-size: 12px;
			text-align: right;
			padding-top: 2px;
			margin-right: 8px;
		}
	
			#loggeduser .user a{
				color: #68c;
				text-decoration: none;
				font-weight: bold;
			}
		
		#loggeduser .thumb {
			width: 42px;
			margin-left: 4px;
			margin-right: 8px;
			background-image: url(../../img/separator_blue.gif);
			background-repeat: repeat-y;
			background-position: right;
		}
		
		#loggeduser .logout {
			padding-top: 11px;
		}


/*
------------------------------------------------------------
Top Content
------------------------------------------------------------
*/


#top_content {
	position: relative;
	background-color: #eee;
	background-image: url(../../img/top_content_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 320px;
	overflow: hidden;
	color: #fff;
}

#top_content .topc_left {
	position: absolute;
	top: 14px;
	left: 10px;
	width: 480px;
}

#top_content .topc_right {
	position: absolute;
	top: 16px;
	right: 10px;
	width: 450px;
}

#top_content h1 {
	margin: 0 0 32px 0;
	padding: 0;
	font-size: 32px;
	line-height: 1.4em;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}

#top_content p {
	margin: 0 0 32px 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.6em;
	font-family: Verdana, Geneva, sans-serif;
}

#top_content a.create {
	display: block;
	padding: 12px;
	font-size: 20px;
	font-weight: bolder;
	color: #0C478B;
	text-align: center;
	background-color: #FA0;
	border: 1px solid #0C478B;
}

#top_content a.create {
	display: block;
	padding: 12px;
	font-size: 20px;
	font-weight: bolder;
	color: #0C478B;
	text-align: center;
	background-color: #FA0;
	border: 1px solid #0C478B;
}

/*
------------------------------------------------------------
Page
------------------------------------------------------------
*/
		
#page {
	background-color: #eee;
	background-image: url(../../img/page_bg.gif);
	background-repeat: repeat-x;
	display: table;
	width: 100%;
	padding-bottom: 12px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

#login {
	position: absolute;
	right: 10px;
	top: 14px;
	width: 320px;
	font-size: 12px;
	color: #fff;
}

	#login label { display:block; }
	#login div { position: absolute; }
	
	#login .user input, #login .password input {
		width: 150px;	
		background-color: #567FAF;
		border: 1px solid #012;
		padding: 2px;
		color: #fff;
		font-size: 16px;
	}
	
	#login .user {
		right: 160px; 	
	}
	
	#login .password {
		right: 0; 	
	}
	
	#login .remember {
		top: 46px;
		right: 120px;
	}
	
	#login .submit {
		top: 44px;
		right: 0;
	}
	
	#login .submit input {
		background-color: #FA0;
		padding: 4px;	
		width: 100px;
		border: 1px solid #012;
		font-weight: bold;
		color: #012;
	}
	
	h2 {
		color: #0C478B;
		margin: 40px 0 20px 0;
		font-size: 14px;
	}
	
	

	textarea.terms {
		width: 100%;
		height: 200px;;
	}
	
	
	.submit {
		text-align: right;
	}
		
		.submit input {
			padding: 8px;
		}
		
	.button {
		text-align: center;
	}
		
		.button input {
			padding: 8px;
		}

	ul.wizard {
		position: relative;
		display: table;
		color: #aaa;
		font-size: 12px;
		font-weight: bold;
		font-family: Verdana, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
	}
		ul.wizard li{
			position: relative;
			float: left;
			margin: 0;
			padding: 0;
			list-style: none;
			margin-right: 16px;
		}
		ul.wizard li.selected{
			color: #0A3970;
		}
		ul.wizard li.past{
			color: #000;
		}

/*
------------------------------------------------------------
Form
------------------------------------------------------------
*/


form.register label {
	position: absolute;
	text-align:right;
	width:160px;
	margin: 4px;
}
	
form.register .radiolist {
	margin: 4px;
	margin-left: 180px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 280px;
	vertical-align: middle;
}
	
form.register .input input, form.register textarea{
	margin: 4px;
	margin-left: 180px;
	border: 1px solid #888;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px;
	width: 280px;
}

.columns {
	width: 100%;
}

.columns .left{
	width: 480px;
	float: left;
}

.columns .right{
	width: 480px;
	float: right;
}


#page .column_1_3 {
	float: left;
	margin-left: 60px;
	padding-top: 20px;
	width: 240px;
}

#page .column_2_3 { 
	float: left;
	margin-left: 60px;
	padding-top: 20px;
	width: 240px;
}

#page .column_3_3 {
	float: right;
	margin-right: 40px;
	padding-top: 50px;
	width: 280px;
}
.cardBox{
	border: 1px solid #888;
	background-color: #FFF;
	padding: 8px;
}

#footer_menu {
	clear: both;
	text-align: center;
	background-color: #eee;
	background-image: url(../../img/bg_footer_menu.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 8px;
}
	
	#footer_menu a {
		display: inline-block;
		padding-left: 9px;
		padding-right: 8px;
		border-left: 1px solid #888;
        color: #fff;
	}
	
	#footer_menu a:first-child {
		border: none;
	}

/*
------------------------------------------------------------
Footer
------------------------------------------------------------
*/
	
#footer {
	clear: both;
	position: relative;
	height: 50px;
	background-image: url(../../img/footer_bg.gif);
	background-repeat: repeat-x;
}

	#copyright {
		font-family: Arial, Helvetica, sans-serif;
		color: #fff;
		font-size: 12px;
		text-align: center;
		padding-top: 16px;
	}
	
	#footer_logo {
		position: absolute;
		right: 12px;
		top: 10px;
	}


			
/*
------------------------------------------------------------
General
------------------------------------------------------------
*/
	
	
.testimonial {
	line-height: 1.6em;
	margin: 40px 0 8px 0;
	font-size: 11px;
}

	.testimonial a {
		font-weight: bold;	
	}

.author {
	line-height: 1.2em;
	position: relative;
	height: 32px;
	margin: 8px 0 32px 0;
}
	
	.author .photo {
		position: absolute;
		left: 0;
	}
	
	.author .name {
		position: absolute;
		left: 80px;
		padding-top: 2px;
	}
	
	.author .name a {
		display: block;	
		font-weight: bold;	
	}
	
	.author .name a.profile {
		color: #0C478B;
	}
	.author .name a.company {
		color: #d80;
	}
	
	.author.source {
		font-weight: bold;
	}
	
.search {
	background-color: #0C478B;
	border: 1px solid #012;
	padding: 10px;
	margin-top: 12px;
}

	.search h3 {
		color: #fff;
		margin: 0;
		padding: 0 0 8px 0;
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.search input {
		width: 250px;
		border: 1px solid #ccc;
		color: #888;
		padding-left: 20px;
		font-style: italic;
		font-size: 16px;
		background-color: #FFF;
		background-image: url(../../img/icons/search.gif);
		background-repeat: no-repeat;
		background-position: 6px 6px;
	}
	
	.search input:focus {
		color: #000;
		font-style: normal;
		background-color: #FFF;
	}
	
a.directory {
	display: block;
	padding: 20px 20px 20px 80px;	
	font-size: 14px;
	color: #fff;
	margin: 8px 0 0 0;
	font-weight: bold;
	background-color: #567FAF;
	background-image: url(../../img/icons/64_directory.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

.home_what_to_do {
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	margin-top: 10px;
	width: 968px;
}
	
	.home_what_to_do .what {
		float: left;
		width: 240px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.home_what_to_do .what div {
	}
	.home_what_to_do .what .icon {
		float: left;
		width: 125px;
	}
	.home_what_to_do .what .text {
		padding-top: 5px;
		padding-right: 10px;
		padding-left: 10px;
		float: right;
		width: 90px;
	}
	.home_what_to_do .what .text a {
		font-size: 16px;
		line-height: 1.2em;
		font-weight: bold;
		color: #0C478B;
	}

.box {
	margin-top: 10px;	
}

.last_registered_companies, .last_registered_companies li {
	margin: 8px;
	list-style: none;
}

.last_registered_companies li {
	float: left;
}

.know_more {
	clear: both;
	font-size: 16px;
	padding-top: 24px;
	padding-bottom: 24px;
}