/*
Name:     NCDS SalesBuilder
URL:      http://www.mktone.com
Date:     January 4, 2007
*/

/*
Color Palette
Light Green: 	e9efdc
Maroon:			a22110
Grey:			e5e5dd
*/

/*--- Body ---*/

html, body, td #container {
	min-height: 60%;
	height: 60%;
}

body {
	margin:0;
	padding:20px 30px;
	background: #FFFFFF url(images/dot.gif) repeat 50%;
	}

a:link {
  color:#5e779c;
  text-decoration:none;
  }
a:visited {
  color:#5e779c;
  text-decoration:none;
  }
a:hover {
  color:#0043cc;
  text-decoration:underline;
  }

a img {
  border-width:0;
  }

table#container {
	width: 640px;
	background-color: #fff;
	color: #666;
	font-size: 12.5px;
	font-family: "Trebuchet MS";
	}

tr#top {
	height: 56px;
	}

tr#toppic {
	height: 191px;
	}
	
tr#tween {
	height: 6px;
	}


td#nav {
	height: 19px;
	}
	
td#welcome {
	height: 58px;
	}

tr#subnav {
	height: 24px;
	}
	
tr#id {
	height: 24px;
	}
	
tr#id, #id p {
	text-transform:uppercase;
	letter-spacing:0.1em;
	color:#666;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 74%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	padding-top: 3px;
	text-align: center;
	}

/*--- TopNav ---*/

#navcontainer {
	color: #666;
	font-size: 11.5px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	}

#navlist {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 17px;
	padding-left: 10px;
	}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: normal;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
	}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
	background: transparent;
	color: #000;
	}

#navlist a:hover { color: #000; }

/*--- Content ---*/

td#main {
	padding-right: 28px;
	padding-bottom: 20px;
	padding-left: 28px;
	line-height: 1.6em;
	}

td#sidebar {
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	}

/*--- Sidebar ---*/

td#sidebar li {
	font-size: 94%;
	margin:0;
	text-indent:-10px;
	line-height:1.5em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}
	
.sidebar {
	font-size: 110%;
	color: #799db3;
	position:relative;
	left: 10px;
	top:-10px;
	width: 200px;
	}
	
p#sidebar img {
	position: relative;
	left: 10px;
	top: 10px;	
	}
	
.item {
	list-style-image: url(images/bullet.gif);
	margin-bottom: 3px;
	margin-top: 3px;
	}
	
/*--- Sub Navigation ---*/

tr#subnav ul#subnav {
	text-align: left;
	padding-left: 30px;
	letter-spacing:.025em;
	color:#999;
	font-family: "Trebuchet MS";
	font-size: 88%;
	line-height: 1.2em;
	}

#subnav ul
	{
	margin-left: 0;
	white-space: nowrap;
	}

#subnav li
	{
	display: inline;
	list-style-type: none;
	}

/*--- Site ID ---*/
  
#id a:link {
	color: #666;
	text-decoration: none;
	}

#id a:visited {
	text-decoration: none;
	color: #666;
	}

/*--- Headlines ---*/

.Header {
	font-size: 20.5px;
	color: #a22110;
	padding-top: 12px;
	padding-left: 20px;
}
.H1 {
	color: #666;
	font-size: 14.5px;
	font-weight: bold;
}

p.feature {
        font-size: 12pt;
        font-weight: bold
        }

