@import url("reset.css");

/*///////////////////////////////////////////////////////
---------------------------------------------------------
                    Tag selectors
---------------------------------------------------------
///////////////////////////////////////////////////////*/
body
{
	font-family:Arial, Helvetica, Verdana, sans-serif;
    font-size:12px;
	color:#414141;
	background-color:#FFFFFF;
}

#request_fixed
{
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 1100;
    width: 24px;
    height: 145px;
}

a
{
	text-decoration:none;
	color:#FFFFFF;
}

a:hover
{
	text-decoration:underline;
}

h1
{
	font-size:47px;
	color:#FFFFFF;
}

.container
{
	margin:0 auto;
	width:940px;
    overflow:hidden;
}

.left_block
{
	width:600px;
    float:left;
}

.right_block
{
	width:300px;
    float:right;
}

/*///////////////////////////////////////////////////////
---------------------------------------------------------
						Other
---------------------------------------------------------
///////////////////////////////////////////////////////*/
.left
{
	display:inline;
	float:left;
}

.italic
{
    font-style:italic;
}

.italic_gray
{
    font-style:italic;
    padding-left:15px;
    color:#7D7D7D;
}

.margin1
{
	margin:3px 10px 0;
}

.margin2
{
	margin:0 20px;
}

.margin3
{
	margin-top:25px;
}

.margin4
{
	margin-top:50px;
}

.margin_right
{
	margin-right:20px;
}

#msg
{
	min-height:500px;
	font-size:20px;
	line-height:1.5;
}

#error_404
{
	font-size:24px;
}

.bg_btn_contacts a:link, .bg_btn_contacts a:visited
{
    height:32px;
    width:200px;
    display:block;
    margin-top:20px;
    background:url('/img/bg_profile_menu.gif') 0 -32px;
    color:#FFFFFF;
    font-size:21px;
    text-align:center;
    text-decoration:none;
}

.bg_btn_contacts a:hover
{
    background:url('/img/bg_profile_menu.gif');
    color:#333333;
    
}
/*///////////////////////////////////////////////////////
---------------------------------------------------------
						Header
---------------------------------------------------------
///////////////////////////////////////////////////////*/
.logo
{
    float:left;
}

.logo a
{
	display:block;
}

/*---------------------------------------------------------
						Head line 1
---------------------------------------------------------*/
#head_line1
{
	background:#000 url('/img/bg_head_line1.png') repeat-x;
	padding:19px 0;
	height:61px;
	min-width:940px;
}

/*---------------------------------------------------------
						Authmenu
---------------------------------------------------------*/
.header_authmenu
{
	float:right;
}

.header_authmenu li
{
	float:left;
	color:#6299c5;
}

.header_authmenu li a
{
	font-size:11px;
	color:#6299c5;
	line-height:1.8;
}

.header_authmenu a:link, .header_authmenu a:visited
{
	text-decoration:none;
}

.header_authmenu a:hover
{
	text-decoration:underline;
	color:#FFFFFF;
}

/*---------------------------------------------------------
						Head line 2
---------------------------------------------------------*/
#head_line2
{
	height:50px;
	min-width:940px;
	background:#162F7C url('/img/bg_head_line2.png') repeat-x;
}

/*---------------------------------------------------------
						Main menu
---------------------------------------------------------*/
#main_menu
{
	padding:10px 0;
}

#main_menu ul
{
	width:640px;
}

#main_menu li
{
    float:left;
	margin-right:20px;
}

#main_menu a
{
    line-height:30px;
	height:30px;
	padding:0 21px;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    color:#bcc4dc;
	font-size:11px;
	font-weight:bold;
	display:block;
}

#main_menu a:link , #main_menu a:visited
{
    text-decoration:none;
}


#main_menu a:hover
{
    color:#FFFFFF;
    background-color:#13296a;
}

#main_menu_selected a
{
    color:#FFFFFF;
    background-color:#11245c;
}

/*---------------------------------------------------------
					Main page head line 3
---------------------------------------------------------*/
#main_head_line3
{
	background:url('/img/bg_main_head_line3.png') repeat-x;
	height:315px;
	min-width:940px;
}

.screen
{
	padding-top:14px;
    float:right;
}

.screen_desc
{
	padding-top:20px;
	width:512px;
    float:left;
}

.screen_desc p
{
	font-family:Garamond;
	font-size:28px;
	color:#2b2a2a;
	line-height:35px;
	margin-top:15px;
	margin-bottom:13px;
}

.screen_desc p span
{
	font-weight:bold;
}

/*---------------------------------------------------------
					Head line 3
---------------------------------------------------------*/
#head_line3
{
	background:url('/img/bg_head_line3.png') repeat-x;
	height:108px;
	min-width:940px;
}

#head_line3 h1
{
	line-height:108px;
}

#head_line3 .requestforquote
{
	display:block;
	width:150px;
	margin-top:35px;
	float:right;
}

.requestforquote img
{
	padding:2px;
	background-color:#162F7C;
}

.requestforquote img:hover
{
	background-color:transparent;
}

/*///////////////////////////////////////////////////////
---------------------------------------------------------
						Content
---------------------------------------------------------
///////////////////////////////////////////////////////*/
#content
{
	min-height:141px;
	min-width:940px;
	background:url('/img/bg_content.png') repeat-x;
}

#content h2, h3
{
	font-size:28px;
	color:#022278;
	margin-bottom:20px;
}

#content h4
{
	font-weight:bold;
	font-size:18px;
}

.cont_box
{
	position:relative;
	clear:both;
	margin-top:35px;
	font-size:14px;
    overflow:hidden;
}

.cont_box a
{
	color:#0C6CAB;
	text-decoration:underline;
}

.cont_box a:hover
{
	text-decoration:none;
}

.cont_box p
{
	margin:10px 0;
	line-height:1.5;
}

.list_disc li
{
	list-style-type:disc;
	margin-left:30px;
	line-height:1.5;
}

/*---------------------------------------------------------
						Main page
---------------------------------------------------------*/
#main_page
{
    overflow:hidden;
}

#main_page li
{
	float:left;
	width:300px;
}

/*---------------------------------------------------------
                            news
---------------------------------------------------------*/
#news li
{
	clear:both;
	color:#414141;
	margin-bottom:20px;
}

#news div
{
	font-size:12px;
    display:block;
}

#news h3
{
	margin:0;
	padding:10px 0 5px 0;
}

#news h4
{
    font-size:14px;
}

#news a
{
	font-size:16px;
	color:#022278;
	font-weight:bold;
	text-decoration:none;
}

#news a:hover
{
	text-decoration:underline;
}

#news p
{
	font-size:13px;
	line-height:1.5;
}

/*---------------------------------------------------------
						Testimonials
---------------------------------------------------------*/
#testimonials li
{
    margin-bottom:20px;
}

#testimonials div
{
    font-size:12px;
    font-weight:bold;
    font-style:italic;
    color:#737373;
    margin-top:5px;
}

#testimonials p
{
    font-size:13px;
    line-height:1.5;
}

.cont_box .more
{
	font-size:14px;
	float:right;
	clear:both;
	text-decoration:none;
}

.cont_box .more:hover
{
	text-decoration:underline;
}

/*---------------------------------------------------------
						"Company" page
---------------------------------------------------------*/
.facts
{
	margin-left:15px;
}

.facts li
{
	margin:5px 0;
    line-height:1.3;
	list-style-type:disc;
}

#history li
{
    color:#717171;
    margin-left:40px;
}

.right_block #history h3
{
	font-size:20px;
	margin-bottom:23px;
}

.right_block #history li
{
	font-size:12px;
}

.right_block #history li
{
	line-height:1.4;
	margin-bottom:8px;
}

.right_block #history .list_title
{
	color:#666ba8;
	font-size:14px;
	list-style-image:none;
	margin:15px 0 0 0;
	line-height:1;
}

/*---------------------------------------------------------
					"Partnership" page
---------------------------------------------------------*/
#partnership td
{
	border:1px solid #999;
    padding:10px;
	vertical-align:middle;
}

#partnership span
{
    margin-bottom:10px;
    display:block;
}

.trhead td
{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#414141;
}

#partnership li
{
	line-height:1.7;
	list-style-type:disc;
	margin-left:40px;
}

#partnership .bg_btn_contacts a
{
    padding-top:6px;
    height:26px;
}
/*---------------------------------------------------------
					"Profile" page
---------------------------------------------------------*/
#profile_menu{
    width: 200px;
    float:left;
}

#profile_menu li a{
    height: 24px;
    text-decoration: none;
}

#profile_menu li a:link, #profile_menu li a:visited{
    color: #333333;
    display: block;
    background: url('/img/bg_profile_menu.gif');
    padding: 8px 0 0 10px;
}

#profile_menu li a:hover{
    color: #FFFFFF;
    background: url('/img/bg_profile_menu.gif') 0 -32px;
    padding: 8px 0 0 10px;
}

#profile_info
{
    float:left;
    margin-left:20px;
}

#profile_info li
{
    padding-left:20px;
    line-height:1.4;
}

#profile_info li span
{
    color:#000000;
    font-style:italic;
}

#profile_info .list_title
{
    font-size:20px;
    color:#022278;
    padding:0;
    /*margin:15px 0 0;*/
}

.notice, .not_notice
{
	color:#00CC33;
    display:inline;
    font-style:italic;
}

.not_notice
{
	color:#FF3333;
}

/*---------------------------------------------------------
						Partner Banners
---------------------------------------------------------*/
/*vertical*/
#vert
{
	width:270px;
	padding:0 15px;
}

#vert a
{
	display:block;
	margin-top:5px;
	margin-bottom:15px;
	float:left;
}

/*horizontal*/
#hor
{
	padding:0 20px;
}

#hor a
{
	display:block;
	float:left;
	margin:10px;
	/*cborder:1px solid #CCCCCC;
	padding:3px;
	copacity:0.6;*/
}

/*
#hor a:hover
{
	cbackground-color:#EEEEEE;
	copacity:1;
}*/

/*---------------------------------------------------------
						"Subscribe" page
---------------------------------------------------------*/
#subscribe
{
	border:0;
}

#subscribe td
{
	padding:10px;
	width:300px;
}

#subscribe td h3
{
	font-size:30px;
}

#subscribe td ul
{
	margin-left:20px;
}

#subscribe td li
{
	list-style:disc;
	font-style:italic;
	margin:5px 0;
}

#subscribe td span
{
	position:relative;
	bottom:10px;
}

/*///////////////////////////////////////////////////////
---------------------------------------------------------
						SLiM
---------------------------------------------------------
///////////////////////////////////////////////////////*/

/*---------------------------------------------------------
                    "Overview" page
---------------------------------------------------------*/
#content.slim .cont_box h1
{
    color:#000000;
    font-size:32px;
    font-weight:bold;
}

#content.slim .cont_box h2
{
    color:#666666;
    font-size:28px;
    font-weight:normal;
    margin-bottom:30px;
}

#content.slim .cont_box h2, #content.slim .cont_box h1
{
    line-height:40px;
}

#slim_menu li
{
	float: left;
    padding-top: 19px;
    margin-right: 20px;
}

#slim_menu li a
{
    border: 0 none;
    color:  #828282;
    display:block;
    font-size: 11px;
    font-weight: bold;
    padding: 0 20px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

#slim_menu li a:hover, #right_sidebar li a:hover
{
    color: #6299C5;
    text-decoration: none;
}

#slim_menu_selected
{
    background: url('/img/slim_menu_pointer.png') no-repeat top center;
}

#slim_menu_selected a
{
    color: #000000 !important;
}

/*---------------------------------------------------------
                    "Tutorail" page
---------------------------------------------------------*/
#slim_tutorial .left_block
{
    width: 690px;
}

#slim_tutorial .right_block
{
    width: 230px;
}

#right_sidebar
{
    border-left: 1px solid #E4E4E4;
    margin-top: 30px;
    font-size: 13px;
    padding-bottom: 140px;
    text-align: right;
}

#right_sidebar li a
{
    color: #6B6B6B;
    display: block;
    font-weight: normal;
    padding: 10px;
}

#right_sidebar_selected a
{
    background-color: #EAEAEA !important;
    color: #000000 !important;
    font-weight: bold !important;
}

/*---------------------------------------------------------
                    "Pricing" page
---------------------------------------------------------*/
table#pricing
{
    width: 100%;
    margin-top: 30px;
    background: url('/img/bg_table_pricing.png') repeat-x;
    border-collapse: separate;
    border-color: #D4D4D4;
    border-style: solid;
    border-width: 1px 0 1px 1px;
}

table#pricing thead th, table#pricing td
{
    padding: 20px;
    border-color: -moz-use-text-color rgba(0, 0, 0, 0.1) -moz-use-text-color rgba(255, 255, 255, 0.6);
    border-style: solid;
    border-width: 0 1px;
}

table#pricing th h4
{
    color: rgba(0, 0, 0, 0.7);
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
}

table#pricing th i
{
    color: rgba(0, 0, 0, 0.6);
    font-family: Cambria,Georgia,Times,'Times New Roman',serif;
    font-size: 13px;
    line-height: 1.7;
}

table#pricing th h5
{
    color: #3F5C26;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: left;
}

table#pricing td
{
    padding-top: 0;
}

table#pricing td li {
    border-top: 1px solid #F6F6F6;
    color: rgba(0, 0, 0, 0.6);
    line-height: 20px;
    padding: 4px 0 5px;
}

.most_popular
{
    background-color: #D8E5F0;
    border-left: 1px solid #D8E5F0;
}

#easyTooltip
{
	padding: 5px 10px;
	border: 1px solid #5E5E5E;
	background: #5E5E5E url('/img/bg_tooltip.gif') repeat-x;
	color: #FFFFFF;
	width: 250px;
    line-height: 1.3;
}

/*///////////////////////////////////////////////////////
---------------------------------------------------------
						Footer
---------------------------------------------------------
///////////////////////////////////////////////////////*/
#footer
{
	height:150px;
	min-width:940px;
	background-color:#191919;
	clear:both;
	margin-top:35px;
}

.footer_left
{
	float:left;
	padding-top:20px;
}

.footer_left p
{
	margin-top:15px;
	color:#444;
	font-size:14px;
}

.footer_right
{
	float:right;
	padding-top:20px;
}

#footer li
{
    margin-bottom:10px;
}

#footer li span
{
    vertical-align:65%;
}

#footer li span a
{
    color:#0C6CAB;
    font-size:12px;
}