/* CSS Document */
/* Created 9 July 2008*/
/* HTML tag styles                             */
/***********************************************/

/* Global
================================================*/

* {
	margin:0;
	color: #1e1e1e;
	}
body,
html {}
body {
	font:8pt/140% Arial, Helvetica, Verdana, sans-serif;
	background-color: #505050;
	margin-right: 0px;
	padding-bottom: 10px;
	}

/* Main layout
================================================*/

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 10px;
	position: relative;
	background-color: #FFFFFF;
	
}

#main {
	float:right;
	width:580px;
	margin:10px 15px 10px 0px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 12px;
	}
	
	
main img {
	float: left;
	padding: 0px 10px 0px 0px;
	clear: right;
}	
		
#storeopen{
	clear:both;
	background-color: #fff;
	color:#333333;
	padding: 3px;
	height: 120px;

}

#sidebar {
	font-size:8pt;
	line-height:1.4em;
	float:left;
	width: 175px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 10px;
	margin-bottom: 4px;
	}
	
#help{
	padding: 40px 6px 3px 6px;
	margin-bottom:0px;
	background-image: url(images/frame/help-desk.gif);
	height: 244px;
	background-repeat: no-repeat;
}	

#navBar {
	width: 800px;
	margin: 0;
	padding: 0;
	height: 26px;
	
	background-color: #eee;
}
#threepanel{
	clear:both;
	background-color: #e7e7e7;
	color:#333333;
	padding: 10px;
	height: auto;
	margin-top: 4px;

}
#topstrip {
	background: #fff;
	height: auto;
	width: 800px;
	height: 58px;
	background-image: url(images/jxc-topstrip.jpg);
}

#searchStrip {
	width: 240px;
	height: 30px;
	background-image: url(images/search-strip.jpg);
	float: right;
	padding-left: 560px;
}

/* Header
================================================*/
#header {
	height:163px;
	clear:both;
	background-color:#4E9DA5;
	color:#FFFFFF;
	background-image:  url(images/jxc-logo.jpg);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	}
#header img {
	position:absolute;
	background-image:  url(images/jxc-header.jpg);
	color:#cccccc;
	top:0px;
	right: 0px;
	left: 0px;
	}
#header a,
#header a:hover {
	border:0;
	background:transparent;
	}


	
#flashcontent {	
		width: 100%;
		height: 600px;		
	}	
	
#content {
	}


#footer {
	clear:both;
	padding:0.5em;
	text-align:left;
	color:#ccc;
	text-transform: lowercase;
	background-color: #353535;
	}

/* NEW Navigation
======================================*/
#searchStrip {
	height: 30px;
	background-image: url(images/search-strip.jpg);
	background-repeat:no-repeat;
}

/* Add a relative position with a high z-index to make it appear over any element below */
#menu_container {
	margin:0px;
	position:relative;
	width:800px;
	height:25px;
	z-index:100;
	background-color: #dddede;

}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {
	display:block;
	width:100px;
	font-size:11px;
	color:#2e2e2e;
background-color: #dddede;
	height:25px;
	line-height:24px;
	text-decoration:none;
	text-indent:2px;
	border-width:0px 1px 0px 0px;
border-right:1px solid #555;
}



/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {background-color: #dddede; border-width:0 1px 1px 1px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {
}

/* Set up the list items */
#pmenu li {float:left; background:#dddede;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {
	background:#dddede;
	color:#c00;
}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; width:140px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-43px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#dddede; color:#c00;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {
	background:#dddede;
	color:#CC3300;
}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {color: #555555;
}
#pmenu li.drop {color: #555555;
}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px;}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-40px; top:14px; lef\t:-41px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}


	
/* Product List
================================================*/
/* Product Category List */
.pcDescription {
  padding: 0px 10px 20px 10px;
}
.pcList {
  padding: 0px 0px 20px 25px;
  margin: 0px;
  list-style-type: none;
}
.pcList li {
  margin: 0px 0px 0px 0px;
  padding: 2px;
}
.pcList li a {
  font-weight: normal;
}
.pList {
  list-style-type: none;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.pList li {
  background-image: url(images/frame/branch.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 3px 0px 3px 28px;
  margin: 0px 0px 0px -40px;
}
li.pListFirst {
  background-image: url(images/frame/branchtop.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
li.pListLast {
  background-image: url(images/frame/branchbottom.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.pList a {
  font-weight: normal;
}
.pMessage {
  text-align: center;
  padding: 0px 0px 10px 0px;
}

	
/* Links
================================================*/
a:link,
a:active {
	color:#333333;
	text-decoration: none;
	}
a:visited {
	color:#333333;
	text-decoration: none;
	}
a:hover {
	color:#0099CC;
	}
a.imglink:link,
a.imglink:visited {border:0;}
a.imglink:hover {background:transparent;}

a.category:link {color: #89bc02; padding: 5px 2px 1px 0px;text-decoration:none;}
a.category:active {color: #333;padding: 5px 2px 1px 0px;text-decoration:none;}
a.category:visited {color: #009933;padding: 5px 2px 1px 0px;text-decoration:none;}
a.category:hover {color: #0099CC;padding: 5px 2px 1px 0px; text-decoration:none;}

a.panel:link {color: #89BC02;}
a.panel:active {color: #89BC02;text-decoration:none;}
a.panel:visited {color: #89BC02;text-decoration:none;}
a.panel:hover {color: #0099CC;text-decoration:none;}



a.footer:link {color: #999999; padding: 5px 2px 1px 0px;text-decoration:none;}
a.footer:active {color: #999999;padding: 5px 2px 1px 0px;text-decoration:none;}
a.footer:visited {color: #999999;padding: 5px 2px 1px 0px;text-decoration:none;}
a.footer:hover {color: #FF9900;padding: 5px 2px 1px 0px; text-decoration:none;}

a.disclaimer:link {color: #dc9b1a; padding: 5px 2px 1px 0px;text-decoration:underline;}
a.disclaimer:active {color: #dc9b1a;padding: 5px 2px 1px 0px;text-decoration:underline;}
a.disclaimer:visited {color: #dc9b1a;padding: 5px 2px 1px 0px;text-decoration:underline;}
a.disclaimer:hover {color: #f3c871;padding: 5px 2px 1px 0px; text-decoration:underline;}




/* Headings
================================================*/
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	color:#000;
	font-family:Helvetica,Arial,Geneva,sans-serif;
	}
h1 {
	font-size:1.2em;
	margin:3px 0 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	line-height: 1.4;
	font-weight: bold;
	}
h2 {
	font-size:1.2em;
	COLOR:#FF9C00;
	margin:0px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
h3 {
	font-size:1.1em;
	font-weight:normal;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0px;
}
.home h2 {
	font-weight:normal;
	font-size:1.6em;
	margin:0 0 0.625em;
	}
h2 a:link,
h2 a:visited,
h2 a:hover {
	font-weight:normal;
	color:#000;
	border:0;
	padding:0;
	margin:0;
	}
	

/* Lists
================================================*/
dl,
ol,
ul {margin:0px 0 1em;}

ul {
	padding:4px 0 0px 40px;
	font-size: 1em;
	list-style-type:disc;
	list-style-image: url(none);
	
	}
ol {
	padding:0 0 0 0;
	margin:0 3px 0px 15px;
	list-style-image: url(images/buttons/blu-bullet.gif);
	list-style-type: disc;
}
li {
	margin:0px 3px 3px 3px;
}

	

/* Images
================================================*/
img {
	border:0;
	display:inline;
}

.fullwidth2 {
	padding:4px 0px 0 0px;
	margin:0 0 20px 0;
	}
.flow {
	float:right;
	margin:0 12px 2px 0px;
	}
.dec {
	padding:4px;
	border:1px solid #ccc;}


.fullwidth {
	padding:4px;
	margin:1em 0; 
	}
.centerfullwidth {
	border:1px solid #ccc;
	padding:4px;
	margin:1em 0;
	}	
.flow {
	float:left;
	margin:0 3px 10px 9px;
	}
.flowtext {
    float:left;
	margin:0px 15px 6px 0px;
	}

.flowtextRight {
    float:right;
	margin:0px 0px 6px 15px;
	}


.flowbox {
	float:left;
	border:1px solid #ccc;
	padding:4px;
	margin:1em;
	}	
	
	
.tableBorder {
	border-right: 1px solid #FFFFFF;
}
.name {
	color: #FF9C00;
	text-transform: uppercase;
	font-weight: bold;
}
.testimonials {
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 5px 5px 10px 5px;
	width: 180px;
	margin-top: 0px;
}
.borderRight {
	border-right: 1px solid #949393;
}
.bronzeHead {
	background: #c39055;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.silverHead {
	font-size: 1.2em;
	font-weight: bold;
	background: #bbbbbb;
	text-align: center;
}
.goldHead {
	font-size: 1.2em;
	font-weight: bold;
	background: #e3d602;
	text-align: center;
}
.tableTopBorder {
	padding-top: 5px;
	border-top: 1px solid #999999;
	
}
.textUnderline {
	color: #666666;
	text-decoration: underline;
}
.tableDottedLine {
	border-top: 1px dotted #00C4D5;
	padding: 3px 0px 3px 0px;
}
.compareTable {
	background: #f0f0ee;
}
.tabelBorderRight {
	border-left: 1px solid #000000;
	padding-left: 3px;
}
.tableBorderLeft {
	border-left: 1px solid #000000;
}
.domainPrices {
	background: #e8ebeb;
}
.domains {
	background: #d8dbdb center;
	height: 20px;
}
.domainDuration {
	background: #f0f6f6;
}
.copyright {
	color: #666666;
}
.XcartDisclaimer {
	color: #dc9b1a;
	text-transform: none;
}
.Free {
	color: #F7941D;
	font-weight: bold;
}
.panelH1 {
	color: #333333;
	font-size: 1em;
}
.searchTable {
	padding: 3px 10px 3px 0px;
	margin: 3px 10px 3px 0px;
}
.h1Bold {
}
.searchForm {
	padding-left: 6px;
}
.imgBorder {
	border: 1px solid #CCCCCC;
}
.panelText {
	padding: 0px 10px 0px 10px;
}
.panelButtonleft {
	background: center;
	float: left;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 35px;
	padding-bottom: 2px;
}
.panelButtonright {
	background: center;
	float: left;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
}

.h2bold {
	font-weight: bold;
}
.welcomeHd {
	font-size: 1.4em;
	font-weight: bold;
	color: #F7941E;
}
.lineSpace {
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 7px;
}
.homeTable {
	padding-right: 2px;
	margin-right: 2px;
}
.buttonCentral {
	margin-right: 77px;
	margin-left: 77px;
	padding-top: 2px;
}
.disclaimerText {
	font-size: 7pt;
	margin-bottom:4px;
}
.helpdeskBG {
	background: #FFFFFF url(images/helpdesk-bg.gif) repeat-y;
}
.helpdeskTable {
	margin-left: 2px;
}
.compareHead {
	background: #f0f0ee;
}
.sideHead {
	padding-left: 7px;
}
.subscribeTable {
	margin-left: 4px;
}

