html {
	margin: 0px;
}

h1 {
	font: 22pt Palatino Linotype, Book Antiqua3, Palatino6, serif;
	color: #2b3535;
	margin-bottom: 3px;
}

h2 {
	font: 18pt Palatino Linotype, Book Antiqua3, Palatino6, serif;
	color: #2b3535;
	margin-bottom: 3px;
}

h3 {
	font: 14pt Palatino Linotype, Book Antiqua3, Palatino6, serif;
	color: #2b3535;
	margin-bottom: 2px;
	margin-top: 2px;
}

p {
	text-indent: 3em;
}

body {
	background: #2b3535; 
 	text-align: center; 
 	font: 10pt Trebuchet MS, Arial, Tahoma; 
	margin: 0px; 
 	padding: 0px;
	color: #2b3535;
}

a img {
	border: none;
}

a:link, a:visited, a:active {
	color:#0000AB;
	text-decoration:none;
} 

a:hover {
	color:#0000AB;
	text-decoration: underline overline;
}

a.ttip:link, a.ttip:visited, a.ttip:active {
    position:relative;
	display: block; 
    z-index:1; 
    color:#2b3535;
	text-decoration: none;
}

a.ttip:hover {
	color:#2b3535;
	text-decoration: none;
}

a.ttip span { display: none }

a.ttip:hover span { /*the span will display just on :hover state*/
    position:absolute;
	z-index:25;
	display:block;
    top:-2.7em; 
	left:7em; 
	width:15em;
    border:1px solid #000;
    background-color:#fff; 
	color:#2b3535;
    text-align: center;
}

.sigRight {
	text-align: center;
	position: relative;
	left: 0px;
}

.sigRight img {
	text-align: right;
}

.justRight {
	text-align: right;
}

#featTable	{
	text-align: center;
	border-width: 1px;
	border-style: dashed;
	border-color: #000;
	display:inline-table;
}

#featTable th {
	font: bold 13pt Trebuchet MS, Arial, Tahoma;
	border-width: 1px;
	border-style: solid;
	border-spacing: 1px;
	padding: 2px;
}

#featTable td {
	padding-left: 3px;
	padding-right: 3px;
	line-height: 20px;
	padding-bottom:0px;
	padding-top:0px;
}

#featTable td img {
	vertical-align:middle;
	text-align:center;
	line-height:20px;
}

#featTable .emptyCell {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	line-height: 0px;
	border-width: 1px;
	border-style: solid;
}

#logo {
	margin: 0px auto; /* to fix centering in Mozilla */
	background: url('image/logo.gif') no-repeat;
	width:857px;
	height:159px;
}

#wrapper {
	width:864px;
	margin:0px auto;
	text-align:left;
}

#topcb {
 	margin: 0px auto;  /* to fix centering in Mozilla */ 
 	background: url('image/cb-top.gif') no-repeat;
 	text-align: left; 
 	width: 864px;    /* width should be the same as the background image */
	height: 53px; 
}

#contentbox { 
 	margin: 0px auto;  /* to fix centering in Mozilla */ 
 	background: url('image/cb-mid.gif') repeat-y; 
 	text-align: left; 
 	width: 864px;    /* width should be the same as the background image */ 
	position:relative;
	top: -13px;
	
	/* box model hack */ 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	top: -49px; 
} 
	html>body #contentbox { top: -13px; }

#botcb {
	margin: 0px auto;  /* to fix centering in Mozilla */ 
 	background: url('image/cb-bot.gif');
 	text-align: left; 
 	width: 864px;    /* width should be the same as the background image */
	height: 19px;
	position:relative;
	top: -13px;
	
	/* box model hack */ 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	top: -49px; 
} 
	html>body #botcb { top: -13px; }

#menu { 
 	padding: 13px 0px 0px 14px; 
 	color: #2b3535; 
	float:none;
 	position: relative;
 	top: -53px;
} 

#menu ul { 
 	list-style: none;  /* removes list marker */
	width: 634px; 
	padding-left: 2px;   /* removes left indent */
	float:none; 
 	margin: 0px;
	color: #2b3535;
}

#menu ul li { 
 	margin: 0px;
	display: inline;  /* sets list items to display in a row */
	font: bold 18pt Palatino, Palatino Linotype, Book Antiqua, serif;
	color:#f9dec0;
	text-align: center;
	padding-top:0px;
	background: url('image/tab-notselected.gif') no-repeat;
 	width:122px;
	height:36px;
 	display:block;
 	float:left;
	padding-left: 3px;  /* puts space in between list items */
	/* box model hack */ 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	padding-left: 0px; 
} 
	html>body #menu ul li { padding-left: 3px; }

#home #tab-home, #about #tab-about, #hosting #tab-hosting, #design #tab-design, #order #tab-order {
	background: url('image/tab-selected.gif') no-repeat;
	color:#2b3535;
}

#home #tab-home a:link, #home #tab-home a:visited, 
#about #tab-about a:link, #about #tab-about a:visited,
#hosting #tab-hosting a:link, #hosting #tab-hosting a:visited,
#design #tab-design a:link, #design #tab-design a:visited,
#order #tab-order a:link, #order #tab-order a:visited {
	color:#2b3535;
}

#menu a:link, #menu a:visited, #menu a:active { 
 	display:block;
	width:122px;
	height:36px;
	padding-top:0px;
	color: #f9dec0;
 	text-decoration: none;
	padding-left: 0px; 
	/* box model hack */ 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	padding-left: 3px;  
} 
	html>body #menu a:link, #menu a:visited { padding-left: 0px; }

#menu a:hover { 
 	color: #fe7801;
	font: bold 19pt Palatino, Palatino Linotype, Book Antiqua, serif; 
 	text-decoration: none;
} 

#maincol {
	float:left;
	width:610pxx;
	padding: 0px 10px 20px 23px;
	/* box model hack */ 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 610px; 
}
	html>body #maincol { width: 610px; }

#rightcol {
	float:left;
	padding: 0px 18px 20px 7px;
	width:196px;
	/* box model hack */ 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 196px; 
}
	html>body #rightcol { width: 196px; }

	
.clear {
	clear:both;
}

#footer { 
	margin: 0px auto;  /* to fix centering in Mozilla */  
	text-align: center;
	width: 100%;    /* width should be the same as the background image */
	font: 8pt Palatino Linotype, Book Antiqua3, Palatino6, serif;
	color: #f9dec0; 
	padding: 0px 0px 0px 0px;
}