﻿/*
=======
general
=======
*/

a
{
	color: #3366CC;
	text-decoration: none;
}

a:hover
{
	color: #3399CC;
}

body
{
	font-family: Arial, Helvetica, "Trebuchet Ms", sans-serif;
	color: #333;
	background: White url("/i/img/bg.gif") repeat-x left top;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4
{
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

h1
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 28px;
	font-family: "Myriad Pro", "Myriad Web", "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: Black;
}

h2
{
	font-family: Arial, Helvetica, "Trebuchet Ms", sans-serif;
	font-size: 18px;
}

h3
{
	color: #000000;
	font-family: "Myriad Pro", "Myriad Web", "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 17px;
}

h4
{
	line-height: 23px;
	color: Black;
	font-family: "Myriad Pro", "Myriad Web", "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
}

h5
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

img
{
	border: none;
}

input, select, textarea
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select
{
	padding-top: 1px;
	padding-bottom: 1px;
}

li
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

p
{
	margin-top: 9px;
	margin-bottom: 9px;
	padding: 0px;
}

table
{
	border: 0px;
}

table td
{
	/*padding: 0px;*/
	vertical-align: top;
}

.button
{
	width: 90px;
	height: 21px;
	padding-top: 4px;
	display: block;
	background-image: url("/i/img/button.gif");
	background-repeat: no-repeat;
	color: Black;
	font-weight: bold;
	text-align: center;
}

#layoutContainer 
{
	width: 760px;
	position: relative;
	padding: 89px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}

.nowrap
{
	white-space: nowrap;
}

/*
===========
page header
===========
*/

#pageHeader 
{
	position: absolute;
	top: 15px;
	left: 0px;
	width: 760px;
	height: 69px;
	padding: 0;
}

#pageHeaderTop
{
	height: 40px;
}

#pageHeaderIceWarpLogo
{
	float: left;
	margin-left: 5px;
}

#pageHeaderSolWebLogo
{
	float: right;
	margin-right: 5px;
}

#pageHeaderMenu
{
	width: 760px;
	height: 29px;
	background: Black url("/i/img/menu-bg.gif") no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/* menu items */

#pageHeaderMenu li
{
	float: left;
	position: relative;
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
	list-style-type: none;
	line-height: 29px;
	height: 29px;
}

#pageHeaderMenu li a
{
	display: block;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
	margin-right: 10px;
	color: White;
}

#pageHeaderMenu li a.pageHeaderLeftMenuItem
{
	padding-left: 10px;
}

#pageHeaderMenu li a:hover
{
	color: Black;
	background-image: url("/i/img/menu-bg-item.gif");
	background-repeat: repeat-x;
	background-position: 0px -29px;
}

#pageHeaderMenu li a:hover.pageHeaderLeftMenuItem 
{
	background-image: url("/i/img/menu-bg-start.gif");
}

/* menu sub-items */

#pageHeaderMenu li ul
{
	display: none;
	position: absolute;
	top: 29px;
	left: 0;
	margin: 0px;
	padding: 0px;
	border: 1px solid #B5B5B5;
	border-top: 0;
	width: 190px;
	z-index: 100;
}

#pageHeaderMenu li ul li 
{
	line-height: 23px;
	height: 23px;
}

#pageHeaderMenu li ul li a
{
	display: block;
	width: 180px;
	text-transform: none;
	text-align: left;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FFF url('/i/img/list-menu-bg.gif') repeat-x bottom;
	color: #3366CC;
	padding: 0;
	padding-left: 10px;	
	margin-left: 0px;
	margin-right: 0;
}

#pageHeaderMenu li ul li a:hover
{
	width: 180px;
	background: #E8E8E8;
	color: #3366CC;
}

#pageHeaderMenu li:hover>ul
{
	display : block;
}

/*
=======
sidebox
=======
*/

.sidebox
{
	width: 215px;
	float: left;
	padding-bottom: 5px;
}

.sideboxHeader
{
	width: 205px;
	height: 27px;
	margin: 0px;
	padding-left: 10px;
	line-height: 27px;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-image: url('/i/img/sidebar-header-bg.gif');
	background-position: top;
	background-repeat: no-repeat;
}

.sideboxBody
{
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	padding: 8px 8px 4px 8px;
}

.sideboxFooter
{
	width: 215px;
	height: 5px;
	font-size: 0px; /* fix IE6 */
	background-image: url("/i/img/sidebar-footer-bg.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}

#sideBoxWindowsVersionDownload
{
	width: 140px;
	height: 50px;
	padding-top: 3px;
	padding-left: 57px;
	display: block;
	background-image: url("/i/img/home/box-windows.gif");
	background-repeat: no-repeat;
}

#sideBoxLinuxVersionDownload
{
	width: 140px;
	height: 50px;
	padding-top: 3px;
	padding-left: 57px;
	display: block;
	background-image: url("/i/img/home/box-linux.gif");
	background-repeat: no-repeat;
}

.sideBoxPhoneAssistance
{
	margin-top: -4px;
	margin-bottom: -10px;
}

.sideBoxPhone
{
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 5px;
}

.sideBoxPhoneFlag
{
	float: left;
	margin-right: 5px;
	padding-top: 2px;
	padding-bottom: 10px;
}

.sideBoxPhoneCountry
{
	float: left;
	width: 50px;
}

.sideBoxPhoneInfo
{
	float: left;
}

.sideBoxNews
{
	margin-top: -10px;
	margin-bottom: -10px;
}

/*
=======
sidebar
=======
*/

#sidebar 
{
	width: 215px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#sidebarHeader
{
	width: 205px;
	height: 27px;
	margin: 0px;
	padding-left: 10px;
	line-height: 27px;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background: url("/i/img/sidebar-header-bg.gif");
	background-repeat: no-repeat;
}

#sidebarBody
{
	margin-bottom: 4px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}

#sidebarBody ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebarBody li
{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 25px;
	line-height: 25px;
	background: #FFF url("/i/img/list-menu-bg.gif") repeat-x bottom;	
}

#sidebarBody li a
{
	margin: 0px;
	display: block;
	padding: 0px;
	padding-left: 10px;
	text-decoration: none;
	color: #3366CC;
	width: 203px;
}

#sidebarBody li a:hover
{
	background: #E8E8E8;
}

#sidebarBody li a.sidebarSubItem
{
	padding-left: 24px;
	display: block;
	height: 25px;
	line-height: 25px;
	width: 189px;
}

#sidebarBody li a.sidebarSelectedItem
{
	background: rgb(224,224,224)!important;
}

#sidebarFooter
{
	width: 215px;
	background: url("/i/img/sidebar-footer-bg.gif") no-repeat bottom;
	margin-bottom: 5px;
	padding-bottom: 1px;
}

/*
=======
content
=======
*/

#contentContainer
{
	width: 540px;
	float: right;
}

.contentBorderTop
{
	background: #FFF url("/i/img/content-border-top.gif") top no-repeat;
	height: 5px;
	width: 540px;
	margin: 0px;
	padding: 0px;
	font-size: 0px; /* required for IE6 */
	position: relative;
}

.contentBody
{
	overflow: hidden;
	margin: 0px;
	width: 518px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 17px;
}

.contentBody ul
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.contentBody li
{
	padding-left: 20px;
	background: transparent url("/i/img/bullet-blue.png") no-repeat scroll 2px 4px;
	line-height: 17px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.contentTable {
	border: 0;
	width: 100%;
}

.contentTable caption {
	padding: 2px 3px;
	background: #666;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-align: left;
}

.contentTable th {
	line-height: 25px;
	background: #FFF url("/i/img/double-dot.gif") repeat-x bottom;	
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	border: 0;
	padding: 2px 3px;
	background: #E8E8E8;
	white-space: nowrap;
}

.contentTable td {
	font-size: 10px;
	padding: 5px 3px;
	background: #FFF url("/i/img/double-dot.gif")  repeat-x bottom;
	border: 0;	
	margin: 0;	
}

.contentTable td img 
{
	vertical-align: text-bottom;
}

.contentBorderBottom
{
	background: #FFF url("/i/img/content-border-bottom.gif") top no-repeat;
	height: 5px;
	width: 540px;
	margin-bottom: 5px;
}

.contentSectionHeading
{
	width: 514px;
	padding: 2px 2px 2px 4px;
	color: White;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #666666;
}

.contentSection
{
	overflow: hidden;
	width: 508px;
	margin-bottom: 15px;
	padding: 10px 5px 5px 5px;
	line-height: normal;
	background-image: url('/i/img/double-dot.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 10px;
}

/*
===========
page footer
===========
*/

#pageFooter
{
	width: 760px;
	height: 80px;
	margin-bottom: 22px;
	padding: 14px 10px;	
	clear: both;
	background: url("/i/img/pagefooter-bg.gif") no-repeat;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#pageFooter ul
{
	margin: 0px;
	padding: 0px;
}

#pageFooter ul li
{
	display: inline;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #808080;
}

#pageFooterCopyright
{
	color: #808080;
	margin-top: 7px;
}

#pageFooterTou
{
	text-align: center;
	margin-top: 20px;
	color: #808080;
}

#pageFooterOtherProducts
{
	text-align: center;
	margin-top: 20px;
	color: #808080;
}

/*
============
contact form
============
*/

.contactFormFieldSet
{
	width: 100%; /* fix IE6 */
	overflow: hidden;
	margin-top: 2px;
	margin-bottom: 2px;
}

.contactFormLabel
{
	float: left;
	width: 125px;
}

.contactFormField
{
	float: left;
}
