/* CSS Document */

/* Reset all fields */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { 
	margin: 0; 
	padding: 0; 
}
ul,ol { 
	list-style-type: none; 
}
fieldset,img { 
	border: none; 
}
img{
	vertical-align:middle;
	margin: 0;
	padding: 0;
}
body{
	margin: auto;
	width:900px;
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	text-align: left;
	color:#666;
	font-weight: normal;
	letter-spacing: 0.6px;	
	background-image:url("../images/header_bg.jpg");
	background-repeat: repeat-x;
}

a, a:link, a:visited {
	text-decoration: none;
	text-decoration: underline;
	color:#666;
}

a:hover, a:active {
	color: #2971a6;
	text-decoration: underline;
}

hr {
	border: 0;
	background-color: #c3c3c3;
	/* ie6 */
	color: #c3c3c4;
	height: 1px;
	width: 100%;
}

/* I should use li+li but in ie6 it doesn't work */
.pipe  li {
	margin-left: 9px;
	padding-left: 10px;
	background-image: url("../images/pipe.gif");
	background-repeat: no-repeat;
}

li.no_pipe {
	margin-left: 0;
	padding-left: 0;
	background-image: none;
}

.line-through{
	text-decoration: line-through;
}
.blue {
	color:#015583;
}

.bigger {
	font-size: 14px;
	font-weight: bold;
}

.bold {
	font-weight: bold;
	font-size: 1.2em;
}

ul.greek_ul{
	padding: 5px; 
	padding-left: 30px; 
	list-style-type: lower-greek; 
}
ul.square{
	padding: 5px; 
	padding-left: 30px; 
	list-style-type: square;
}

ol.decimal{
	padding: 5px; 
	padding-left: 30px; 
	list-style-type: decimal;
}

ol.roman{
	padding: 5px; 
	padding-left: 30px; 
	list-style-type: upper-roman;
}

/* TOP */
#top {
	position: relative;
	top:0;
	margin-top: 20px;
	left:0;
	height:93px;
	z-index: 10;
}

#top #logo {
	position:absolute;
	left:6px;
	width:172px;
	height:85px;
	background: url("../images/logoMaxpho.png") top left no-repeat;
	cursor: pointer;
}

#top ul#user_menu {
	position:absolute;
	right:5px;
	font-size: 11px;
	z-index: 20;
}
#top ul#user_menu li {
	display: inline;
	/* this is for the fake select area */
	float: left;
}


/* Fake Select */
#select_pt {
	position: relative;
	top: -2px;
	left: 0;
	width:180px;
	height:21px;
	display: block;
	cursor: pointer;
	background:url(../images/select_bg.gif) repeat-x left top;
}
#select_pt #select_pt_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width:8px;
	height:21px;
	background:url(../images/select_left.gif) no-repeat left top;
}
#select_pt #select_pt_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width:21px;
	height:21px;
	background:url(../images/select_right.gif) no-repeat left top;
}
#select_pt #select_pt_center {
	position:absolute;
	top: 0px;
	left:10px;
	height: 21px;
	line-height: 21px;
	color:#FFF;
	overflow:hidden;
	white-space:nowrap;
}

#select_pt #select_pt_options {
	position:absolute;
	top:17px;
	left:2px;
	width:152px;
	background:#6f7074;
	border:1px solid #cfd0d6;
	background: url("../images/select_pt_background.png") repeat top left;
	padding:2px;
	overflow: hidden;
}
#select_pt #select_pt_options img {
	border: 0;
	vertical-align: middle;
}
#select_pt #select_pt_options p {
	margin:0;
	padding:0;
	text-align: left;
}
#select_pt #select_pt_options a {
	color:#FFF;
	text-decoration:none;
	height: 22px;
	line-height: 22px;
	display:block;
	padding: 1px;
	padding-left: 30px;
}
#select_pt #select_pt_options a:hover, #select_pt #select_pt_options a:active {
	padding: 0;
	padding-left: 30px;
	margin-left: -1px;
	background: #444;
	border:1px solid #cfd0d6;
}

#top ul#main_menu li a#last_menu_item{
	padding-right: 14px;
}

#top ul#main_menu {
	position: absolute;
	right: 6px;
	bottom:0px;
}
#top ul#main_menu li{
	display: inline;
}
#top ul#main_menu li a {
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px #ccc solid;
	height: 36px;
	line-height: 36px;
	max-height: 36px;
}
#top ul#main_menu li a, #top ul#main_menu li a:link, #top ul#main_menu li a:visited {
	text-decoration: none;
}
#top ul#main_menu li a:hover, #top ul#main_menu li a:active {
	background: url('../images/main_menu/menu_background_button_hover.gif') top right repeat-x;
	text-decoration: none;
	color: #fff;
}
#top ul#main_menu li#selected a, #top ul#main_menu li#selected a:visited {
	background: url('../images/main_menu/menu_background_button.gif') top right repeat-x;
	color: #fff;
   	font-weight: bold;
}
#top ul#main_menu li#selected a:hover, #top ul#main_menu li#selected a:active {
	text-decoration: none;
}
#top #menu_left {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("../images/main_menu/menu_left.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 36px;
	width: 6px;
}
#top #menu_left_selected {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("../images/main_menu/menu_left.gif");
	background-position: 0 -72px;
	background-repeat: no-repeat;
	height: 36px;
	width: 6px;
}
#top hr#menu_top {
	position: absolute;
	bottom: 35px;
	right: 6px;
	width: 715px;
	margin: 0;
	padding: 0;
}
#top hr#menu_bottom {
	position: absolute;
	bottom: 0;
	right: 6px;
	width: 894px;
	margin: 0;
	padding: 0;
}

/* EOT TOP */

/* TOP MENU LEVEL 2*/
.top_menu{
	width: 100%;
	height: 50px;
}
/*TOP MENU*/
#content_menu_container{
	height: 50px;
	display: block;
}
.content_menu #compare_them_basic{
	background: url("../images/compare_them/ecommerce_basic.png");
}
.content_menu #compare_them_pro{
	background: url("../images/compare_them/ecommerce_pro.png");
}
.content_menu #compare_them_enterprise{
	background: url("../images/compare_them/ecommerce_enterprise.png");
}
.content_menu #compare_them_catalog_pro{
	background: url("../images/compare_them/catalog_pro.png");
}
.content_menu #compare_them_catalog_enterprise{
	background: url("../images/compare_them/catalog_enterprise.png");
}
.content_menu #compare_them_basic, .content_menu #compare_them_pro, .content_menu #compare_them_enterprise, .content_menu #compare_them_catalog_enterprise, .content_menu #compare_them_catalog_pro {
	margin-left: 33px;
	background-repeat: no-repeat;
	height: 50px;
	width: 110px;
}
#content_menu_container .content_menu{
	padding-top: 0;
}
.content_menu{
	float: right;
	font-size: 1.1em;
	padding-top: 13px;
	letter-spacing: 0.01em;
}
ul.content_menu li {
	display: inline;
	/* this is for the fake select area */
	float: left;
}
ul.content_menu li.compare_them {
	width: 170px;
	text-align: center;
}
.menu_item_actual a, .menu_item_actual a:link, .menu_item_actual a:visited {
	color: #186196;
	font-weight: bold;
}
.menu_item a, .menu_item a:link, .menu_item a:visited {
	color:#666;
}
.menu_item a, .menu_item a:hover, .menu_item a:active {
	color:#ee801c;
}

/* EOF TOP MENU LEVEL 2*/


/* FOOT */
#foot {
	clear: both;
	padding-top: 15px;
	text-align:right;
	font-size:10px;
}

#foot ul.links_bottom {
	
}
#foot ul.links_bottom li {
	margin-left: 4px;
	display: inline;
}
#foot ul.links_bottom img {
	vertical-align: middle;
}
#foot #foot_bundle{
	position: relative;
	top: 0;
	left: 0;
	height: 35px;
}
#foot #foot_bundle_left{
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}
#foot #foot_bundle_right{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
#foot #copyright_info {
	text-align:left;
	font-size:9px;
	padding-bottom: 5px;
	float: left;
}
#foot #paypal{
	float: right; 
	text-align: right;
}
/* EOT FOOT */

.black{
	color: #2f2e2e;
}

.split_text {
	float: left; 
	width: 400px; 
	display: block; 
	margin-left: 30px; 
	text-align: justify;
}

/* TITLE PAGE */
.left_content h1{
	font-size:21px;
	color:#ee801c;
	font-weight: normal;
}
.left_content h2{
	font-size: 1.4em;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 15px;
	color: #555;
}
.split_text h2{
	color: #2971a6;
	font-size: 1.5em;
}
