/* generic styles */
.marginsmall {margin:4px;}
.marginsmallhoriz {margin:0 4px 0 4px;}
.marginsmallvert {margin:4px 0 4px 0;}
.marginmed {margin:8px;}
.marginmedhoriz {margin:0 8px 0 8px;}
.marginmedvert {margin:8px 0 8px 0;}
.marginlargehoriz {margin:0 16px 0 16px;}
.marginlargevert {margin:16px 0 16px 0;}
.marginauto {margin-left:auto; margin-right:auto;}
.margin5percenthoriz {margin-left:5%; margin-right:5%;}
.marginmain {margin:5px;}
.paddingsmall {padding:4px;}
.paddingsmallhoriz {padding:0 4px 0 4px;}
.paddingsmallvert {padding:4px 0 4px 0;}
.paddingmed {padding:8px;}
.paddingmedhoriz {padding:0 8px 0 8px;}
.paddingmedvert {padding:8px 0 8px 0;}
.paddinglargehoriz {padding:0 16px 0 16px;}
.paddinglargevert {padding:16px 0 16px 0;}
.clearfloats {clear:both;}
.clearleft {clear:left;}
.clearright {clear:right;}
.clear {clear:both;margin:0;height:0;padding:0;}
.blank {margin:0;height:1em;}
.floatleft {float:left;}
.floatright {float:right;}
.width20percent {width:20%;}
.width25percent {width:25%;}
.width33percent {width:33%;}
.width40percent {width:40%;}
.width50percent {width:50%;}
.width75percent {width:75%;}
.width80percent {width:80%;}
.width80percent {width:90%;}
.width100percent {width:100%;}
.width100percent {width:100%;}
.redcolor {background-color:red;}
.bordersmall {border:2px solid black;}
#penguinImage{ }

/* Main page */
#toprow {
        margin-top: 10px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
	width: 912px;
	position: relative;
}

.row.center {
	text-align: center;
}

#logo { 
	width:243px;
	margin: 0 0;
}


#logobyline { 
	margin: 0 10px 0 10px;
	font-family: georgia, serif;
	font-size: 1.6em;
}

#toprowtext { 
	margin-top:0px;
	margin-bottom:4px;
	margin-right:auto;
	margin-left:auto;

}

#toprowtext ul {
	        list-style-type: none;
	        margin-left:0;
	        margin-top:10px;
	        margin-bottom:0;
	        margin-right:10px;
	        padding:0px 0px 0px 0px;
}

#toprowtext ul li {
	        display:inline;
	        list-style: none;
	        margin-left:0;
	        padding:0px 10px 0px 0px;
}

#toprowtext ul li.first {
	        display:inline;
	        list-style: none;
	        margin-left:0;
	        padding:0px 10px 0px 0px;
}

#toprowtext ul li.last {
	        display:inline;
	        list-style: none;
	        margin-left:0;
	        padding:0px 0px 0px 0px;
}


#search {
	position:absolute;
	top:0;
	right:0;
	padding:0px 0px 0px 0px;
	margin:0 0;
	text-align:center;
	line-height:1em;
	display: none;
}

#search-form-input {
	color:#666f80;
	background-color:#c4c4c4;
	border:2px solid #666f80;
	font-size:.8em;
       	font-family:serif,arial,helvetica;
	margin:2px 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#search-form-submit {
	font-size:.8em;
       	font-family:serif,arial,helvetica;
	color:#666f80;
	width:30%;
	border: 2px solid #666f80;
	display: inline;
	margin:2px 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#container {}

.container-inline {
	display: inline;
}

#contentwrapper {
	position: relative;
	width:912px;
	margin:0 auto;
}

#topcontent {
	position:relative;
        margin-top:10px;
        margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
        width:900px;
        border:6px solid #666f80; 
	padding:0px 0px 0px 0px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#flashcontent {
        margin:0 auto;
        width:900px;
        height:300px;
        background:#c4c4c4;
        color:#666f80;
        line-height:1.25em;
	position:relative;
}

#flashcontentdevelopment {
	position:absolute;
	top:0;
	left:0;
        width:900px;
        height:300px;
	z-index:2;
}
#flashcontentsecurity {
	position:absolute;
	top:0;
	left:0;
        width:900px;
        height:300px;
	z-index:3;
}
#flashcontentsupport {
	position:absolute;
	top:0;
	left:0;
        width:900px;
        height:300px;
	z-index:4;
}
#flashcontentmanaged {
        position:absolute;
        top:0;
        left:0;
        width:900px;
        height:300px;
        z-index:4;
}

#flashcontentalt {
        background:#ffffff;
        margin:0 0;
	padding:0px 20px 0px 20px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	width: 840px;
	height: 280px;
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;
}

#flashmenu {
	height: 40px;
	left: 0px;
	position: absolute;
	bottom: 0px;
	width: 740px;
	font-size: .84em;
	line-height: 1em;
	text-decoration: none;
	display:none;
}
#flashmenubg {
/*	background-color: white; */
	background:url("/image/flashmenutransbg.png");
	height: 100%;
/*	filter:alpha(opacity=30); /* IE's opacity*/
/*	opacity: 0.30; */
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index:99;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        -moz-border-radius-bottomleft: 0px;
        -moz-border-radius-bottomright: 0px;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
}

#flashmenucontents {
	background-color: transparent;
	position: relative;
	width:100%;
	height:100%;
	z-index:101;
	padding:3px 0px;
	height:40px;
}

#flashmenucontents ul {
	display: block;
	float:left;
	list-style: none;
	width:100%;
	height:100%;
	margin:0 0;
	padding:0px 0px 0px 0px;
}
#flashmenucontents ul li {
	float:left;
	position: relative;
	width:20%;
	margin:0 auto;
}

#flashmenucontents ul li a {
	position:relative;
	float:left;
	margin:0 6px;
	color: #333333;
	text-decoration: none;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
}

#flashmenucontents ul li a:hover {
	color: #000000;
}

#flashmenucontents ul li a div {
	float:left;
	-ms-interpolation-mode: bicubic;
	width:64px;
	height:34px;
	margin:0 0;
	position:relative;
}

#flashmenucontents ul li a img {
	float:left;
	-ms-interpolation-mode: bicubic;
	width:44px;
	height:34px;
	margin:0 10px;
	position:relative;
}

#flashmenucontents ul li a p {
	margin:0 0;
	padding:0 0;
}

#maincontentwrapper {
        background:#c4c4c4;
        margin:0 auto;
        width:880px; 
        border:6px solid #666f80;
	padding:10px 10px 10px 10px; 
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#maincontent {
        background:#ffffff;
        margin:0 auto;
	padding:10px 10px 10px 10px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	width: 860px;
}

#maincontent ul {
        padding: 0px 0px 0px 0px;
        list-style: none;
        color: #666f80;
        background:#fff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        margin:0 0;
}


.bulletList {
        padding: 0em 0em 0em 2em !important;
	list-style: disc !important;
}

.supportitem {
        padding:.2em .2em .2em .2em;
        /*background:#fff;*/
        color: #666f80;
        text-align:left;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
}

.supportitem h4 {
	text-align: center;
}

.supportitem p {
	background: none;
}

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

#maincontent ul.row.top {
	background: none;
	/*padding-left:1em;*/
}

.supportitem .tab1 {
	padding: 0em 0em 0em 4em;
}

.supportitem .tab2 {
        padding: 0em 0em 0em 8em;
}

.column.grid_9.top {
	padding-top: 5em;
}

.supportitem h4 {
        padding: 0 .2em .2em .2em;
}

#servicespage {
	text-align:center;
}

.servicesitem {
        padding:.2em .2em .2em .2em;
        background:#fff;
        color: #666f80;
        text-align:left !important;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
	display:inline-block;
}

.servicesitem h4 {
        padding: 0 .2em .2em .2em;
	text-align:center;
}

.servicesitem img {
	max-width:200px; 
	width: expression(this.width > 200 ? 200: true);	

}

#serviceslist {
	text-align:center;
        padding: 0 1em 0 1em;
}

#serviceslist ul {
        list-style: disc outside none !important;
	display:inline-block;
	text-align:left;
}

.servicedesc {
        border:solid #8c99af;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
	padding:.2em .2em .2em .2em;
	margin:0 0 0 1em;
}

.servicedesc .indent {
	margin-left: 1em;
	padding: 0em 0em 1em 0em;
}

.servicedesc .indent.noBottom {
	padding: 0em 0em 0em 0em;
}

#mainpagecontentwrapper {
        background:#c4c4c4;
        margin:0 auto;
        width:880px; 
        border:6px solid #666f80;
	padding:10px 10px 10px 10px; 
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#mainpagecontent {
        background:#8c99af;
        margin:0 auto;
	padding:10px 10px 10px 10px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	width: 860px;
}

.indented {
	margin:0 0 0 1em;
}

#mainpagecontent ul {
	padding: 0px 0px 0px 0px;
	list-style: none;
/*	line-height: 1em; */
	color: #666f80;
        background:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin:1em 0;
}

.newsitem {
	padding: 1em 1em 1em 1em;
        background:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #666f80;
	text-align:center;
}

.newsitem h4 {
	padding: 0 .2em .2em .2em;
        background:#8c99af;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color:#fff;
	text-align:center;
}

.socialitem {
	margin: 10px 10px;
	padding: 0 0;
        background:#fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #666f80;
	text-align:center;
        border:6px solid #8c99af;
	height: 418px;
}

.socialitem h4 {
	padding: .2em .2em .2em .2em;
        background:#8c99af;
	color:#fff;
	text-align:center;
}

.rowdark {
        width:100%;
        margin: 10px auto !important;
        overflow: hidden;
        background: #c4c4c4 !important;
}

#newsheader {
        background-color:#c4c4c4;
        margin-top:0;
        margin-bottom:4px;
        margin-left:auto;
        margin-right:auto;
	padding:4px 0;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomleft: 6px;
        -moz-border-radius-bottomright: 6px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-left-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
	width: 100px;
	text-align: center;
	color: #666f80;
	font-weight:bold;
}

table#ubuntupricing {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #666f80; 
	margin-top:1em;
	margin-bottom:1em;
}

table#ubuntupricing th {
	text-align:left;
	color:#fff;
	background:#666f80;
	padding:.4em;

}

table#ubuntupricing tr {
	text-align:left;
}

table#ubuntupricing td {
	text-align:left;
	padding:.4em;
	border:2px solid #666f80; 
}

table#ubuntupricing tr > td:first-child {
	font-weight:bold; 
}


table#managedservicespricing {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #666f80; 
	margin-top:1em;
	margin-bottom:1em;
}

table#managedservicespricing th {
	text-align:center;
	color:#fff;
	background:#666f80;
	padding:.4em;

}

table#managedservicespricing tr {
	text-align:left;
}

table#managedservicespricing td {
	text-align:left;
	padding:.4em;
	border:2px solid #666f80; 
}

table#managedservicespricing tr > td:first-child {
	font-weight:bold; 
}

table#managedservicespricing tr td.notBold {
        font-weight: normal;
}

table#managedservicespricing td.center{
        text-align: center;
}


#managedservicesdescription1 ul {
	padding: 0em 0em 0em 1.2em;
	padding-bottom: 1em;
	list-style: disc inside none !important;
}

#managedservicesdescription2 ul {
	padding: 0em 0em 0em 1.2em;
	list-style: disc inside none !important;
}

#managedservicesdescription3 ul {
	padding: 1.2em;
	list-style: disc inside none !important;
}
	
/* Support pages */
#parentbox {position: relative;}
#introduction {clear: both;}
#description {position:relative;display:block;width:100%;}
#descriptiontext {float:left;width:100%;}
#descriptionimage {float:right;width:1px;}
#services {position:relative; float: left; width: 100%; clear: both;}
#servicestext {position:relative; float:left; width: 21em;}
#servicesimage {position:relative; float:left; width: 220px;}

#supportpricing { 
	margin:1em auto;
	background:#fff;
	padding:1em 1em;
	border:4px solid #c4c4c4;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#creditcardlogos {
	width:151px;
}

#orderbutton {
	width:100px;
	height:35px;
}

#rateoptions {
	width:50%;
	margin:0 auto;
}

#rateoptions ul {
	text-align:center;
}

/* SERVICES MODAL */

#orderlabel, #orderlabel td, #orderlabel select, #orderlabel input.text {
	color:#666f80;
	font-style:bold;
}
#relatedproducts {}

.pressrelease p {
	margin: 0;
	padding-right: 0;
	padding-bottom: 0.4em;
	padding-left: 0;
	padding-top: 0.4em;
}

/* end section specific */


/* font definitions */
/* original .textbase color #45515C */
.textbase {text-decoration:none;}
.textbold {font-weight: bold;}
.textcentered {text-align:center !important;}
.textsmall {font-size:.75em;}
.textsmall2 {font-size:.8em;}
.textsmall3 {font-size:.9em;}
.textnorm {font-size:1em;}
.textmed {font-size:1em;}
.textlarge {font-size:1.3em;}
.textheight1 {line-height:2.5em;}
.textalignright {text-align:right !important;}
.textalignleft {text-align:left !important;}
/* end font definitions */

.btn { 
color:#035; 
font-weight: bold; 
font-size: 84%; 
background-color:#fff; 
border: 1px solid; 
border-color: #689 #346 #346 #689; 
text-decoration: none;
padding: 3px;
cursor: pointer;
}
.btnhov { 
border-color: #c63 #930 #930 #c63; 
}

