/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Author:     Nuvio (www.nuvio.cz)
    Update:     2008-07-29, 18:30 GMT+1
    Version:    2.2.6 (2008-07-13, 14:28 GMT+1)

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {background:url("../images/bg.gif") 0 0 repeat-x; font:0.8em/1.5 "arial", sans-serif;}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}
h1 {font-size: 1.8em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}

h1 div, h2 div, h3 div{font-size:0.8em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
}


/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

ul.ul-01 {margin:15px 0; list-style:none;}
ul.ul-01 li {padding:2px 0 2px 25px; background:url("../images/ul-01.gif") 0 50% no-repeat; font-size:85%;}

ul.ul-list {margin:15px 0; list-style:none;}
ul.ul-list li {padding:1px 0;}
ul.ul-list span.date {padding-right:10px;}

ul.none {list-style:none;}
ul.disc {list-style:disc;}
ul.circle {list-style:circle;}
ul.square {list-style:square;}
ul.disc li,  ul.circle li, ul.square   li{padding:2px 0 0 2em; list-style-position:inside;}

li.none {padding:2px 0 0 2em; list-style-position:inside;list-style:none;}
li.disc {padding:2px 0 0 2em; list-style-position:inside;list-style:disc;}
li.circle {padding:2px 0 0 2em; list-style-position:inside;list-style:circle;}
ul.disc li,  ul.circle li, ul.square   li{padding:2px 0 0 2em; list-style-position:inside;}

ol {font-weight: bold ;}
ol.none {list-style-type: none;font-weight: bold ;}
ol.decimal {list-style-type: decimal;font-weight: bold ;}
ol.lower-alpha {list-style-type: lower-alpha;font-weight: bold ;}
ol.lower-roman {list-style-type: lower-roman;font-weight: bold ;}
ol.none li,  ol.decimal li, ol.lower-alpha  li, ol.lower-roman li{padding:2px 0 0 2em; list-style-position:inside;}
ol li div {font-weight: normal ;}

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */
#main {width:960px; margin:0 auto; overflow:hidden;}
/* Content Wrappers */
/* All*/
#contentWrapper {}
/* Pages */
#fullContent {}
/* Blog Posts */
.leftContent {
	float:left;
	width:73%;
}
.rightContent {
	float:right;
	width:23%;
}


#header {position:relative; height:90px; padding:2px 20px 10px 20px;}
#logo {margin:0;}
#nav {position:absolute; top:80px; right:20px; margin:0; }
#nav span {margin:0 8px;}
#nav #nav-active {font-weight:bold; text-decoration:none;}
    
#tray {position:relative; width:960px; height:45px; background:url("../images/tray.gif") 0 0 no-repeat; overflow:hidden; font:bold 90%/1 "tahoma",sans-serif;}
#tray ul {margin:0 20px; list-style:none;}
#tray li {display:inline;}
#tray li a {display:block; float:left; padding:17px 20px 17px 18px; background:url("../images/tray-separator.gif") 100% 0 no-repeat; text-decoration:none;}
#tray li a:hover {background:url("../images/tray-hover.gif");}
#tray li#tray-active a {background:url("../images/tray-active.gif");}

#search {position:absolute; top:8px; right:20px;}
#search div {position:relative; width:185px;}

#search #search-input {position:absolute; top:0; left:0; width:150px; height:30px; background:url("../images/search-input.gif") 0 0 no-repeat; overflow:hidden;}
#search #search-input input {width:136px; margin:8px; border:0; font:100%/1 "arial",sans-serif;}
#search #search-submit {position:absolute; top:0; right:0; width:30px;}

#maincontenttag {}
#footer {clear:both; padding:20px 20px 40px 20px; font-size:85%; text-align:center;}
#footer p {margin:0;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#col-top {width:960px; height:5px; margin-top:15px; background:url("../images/col-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../images/col-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col {position:relative; padding:15px 30px 15px 20px; background:url("../images/col.gif") 0 0 repeat-y;}

#ribbon {
	position:absolute;
	top:-5px;
	left:0;
	width:100px;
	height:100px;
	background:url("/site/images/ribbon.gif") 0 0 no-repeat;
	font-size:0;
	line-height:0;
	overflow:hidden;
	z-index:10;
	background-image: url(/site/images/ribbon.gif);
}

    #main-flash {position:relative; float:left; width:280px; height:215px; }
    #main-flash img {position:absolute; top:28px; left:10px;}

    #col-text {float:right; width:600px; padding-top:15px; line-height:1.7;}

        #slogan {position:relative; width:295px; height:33px; overflow:hidden; margin:0; padding:0; font-size:180%;}
        #slogan span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0;  background:url("../images/slogan.gif") 0 0 no-repeat;}
        #btns {margin-top:25px; margin-bottom:0;}

#cols2-top {width:960px; height:5px; margin-top:15px; background:url("../images/cols2-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../images/cols2-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2 {background:url("../images/cols2.gif") 0 0 repeat-y;}

    #cols2 #col-left {float:left; width:595px; padding:20px;}
    #cols2 #col-right {float:right; width:268px; margin-right:1px; padding:20px;}
    
        #cols2 #col-left h4, #cols2 #col-right h4 {margin:0; font-size:100%;}
        #cols2 #col-left .title {background:url("../images/dot.gif") 0 50% repeat-x;}
        #cols2 #col-left .title h4 {display:inline; padding-right:10px;}
        #cols2 #col-left .title span {padding-left:10px;}

        #cols2 .box {margin-top:15px;}
        #cols2 #col-right h4 {background:url("../images/dot-02.gif") 0 50% repeat-x;}
        #cols2 #col-right h4 span {padding-right:10px;}
        #cols2 .col-right-img {float:left; width:65px;}
        #cols2 .col-right-text {float:right; width:190px;}
        #cols2 .col-right-text p {margin:0;}

#cols3-top {width:960px; height:5px; margin-top:15px; background:url("../images/cols3-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols3-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../images/cols3-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols3 {background:url("../images/cols3.gif") 0 0 repeat-y;}

#cols4-top {width:960px; height:5px; margin-top:15px; background:url("../images/cols4-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols4-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../images/cols4-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols4 {background:url("../images/cols4.gif") 0 0 repeat-y;}


.col {float:left; width:308px; padding:0 1px; margin-right:15px;}
.col.last {margin-right:0;}
.col h3 {margin:0; padding:7px 15px 12px 50px; background:url("../images/cols3-title.gif") 20px 40% no-repeat; font-size:120%;}


.col4x {float:left; width:229px; padding:0 1px; margin-right:12px;}
.col4x.last {margin-right:0;padding:0 0 0 1px; }
.col4x h3 {margin:0; padding:7px 15px 12px 50px; background:url("../images/cols3-title.gif") 10px 40% no-repeat; font-size:110%;}

#cols4 .col4x h3 {background-color:#EEF8E4; color:#009900;}

.col-text {padding:10px; border-top:1px solid #DFDFDF;}
.col-text p {margin:0;}
.col-text ul {margin-bottom:0;}
.col-more {padding:10px 10px 1px 0; text-align:right;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.ico-comment {padding-left:18px; background:url("../images/ico-comment.gif") 0 50% no-repeat;}
.ico-rss {padding-left:18px; background:url("../images/ico-rss.gif") 0 50% no-repeat;}

.smaller {font-size:85%;}
.larger{font-size:125%;}

/* ----------------------------------------------------------------------------------------------------------
Originally in style.css
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {background-color:#fff; color:#404040}
html {overflow-y: scroll;}

a {color:#404040;}
a:hover {color:#000;}


/* ----------------------------------------------------------------------------------------------------------
2) Layout
---------------------------------------------------------------------------------------------------------- */

	#nav span {color:#DDD;}
	#nav #nav-active {color:#090;}
	
	#tray {background-color:#BFBFBF;}
	#tray li a {color:#404040;}
	#tray li#tray-active a {background-color:#090; color:#FFF;}
	#tray li a:hover {background-color:#9F9F9F; color:#FFF;}
	
	#search #search-input {background-color:#FFF;}
	#search #search-input input {color:#404040;}
	
	#footer, #footer a {color:#9f9f9f;}
	#footer a:hover {color:#404040;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#col-top, #col-bottom, #col {background-color:#F5F5F5;}

#cols4 .col h3 {background-color:#EEF8E4; color:#090;}
#cols4 .col h3 a {color:#090;}
#cols4 .col h3 a:hover {color:#000;}
#cols4 .col-more {background:#F5F5F5;}

#cols3 .col h3 {background-color:#EEF8E4; color:#090;}
#cols3 .col h3 a {color:#090;}
#cols3 .col h3 a:hover {color:#000;}
#cols3 .col-more {background:#F5F5F5;}

#cols2 #col-left .title h4, #cols2 #col-right h4 {color:#090;}
#cols2 #col-left .title h4, #cols2 #col-left .title span {background-color:#FFF;}
#cols2 #col-left .article {color:#090;}
#cols2 #col-left a:hover.article {color:#000;}

#cols2 #col-right {background-color:#EEF8E4;}
#cols2 #col-right h4 span {background-color:#EEF8E4;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.high {color:#090}
.pricegreen {
	color:#00A000;
	font-weight: bold ;
}


/* -------------------------------------------------------------------------------
Details Page
---------------------------------------------------------------------------------*/
.details {background-color:#EFF8F8;}
.details-header {background-color:#EEFBFB; margin:2px 0;}
#tab-container {/*background-color:#EEFBFB;*/}
.tab-body{background-color:#EEFBFB;}
.tab-background{background-color:#EEFBFB;}
/* Comparison Tab Table*/
table.table-plan-comparison, table.core-services, table.core-apps, table.core-add-ons {
   table-layout:fixed; 
	width:98%; 
	margin-left:auto; 
	margin-right:auto; 
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color:#CCC;
	border-collapse: collapse;
}
/* table.table-plan-comparison th {width:32%; text-align:left;}*/
table.table-plan-comparison thead{background-color:#cfcfcf;}
.compare-feature-head {width:32%; text-align:left; background-color:#cfcfcf;}
.compare-detail-head {width:16%; text-align:left; background-color:#cfcfcf;}
.compare-detail {width:16%; text-align:left;}
.compare-feature {width:32%; text-align:left}
.compare-detail {width:16%; text-align:left}
.compare-row0 {background-color: #ffffff; padding: 2px 2px 2px 2px;}
.compare-row1 {background-color:#D6EFE7; padding: 2px 2px 2px 2px;}
.compare-row0 td{background-color: #ffffff; padding: 2px 2px 2px 2px;}
.compare-row1 td{background-color:#D6EFE7; padding: 2px 2px 2px 2px;}

table.core-services thead, table.core-apps thead, table.core-add-ons thead{background-color:#cfcfcf;}
.core-services-head, .core-apps-head{width:100%; text-align:center;background-color:#cfcfcf;}
.core-apps-head{width:100%; text-align:left;}
.core-add-ons-head-item{background-color:#cfcfcf;width:50%; text-align:left;}
.core-add-ons-head-detail{background-color:#cfcfcf;width:25%; text-align:left;}
.core-services-detail {width:50%; text-align:left;}
.core-apps-detail{width:33%; text-align:left}
.core-add-ons-details{width:25%; text-align:left}
.core-services-row0,.core-apps-row0,.core-add-ons-row0 {background-color: #ffffff;}
.core-services-row1,.core-apps-row1,.core-add-ons-row1 {background-color:#D6EFE7;}
.core-services-row0 td, .core-apps-row0 td,.core-add-ons-row0 td{background-color: #ffffff;padding: 2px 2px 2px 2px;}
.core-services-row1 td, .core-apps-row1 td, core-apps-rowh td,.core-add-ons-row1 td{background-color:#D6EFE7;padding: 2px 2px 2px 2px;}
.core-apps-rowh {background-color:#cfcfcf;}





