@charset "utf-8";
/*******************************************************************
	styles.css
	Main style sheet for MDaemon-Mail-Server.com
********************************************************************

	Created: 8/22/2010, Daniel Draney

*******************************************************************/

* {
	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, a.visited, a.active {
	text-decoration: none;
	outline: none;
	color: blue;
}

a:hover {
	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(/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(/images/layout/price.png) no-repeat 40px center;
	background-color: #ffffff;
}

td.priceShaded {
	padding: 0 25px 0 0;
	text-align: right;
	background: url(/images/layout/price-shaded.png) no-repeat 40px center;
	background-color: #cccccc;
}

td.priceUK {
	padding: 0 25px 0 0;
	text-align: right;
	background: url(/images/layout/priceUK.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 {
	width: 1100px;
	height: 100px;
	margin: 0 auto 0 auto;
	* margin-bottom: -5px; /* IE hack */
}

#headerLogo {
	width: 275px;
	float: left;
	height: 100px;
}

#headerNav {
	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: 163px;
}

#headerTopNavURL {
	/*float: left;*/
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}

#headerTabNav {
	* margin-bottom: -12px; /* IE hack */
	z-index:999;
	position:relative;
	top 0%;
}

#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(/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(/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(/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 {
	/*float: right;*/
	width: 163px;
	height: 23px;
	padding: 0 0 0 0;
	background: url(/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(/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: 630px;
	line-height: normal;
	font-weight: bold;
	font-size: 12px;
	color: #999999;
	padding: 2px 0 0 10px;
}

#homeBanner {
	float: left;
	width: 0px;
	padding: 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 {
	margin:0px;
	padding:0px;
}

#homeFeature ul{
	margin:0px;
	padding:0px;
}

#homeFeature ul li{
	float:left;
	width:161px;
	min-height: 250px;
	padding:5px;
	display: inline;
	margin:0px 0px 0px 10px;
    background: url(/images/layout/grey-vertical-fade.jpg) no-repeat;
	background-position: 0px 0px;
}

#homeFeature ul li {
	color: black;
	font-size:.9em;
	display: block;
}

#homeFeature ul li img {
	margin: 0 auto;
	display: block;
}

#homeFeature ul li span {
	color: black;
	font-size:1.1em;
	font-weight: bold;
	display: block;
}

#homeFeature ul li a {
	color: blue;
	display: block;
    background: url(/images/layout/arrow_blue.gif) no-repeat;
	background-position: 0px 17px;
	padding: 10px 0 20px 10px;
	font-size:0.9em;
}

ul.learnMore {
	margin: -15px 0 1em 0;
	* margin-left: 5px; /* IE hack */
	padding: 0 0 0 30px;
	list-style: url(/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(/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(/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;
}

#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(/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;*/
}

/** end content  **/


/******************************************************************
       footer
******************************************************************/

#footerGap {
	height: 50px;
	text-align: center;
	font-size: 11px;
	clear: both;
}

#footerBackground {
	background: #ffffff;
	width: 1100px;
	margin:0 auto 0 auto;
	padding-bottom:30px;
	font-size: 11px;
}

#footerAltNLogo {
	float: left;
	width: 50%;
}

#footerRIMLogo {
	float: right;
	width: 50%;
	text-align: right;
}

#footerCopyright {
	padding: 5px 0 0 0;
	font-size: 10px;
	float: left;
	color: #666666;
	line-height: normal;
}

#footerNav {
	padding: 5px 0 0 0;
	font-size: 12px;
	float: right;
	color: #999999;
	line-height: normal;
}

/** 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  **/


/******************************************************************
       Accordion
******************************************************************/

.accordion-container {
	float: left;
	width: 840px;
	height: 300px;
	padding: 0 0 0 0;
	margin: 10px 10px 10px 35px;
	overflow: hidden;
	display: inline;
}

ul.accordion {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.accordion li {
	float: left;
	height: 300px;
	cursor: pointer;
	overflow: hidden;
	background-image: url(/images/layout/tab-mobile-bg.png);
}

/* Optional selected panel style */
ul.accordion li.selectedPanel {

}

/* Makes content extend to panel max width */
ul.accordion li .panelContent {
	display:block;
}

/* Use this to style panel's inner content */
ul.accordion li .panelContent .innerContent {
	font-size: 12px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	width: 610px;
}

.accordionTitle {
	float:left;
	width:65px;
}

.accordionContent {
	 float:right;
	 width:535px;
 }
 
.accordionContentImage {
	float:right;
	width:150px;
	padding:35px 5px 0 0;
}

.accordionContentText {
	float: left;
	width: 375px;
}

.accordionContentText h2 {
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 0 10px 0;
	margin: 0;
}

.accordionContentText h3 {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 0 3px 0;
	margin: 0;
}

a.accordionContentLink {
	color: yellow;
}

.accordionContentLineBreak {
	padding-left: 15px;
}

/** end Accordion  **/

.nobordertable td, th {
	border: 0px;
	background;
	background-color : transparent;
}
