@charset "utf-8";
/*******************************************************************
	styles.css
	Main style sheet for MDaemon-Mail-Server.com
********************************************************************

	Created: 8/22/2010, Daniel Draney
	Modified: 2/24/2011, Daniel Draney - adjusted headerTopNavURL and search box

*******************************************************************/

* {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

html,
body {
	min-height: 100%;
	height: 100%;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

a {
	color: #006699;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

a:focus {
	-moz-outline-style: none;
}

img {
	border: none;
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

#imgNormalize {
	margin: 0 0 0 0;
	display: inline-block;
	overflow: hidden;
}

#inlineImage {
	float: right;
	padding: 0 10px 0 10px;
}

h1 {
	font-size: 2.0em;
	color: #006699;
	vertical-align: middle;
	line-height: 1.2em;
	padding: 0 0 0 10px;
}

h2 {
	font-size: 1.1em;
	color: #006699;
	line-height: 1em;
	padding: 10px 0 5px 10px;
}

h2.feature {
	font-size: 1.6em;
	color: #006699;
	line-height: 1.2em;
	padding: 10px 0 5px 10px;
}

h3 {
	font-weight: bold;
	color: #006699;
	padding: 0 0 0 10px;
}

h3.padded {
	font-weight: bold;
	color: #006699;
	padding: 15px 0 0 10px;
}

.inner {
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

ul {
	margin: 0 0 1em 0;
	* margin-left: 5px; /* IE hack */
	padding: 10px 60px 0 30px;
	list-style: none;
}

ul.bullet {
	margin: 0 0 1em 0;
	* margin-left: 5px; /* IE hack */
	padding: 5px 20px 0 30px;
	list-style: url(http://www.mdaemon-mail-server.com/images/layout/bullet.gif);
}

ol {
	margin: 0 0 1em 0;
	* margin-left: 5px; /* IE hack */
	padding: 10px 60px 0 30px;
	list-style: decimal;
}

li {
	* margin: 0 0 .2em 0; /* IE hack */
	padding: 0 0 0 0;
}

p {
	padding: 0 10px 20px 10px;
}

p.learnMore {
	padding: 0 0 0 10px;
}

table {
	border-collapse: collapse;
	width: 90%;
	margin: 5px 25px 30px 30px;
}

th {
	font-weight: bold;
	background-color: #666666;
	color: #ffffff;
	padding: 5px;
	border: 1px solid #999999;
}

td {
	padding: 5px;
	border: 1px solid #999999;
	background-color: #ffffff;
}

tr.shaded td {
	background-color: #cccccc;
}

td.right {
	text-align: right;
	padding: 0 25px 0 0;
}

td.center {
	text-align: center;
}

td.price {
	padding: 0 25px 0 0;
	text-align: right;
	background: url(http://www.mdaemon-mail-server.com/images/layout/price.png) no-repeat 40px center;
	background-color: #ffffff;
}

td.priceShaded {
	padding: 0 25px 0 0;
	text-align: right;
	background: url(http://www.mdaemon-mail-server.com/images/layout/price-shaded.png) no-repeat 40px center;
	background-color: #cccccc;
}

td.priceUK {
	padding: 0 25px 0 0;
	text-align: right;
	background: url(http://www.mdaemon-mail-server.com/images/layout/priceUK.png) no-repeat 40px center;
	background-color: #ffffff;
}

td.priceEuro {
	padding: 0 25px 0 0;
	text-align: right;
	background: url(http://www.mdaemon-mail-server.com/images/layout/priceEuro.png) no-repeat 40px center;
	background-color: #ffffff;
}

.priceDesc {
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
}

.borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.borderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}


/******************************************************************
       header
******************************************************************/	   

#header {
	color: #cccccc;
	font-size: 12px;
	height: 100px;
	width:100%;
	background-color: #000000;
}

#header a {
	color: #ffffff;
	text-decoration: none;
}

#header a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#header a.gray {
	color: #cccccc;
	text-decoration: none;
}

#header a.gray:hover {
	color: #ffffff;
	text-decoration: underline;
}

#headerBackground {
	background: url(http://www.mdaemon-mail-server.com/images/layout/header-background.png) no-repeat left top;
	width: 1100px;
	height: 100px;
	margin: 0 auto 0 auto;
	* margin-bottom: -5px; /* IE hack */
}

#headerLogo {
	width: 275px;
	float: left;
	height: 100px;
}

#headerNav {
	width: 625px;
	float: right;
	height: 100px;
}

#headerTopNavLeft {
	padding: 15px 0 0 25px;
	* margin-bottom: -12px; /* IE hack */
	float: left;
}

#headerTopNavRight {
	padding: 5px 0 0 0;
	* margin-bottom: -12px; /* IE hack */
	float: right;
	width: 250px;
}

#headerTopNavURL {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	width: 250px;
}

#headerTabNav {
	padding: 18px 0 0 84px;
	* margin: 12px 0 0 0; /* IE hack */
}

#tabNav, #tabNav ul{
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     list-style-type: none;
     list-style-position: outside;
     position: relative;
	 z-index: 1; /* IE hack for menu stacking over instead of under content (use with position: relative) */
     line-height: 25px;
}

#tabNav a:link, #tabNav a:active, #tabNav a:visited{
    background: url(http://www.mdaemon-mail-server.com/images/layout/nav-tab.png) no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	height: 25px;
	padding-left: 10px;
	_margin: 0 -19px 0 0; /* IE6 and under hack */
	text-decoration: none;
}

#tabNav a:hover, #tabNav a.current:hover {
    background-color: #ffffff;
	background-position: 0 -25px;
	text-decoration: underline;
	text-decoration: none;
}

#tabNav a.current {
    background-color: #ffffff;
	background-position: 0 -25px;
}

#tabNav span {
	background: url(http://www.mdaemon-mail-server.com/images/layout/nav-tab.png) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 25px;
	padding-right: 10px;
	_margin: 0 9px 0 0; /* IE6 and under hack */

}

#tabNav a:hover span, #tabNav a.current span {
	background-position: 100% -25px;
}

#tabNav ul a:link, #tabNav ul a:active, #tabNav ul a:visited{
    display: block;
    padding: 0 0 0 10px;
	margin: 0 0 0 0;
    border: 1px solid #000000;
    color: #ffffff;
    text-decoration: none;
    background: url(http://www.mdaemon-mail-server.com/images/layout/nav-drop-bg.png);
}

#tabNav ul a:hover{
    background-position: 0 -25px;
    color: #ffffff;
	text-decoration: underline;
}

#tabNav li{
    float: left;
    position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#tabNav ul {
    position: absolute;
    width: 200px;
    top: 25px;
	left: 0;
    display: none;
}

#tabNav li ul a{
    width: 200px;
    float: left;
}

#tabNav ul ul{
	top: auto;
	margin: 0 0 0 0;
	z-index: 500;
}

#tabNav li ul ul {
    left: 200px;
    margin: 0px 0 0 12px; /* IE hack */
}

#tabNav li:hover ul ul,
#tabNav li:hover ul ul ul,
#tabNav li:hover ul ul ul ul{
    display: none;
}

#tabNav li:hover ul,
#tabNav li li:hover ul,
#tabNav li li li:hover ul,
#tabNav li li li li:hover ul{
    display: block;
}

#search {
	width: 163px;
	height: 23px;
	padding: 0 0 0 0;
	margin-left: 87px;
	background: url(http://www.mdaemon-mail-server.com/images/layout/search-box.png) no-repeat 0 0;
}

#search p,
#search form,
#search label {
	* margin: 0 0 0 0; /* IE hack */
	height: 17px;
}

#search p {
	position: relative;
	padding-right: 10px;
	padding-bottom: 0;
	padding-top: 0;
}

#search label,
#search input {
	position: absolute;
}

#search label {
	display: none;
}

#search input {
	display: block;
	top: 4px;
	right: 10px;
	width: 15px;
	height: 15px;
	border: 0 none;
	background: none;
}

#search input#q {
	position: relative;
	right: auto;
	width: 100%;
	padding: 0 0 0 0;
	color: #cccccc;
	font-size: 11px;
}

/** end header  **/


/******************************************************************
       content
******************************************************************/

#contentWrap {
	width:100%;
	background-color: #ffffff;
}

#contentBackground {
	background: url(http://www.mdaemon-mail-server.com/images/layout/content-background.png) no-repeat center top;
	width: 1100px;
	margin: 0 auto 0 auto;
	* margin-bottom: -5px; /* IE hack */
}

#breadcrumb {
	height: 25px;
	color: #666666;
	padding: 2px 0 5px 5px;
	font-size: 10px;
}

a.grey {
	color: #666666;
}

a:hover.grey {
	color: #006699;
}

#pageTitle {
	vertical-align: middle;
	float: left;
	width: 650px;
	padding-bottom: 30px;
}

#pageTitleNav {
	width: 640px;
	line-height: normal;
	font-weight: bold;
	font-size: 12px;
	color: #999999;
	padding: 2px 0 0 10px;
}

#homeBanner {
	float: left;
	width: 700px;
	padding: 10px 10px 10px 10px;
}

#homeAquaBTN {
	float: right;
	width: 190px;
	padding: 32px 0 0 0; /* IE hack */
}

#homeAquaBTNSpacer {
	padding: 32px 0 0 0;
	* margin: -32px 0 0 0; /* IE hack */
	clear: both;
}

#homeText {
	float: right;
	width: 480px;
	padding: 0 10px 10px 0;
	* margin: 0 0 0 -20px; /* IE hack */
}

#homeText h1{
	padding-bottom: 15px;
}

#homeFeature {
	float: left;
	width: 430px;
	padding: 5px 0 10px 0;
}

#homeFeature ul{
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
}

#homeFeature ul li{
	float: left;
	margin: 0 6px 6px 0;
	* margin: 0 2px 4px 0; /* IE hack */
	text-align: center;
	height: 102px;
	width: 127px;
}

#homeFeature ul li a{
	padding: 0px 4px 2px 0px;
	* margin: 0 0 -65px 0; /* IE hack */
	line-height: normal;
	font-size: 13px;
	display: inline-block;
	height: 102px;
	width: 127px;
	color: #ffffff;
}

a.featureMailServer {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-mail-server.png) no-repeat top left;
}

a.featureMailServer:hover {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-mail-server_over.png) no-repeat top left;
}

a.featureBlackBerry {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-blackberry.png) no-repeat top left;
}

a.featureBlackBerry:hover {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-blackberry_over.png) no-repeat top left;
}

a.featureWebmail {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-webmail.png) no-repeat top left;
}

a.featureWebmail:hover {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-webmail_over.png) no-repeat top left;
}

a.featureMobility {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-mobility.png) no-repeat top left;
}

a.featureMobility:hover {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-mobility_over.png) no-repeat top left;
}

a.featureArchiving {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-archiving.png) no-repeat top left;
}

a.featureArchiving:hover {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-archiving_over.png) no-repeat top left;
}

a.featureExchangeMigration {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-exchange-migration.png) no-repeat top left;
}

a.featureExchangeMigration:hover {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-exchange-migration_over.png) no-repeat top left;
}

a.featureInstantMessaging {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-instant-messaging.png) no-repeat top left;
}

a.featureInstantMessaging:hover {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-instant-messaging_over.png) no-repeat top left;
}

a.featureSecurity {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-security.png) no-repeat top left;
}

a.featureSecurity:hover {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-security_over.png) no-repeat top left;
}

a.featureRemoteAdmin {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-remote-admin.png) no-repeat top left;
}

a.featureRemoteAdmin:hover {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-remote-admin_over.png) no-repeat top left;
}

a.featureAntivirus {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-antivirus.png) no-repeat top left;
}

a.featureAntivirus:hover {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-antivirus_over.png) no-repeat top left;
}

a.featureOutlookConnector {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-outlook-connector.png) no-repeat top left;
}

a.featureOutlookConnector:hover {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-outlook-connector_over.png) no-repeat top left;
}

a.featureElearning {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-elearning.png) no-repeat top left;
}

a.featureElearning:hover {
	background: url(http://www.mdaemon-mail-server.com/images/icons/home-feature-elearning_over.png) no-repeat top left;
}

ul.learnMore {
	margin: -15px 0 1em 0;
	* margin-left: 5px; /* IE hack */
	padding: 0 0 0 30px;
	list-style: url(http://www.mdaemon-mail-server.com/images/layout/arrow_blue.gif);
}

h2.learnMoreTitle {
	font-size: 1.1em;
	color: #006699;
	line-height: 1em;
	padding: 10px 0 20px 10px;
}

#aquaBTN {
	padding: 20px 20px 0 10px;
}

#aquaBTN a:link,
#aquaBTN a:active,
#aquaBTN a:visited{
    background: url(http://www.mdaemon-mail-server.com/images/layout/aqua-btn.png) no-repeat;
	color: #ffffff;
	display: block;
	float: right;
	height: 30px;
	width: 146px;
	padding-left: 10px;
	line-height: 28px;
	* margin: 0 0 0 0; /* IE hack */
	text-decoration: none;
}

#aquaBTN a:hover{
	background-position: 0 -30px;
	text-decoration: underline;
}

#aquaBTNvideo {
	padding: 0 0 10px 0;
	width: 175px;
	float: right;
	* margin: 0 0 0 0; /* IE hack */
}

#aquaBTNvideo a:link,
#aquaBTNvideo a:active,
#aquaBTNvideo a:visited{
    background: url(http://www.mdaemon-mail-server.com/images/layout/aqua-btn.png) no-repeat;
	color: #ffffff;
	display: block;
	float: right;
	height: 30px;
	width: 146px;
	padding-left: 10px;
	line-height: 28px;
	* margin: 0 0 0 0; /* IE hack */
	text-decoration: none;
}

#aquaBTNvideo a:hover{
	background-position: 0 -30px;
	text-decoration: underline;
}

#disclaimer {
	padding: 0 0 0 25px;
	font-size: 11px;
	line-height: normal;
	color: #999999;
}

#contentLeft {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 450px;
	float: left;
}

#contentRight {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 450px;
	float: right;
}

#contentBoth {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.contentBoxed {
	margin: 0 auto 15px auto;
    color: #000000;
    width: 880px;
    padding: 10px 0 5px 0;
    background-color: #DFDFDF;
    border: 1px solid #999999;
	background-image: url(http://www.mdaemon-mail-server.com/images/layout/boxed-bg.jpg);
    background-repeat: repeat-x;	
    /* Do rounding (native in Firefox and Safari, CC in IE) 
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    CCborderRadius: 20px;*/
}

.contentBoxedLeft {
	float: left;
	margin: 0 0 20px 20px;
    color: #000000;
    width: 430px;
    padding: 10px 0 5px 0;
    background-color: #DFDFDF;
    border: 1px solid #999999;
	background-image: url(http://www.mdaemon-mail-server.com/images/layout/boxed-bg.jpg);
    background-repeat: repeat-x;
}

.contentBoxedRight {
	float: right;
	margin: 0 20px 20px 0;
    color: #000000;
    width: 430px;
    padding: 10px 0 5px 0;
    background-color: #DFDFDF;
    border: 1px solid #999999;
	background-image: url(http://www.mdaemon-mail-server.com/images/layout/boxed-bg.jpg);
    background-repeat: repeat-x;
}

.contentBoxedFloatText {
	float: left;
	width: 285px
}

.contentBoxedFloatImg {
	float: right;
	width: 125px;
	padding: 0 10px 0 10px
}

/** end content  **/


/******************************************************************
       footer
******************************************************************/

#footerGap {
	height: 50px;
	text-align: center;
	font-size: 11px;
	clear: both;
}

#footerBackground {
	background: #ffffff;
	width: 1100px;
	margin: 0 auto 0 auto;
	* margin-bottom: -5px; /* IE hack */
}

#footerAltNLogo {
	float: left;
	height: 65px;
}

#footerRIMLogo {
	float: right;
	width: 500px;
	padding: 35px 0 0 0;
	text-align: right;
	font-size: 12px;
}

#footerCopyright {
	padding: 5px 0 0 0;
	font-size: 10px;
	float: left;
	color: #666666;
	line-height: normal;
	height: 50px;
	width: 920px;
}

#footerNav {
	padding: 5px 0 0 0;
	font-size: 12px;
	float: right;
	color: #999999;
	line-height: normal;
	width: 205px;
}

/** end footer  **/




/******************************************************************
       downloadControl
******************************************************************/

#downloadPage {
	width: 300px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;

}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #000000;
	background: #cccccc;
}

legend {
	color: #006699;
	font-weight: bold;
	font-size: 15px;
}

/** downloadControl  **/


/******************************************************************
       FancyBox
******************************************************************/

.fancybox {
	float: right;
	padding: 0 10px 5px 10px;
}

li.gallery {
	padding: 0 25px 20px 25px;
	width: 210px;
	height: 200px;
	text-align: center;
}

ul.gallery,
li.gallery {
	margin: 0 0 0 0;
	list-style: none;
	float: left;
	display: block;
	line-height: normal;
	font-size: 11px;
}

.gallery a {
	color: #666666;
	text-decoration: none;
}

.gallery a:hover {
	color: #006699;
	text-decoration: none;
}
/** end FancyBox  **/


/******************************************************************
       SocialNav
******************************************************************/

#socialNav {
	padding: 8px 0 5px 0;
	font-size: 12px;
	float: right;
	color: #999999;
	line-height: normal;
	width: 205px;
}

#twitterIcon {
	padding: 5px 0px 0px 7px;
}

#twitterPanel {
	bottom: 0px ;
	display: none;
	position: fixed;
	right: 200px;
	border: none;
}

#twitterContent {
	border: none ;
	border-bottom-width: 0px ;
	padding: 10px 10px 0 0 ;
	width: 256px;
	height: 398px;
	margin: 0 0 0 0;
}

.twitterFeed {
	border: none;
	padding: 0 0 0 0;
	width: 256px;
	height: 410px;
	margin: 0 0 0 0;
}

#twitterClose {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 240px;
	text-decoration: none;
	color: #FFFFFF;
}

#twitterClose:focus {
	outline: none;
}

#youtubeIcon {
	padding: 5px 0px 0px 7px;
}

#youtubePanel {
	bottom: 0px ;
	display: none;
	position: fixed;
	right: 200px;
	border: none;
}

#youtubeContent {
	border: none ;
	border-bottom-width: 0px ;
	padding: 10px 10px 0 0 ;
	width: 235px;
	height: 95px;
	margin: 0 0 0 0;
}

.youtubeFeed {
	border: none;
	padding: 0 0 0 0;
	width: 235px;
	height: 105px;
	margin: 0 0 0 0;
	background-color: #ffffff;
}

#youtubeClose {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 220px;
	text-decoration: none;
	color: #FFFFFF;
}

#youtubeClose:focus {
	outline: none;
}

#googleplusIcon {
	padding: 5px 0px 0px 7px;
}

#googleplusPanel {
	bottom: 0px ;
	display: none;
	position: fixed;
	right: 200px;
	border: none;
}

#googleplusContent {
	border: none ;
	border-bottom-width: 0px ;
	padding: 10px 10px 0 0 ;
	width: 250px;
	height: 141px;
	margin: 0 0 0 0;
}

.googleplusFeed {
	border: none;
	padding: 0 0 0 0;
	width: 250px;
	height: 151px;
	margin: 0 0 0 0;
	background-color: #ffffff;
}

#googleplusClose {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 235px;
	text-decoration: none;
	color: #FFFFFF;
}

#googleplusClose:focus {
	outline: none;
}

#linkedinIcon {
	padding: 5px 0px 0px 7px;
}

#linkedinPanel {
	bottom: 0px ;
	display: none;
	position: fixed;
	right: 200px;
	border: none;
}

#linkedinContent {
	border: none ;
	border-bottom-width: 0px ;
	padding: 10px 10px 0 0 ;
	width: 365px;
	height: 265px;
	margin: 0 0 0 0;
}

.linkedinFeed {
	border: none;
	padding: 0 0 0 0;
	width: 365px;
	height: 265px;
	margin: 0 0 0 0;
	background-color: #ffffff;
}

#linkedinClose {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 345px;
	text-decoration: none;
	color: #FFFFFF;
}

#linkedinClose:focus {
	outline: none;
}

/** end SocialNav  **/
