
/* General styles
-------------------------------------------------------------- */


body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

/* Header boxs and top menu
-------------------------------------------------------------- */


.header_box .logo {
	border: 0;
	float: left;
	margin: 13px 0 0 0;
}

.header_box {
	height: 84px;
	/* background: #3e65ba url('../images/layout/header_bgr.gif') repeat-x top left; */
	color: #ffffff;
}

.logo_box {
	height: 84px;
	/*background: transparent url('../images/layout/slogan.gif') no-repeat center;*/
	color: #ffffff;
}

.logo_box .links_box {
	float: right;
	margin: 30px 0 0 0;
}

.logo_box .links_box a, .logo_box .links_box a:link, .logo_box .links_box a:visited, .logo_box .links_box a:active, .logo_box .links_box a:hover {
	color: #4068be;
	font: bold 13px Tahoma, Arial, Verdana;
}

.logo_box .links_box span {
	margin: 0 12px 0 12px;
	color: #bcdaff;
}

.header_menu {
	height: 35px;
	background: #bcdaff;
	margin: 0;
	border-top: 1px solid #83b4ef;
}

.header_menu .search_box {
	float: right;
	margin: 0;
}

.header_menu .search_box .input_text {
	width: 150px;
	height: 17px;
	border: 1px solid #4068be;
	color: #8e8e8e;
	padding: 2px 0 0 0px;
	margin: 0 0 0 7px;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 0 0 0 7px;
	position: relative;
	top: 7px;
	float: left;
}

.header_menu .search_box .input_submit {
	margin: 0 0 0 0px;
	position: relative;
	top: 7px;
	cursor: pointer;
	float: left;
}

.header_menu ul {
	margin: 6px 0 0 0;
	height: 29px;
	padding: 0;
	float: left;
}

.header_menu ul li {
	display: inline;
	float: left;
	height: 29px;
	_height: 26px; /* IE6 fix */
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 0 3px 0 0;
	padding: 3px 15px 0 15px;
}

.header_menu ul li a, .header_menu ul li a:hover {
	text-decoration: underline;
	color: #315b96;
	font: bold 13px Tahoma, Arial, Verdana;
}

.header_menu ul li.selected, .header_menu ul li:hover {
	background-color: #ffffff;
}

.logged_message {
	color: gray !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Columns and constants
-------------------------------------------------------------- */

.overall_width_limit {
	width: 950px;
	text-align: left;
}

.center_column {
	width: 770px;
	float: left;
	margin: 0 0 0 0;
	text-align: left;
	background-color: #fff;
}

.left_column {
	float: left;
	width: 150px;
	margin: 0 30px 0 0;
	text-align: left;
}

.left_column ul.menu {
	width: 150px;
	margin: 0;
	padding: 0;
}

.left_column ul.menu li {
	display: block;
	float: left;
	width: 150px;
	margin: 0 0 0px 0px;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #cccccc;
}

.left_column ul.menu a, .left_column ul.menu a:visited {
	text-decoration: none;
	color: #005fc9;
}

.left_column ul.menu li:hover {
	background-color: #3057d5;
	border-bottom: 1px solid #efefef;
}

.left_column ul.menu li:hover a {
	color: #fff;
}

.left_column ul.menu li.selected {
	background-color: #3057d5;
}

.left_column ul.menu li.selected a {
	color: #ffffff;
}

.left_column .content_inner_box {
	margin: 0px;
}

/* Content box
-------------------------------------------------------------- */

.content_box {
	text-align: left;
}

.content_inner_box {
	margin: 20px;
}

/* Footer text
-------------------------------------------------------------- */

.footer_line {
	height: 35px;
	background: #bcdaff;
	border-top: 1px solid #83b4ef;
}

.footer_box {
	padding: 20px 0 20px 0;
	text-align: center;
	width:100%;
}

.footer_box .copyright_box {
}

.copyright_box .menu {
	color: #bcdaff;
}

.copyright_box .menu a {
	color: #4068be;
	font: bold 13px Tahoma, Arial, Verdana;
	margin: 0 10px 0 10px;
}

.copyright_box a {
	color: #ffffff;
}

.copyright_box .text {
	margin: 8px 0 0 0;
	color: #858c98;
	font-size: 11px;
}

.copyright_box .text a {
	color: #858c98;
	font-size: 11px;
	margin: 0 5px 0 5px;
}

/* Misc 
-------------------------------------------------------------- */

.top_silver_bgr {
	background: #efefef url('../images/layout/top_silver_bgr.gif') repeat-x top left;
	padding: 30px 0 0 0;
}

.bottom_silver_bgr {
	background: #efefef url('../images/layout/bottom_silver_bgr.gif') repeat-x bottom left;
	padding: 0 0 30px 0;
}

.top_white_bgr {
	background: #ffffff;
	padding: 30px 0 0 0;
}

.bottom_white_bgr {
	padding: 0 0 30px 0;
}

/* Tab menu 
-------------------------------------------------------------- */


.tabmenu_box {
	position: relative;
	z-index: 500;
	top: 1px;
	_top: 2px;
}

ul.tabmenu {
	margin: 0;
	padding: 0;
}

.tabmenu li {
	display: block;
	float: left;
	padding: 6px 15px 6px 15px;
	margin: 0 3px 0 0;
	background-color: #bcdaff;
	border: 1px solid #bcdaff;
	border-bottom: 0;
}

.tabmenu li.selected, .tabmenu li:hover {
	background-color: #ffffff;
	border: 1px solid #bcdaff;
	border-bottom: 0;
}

.tabmenu li a {
	line-height: 29px;
	text-decoration: underline;
	font: bold 13px Tahoma, Arial, Verdana;
	font-weight: bold;
	color: #315b96 !important;
}

.tabmenu li:hover a, .tabmenu li a:hover, .tabmenu li.selected a {
	color: #315b96 !important;
}

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error_box, .notice_box, .success_box {
	padding: .8em;
	margin-bottom: 2em;
	border: 1px solid #ddd;
}

.error_box {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice_box {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success_box {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.error_box a {
	color: #8a1f11;
}

.notice_box a {
	color: #514721;
}

.success_box a {
	color: #264409;
}

/* Misc
-------------------------------------------------------------- */


.ticks_list {
	width: 500px;
	padding: 20px;
	position: relative;
	left: 50px;
}

.ticks_list ul {
	width: 500px;
	margin: 0;
	padding: 0;
}

.ticks_list ul li {
	font: normal 15px Tahoma, Arial, Verdana;
	width: 500px;
	display: block;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 0 25px;
	background: transparent url('../images/elements/icons/tick.png') no-repeat top left;
}

.bullets_list {
	width: 500px;
	padding: 20px;
	position: relative;
	left: 50px;
}

.bullets_list ul {
	width: 500px;
	margin: 0;
	padding: 0;
}

.bullets_list ul li {
	width: 500px;
	font: normal 15px Tahoma, Arial, Verdana;
	display: block;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 0 25px;
	background: transparent url('../images/elements/icons/arrow.png') no-repeat top left;
}

.description_box {
	width: 550px;
	font: normal 15px Tahoma, Arial, Verdana;
	padding: 20px;
	background-color: #ffedcc;
	margin: 30px;
}

.faq_markup {
	width: 650px;
}

.faq_markup p {
	margin: 0 0 40px 30px;
	border-left:5px solid #eaeaea;
	padding: 0 0 0 20px;
	text-align: justify;
}




.buyersignup_button {
	width: 130px;
	height: 33px;
	background: url('../images/index/intro_submit_buyer.gif') no-repeat;
	font: bold 13px Tahoma, Arial, Verdana;
	color: #ffffff;
	text-align: center;
	padding: 7px 0 0 0;
	text-decoration: none;
	margin: 30px 0 0 250px;
}

.vendorsignup_button {
	width: 130px;
	height: 33px;
	background: url('../images/index/intro_submit_vendor.gif') no-repeat;
	font: bold 13px Tahoma, Arial, Verdana;
	color: #ffffff;
	text-align: center;
	padding: 7px 0 0 0;
	text-decoration: none;
	margin: 30px 0 0 250px;
}

.buyersignup_button a, .vendorsignup_button a {
	color: #ffffff;
	text-decoration: none;
}

.intro_box .submit_green a {
	color: #ffffff;
	text-decoration: none;
}

.info_screenshot {
	float: right;
	margin: 20px 30px 0 0;
}