body, html {
	margin: 0;
	background: #fff url(/images/bg.png) repeat-x;
	padding: 0;
	color: #000;
}

p, td , th, input, textarea {
	margin: 0;
	padding: 0;
}


input, textarea {
	padding: 2px;
	margin: 2px;
	background: #eee;
	border: 1px inset #ccc;
	color: #369;
}

img {
	border:0;
}

#page {
	margin: 0 auto;
	width: 980px;
}

#content {
	position: relative;
	width: 958px;
	background: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 10px;
	border: 1px solid #ccc;
	overflow: auto;
	margin-top:5px;
}

#topic {
	//margin: 5px 0 10px 0;
}

.page_topic {
	font-size: 1.125em;
	font-family: tahoma;
	font-weight: bold;
	color: #369;
	margin: 5px 0 5px 0;
}

.page_topic2 {
	font-size: 1em;
	font-family: tahoma;
	font-weight: bold;
	color: #369;
	margin: 5px 0 5px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background: #eee;
	border: 1px solid #f96;
	padding: 5px;
}

#header_wrap {
	position: relative;
	width: 980px;
	height: 99px;
}

#nineweb_logo {
	float: left;
	width:129px;
	height:99px;
}
 
#nineweb_slogan {
	float: left;
	width:300px;
	height:99px;
	text-align: center;
}

#nineweb_slogan .big_header_txt {
	margin: 3px 0 2px 0;
	font-size: 2.5em;
	font-family: Verdana, arial;
	font-weight: bold;
	color: #fff;
}

#nineweb_slogan .blue_header_txt {
	margin: 0px;
	font-size: 0.8125em;
	font-family: 'microsoft sans serif';
	color: #0cf;
} 

#nineweb_hotlinks {
	float: left;
	width: 551px;
	height: 99px;
	text-align: center;
}

#nineweb_hotlinks  p.hotlinks{
	margin: 0;
	color: #09c;
	height: 29px;
}

#nineweb_hotlinks p.hotlinks a {
	font-family: ms sans serif;
	font-size: 0.8125em;
	color: #eef;
}
#nineweb_hotlinks p.hotlinks a:hover {
//	font-family: ms sans serif;
//	font-size: 0.8125em;
	color: #ffcc33;
}


#nineweb_hotlinks p.normallinks {
	margin: 0;
	height: 70px;
}

#nineweb_hotlinks p.normallinks a.button {
	display: inline-block;
	white-space: nowrap;
	background-color: #f93;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f93), to(#fc9));
	background-image: -webkit-linear-gradient(top, #f93, #fc9);
	background-image: -moz-linear-gradient(top, #f93, #fc9);
	background-image: -ms-linear-gradient(top, #f93, #fc9);
	background-image: -o-linear-gradient(top, #f93, #fc9);
	background-image: linear-gradient(top, #f93, #fc9);
	border: 1px solid #ccc;
	padding: 0 1.5em;
	margin: 0.5em;
	font: bold 1em/2em tahoma;
	text-decoration: none;
	color: #000;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	border-radius: .25em;
	-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}
    
#nineweb_hotlinks p.normallinks a.button:hover {
	background-color: #fc6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fc6, #ff9);
	background-image: -moz-linear-gradient(top, #fc6, #ff9);
	background-image: -ms-linear-gradient(top, #fc6, #ff9);
	background-image: -o-linear-gradient(top, #fc6, #ff9);
	background-image: linear-gradient(top, #fc6, #ff9);
}
    
.button:active {
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}
    
.button:focus{
	outline: 0;
	background: #fafafa;
}    
    
.button:before {
	background: #ccc;
	background: rgba(0,0,0,.1);
	float: left;        
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0 1em 0 -1em;
	padding: 0 .2em;
	-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-moz-border-radius: .15em 0 0 .15em;
	-webkit-border-radius: .15em 0 0 .15em;
	border-radius: .15em 0 0 .15em;     
	pointer-events: none;		
}
	
#phone {
	font-size: 1em;
	font-weight: bold;
	color: #f96;
	font-family: ms sans serif;
}

#footer {
	font-size: 0.8125em;
	font-family: ms sans serif;
	text-align: center;
	clear:both;
	position: relative;
}

#copyright {
	position:relative;
	//list-style:none;
	width:970px;
	//margin:0;
	height:20px;
	//padding:0px;
	font-size: 0.8125em;
	font-family: ms sans serif;
//	width: 960px;
	padding: 5px;
	color:#fff;
//	background:#369;
//	border: 1px solid #ccc;
//	border: 0px;
	margin-top: 5px;
	/* Rounded Corners */
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* Background color and gradients */
	
	background: #003366;
	background: -moz-linear-gradient(top, #006699, #000066);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006699), to(#000066));
	
	/* Borders */
	
	border: 0px;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}

#copyright p a {
	color:#fff;
	//font-size:0.9em;
}

.content_box {
	vertical-align:top;
	display:inline;
	display:inline-block;
	margin: 5px;
	margin-bottom: 15px;
	padding: 0px;
	width:318px;
	height:308px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* Background color and gradients */
	//background: #ccc;
	//background: -moz-linear-gradient(top, #006699, #000066);
	//background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006699), to(#000066));

	//border: 2px;
	-moz-box-shadow:inset 0px 0px 1px #ccc; //#edf9ff
	-webkit-box-shadow:inset 0px 0px 1px #ccc;
	box-shadow:inset 0px 0px 2px #aaa;
}

.content_box .box_head {
	//background: #ccc;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	//border: 1px solid #000;
	padding: 5px;
}

.content_box .normal_text ul li {
	margin-top:-2px;
	margin-bottom:0px;
}

.normal_text {
	font-family: ms sans serif;
	font-size: 0.8125em;
}

.normal_text ul li {
	padding:5px;
	margin:2px;
	list-style-position:inside;
}

.dense_text {
	font-family: ms sans serif;
	font-size: 0.8125em;
}

.dense_text2 ul li {
	padding:2px;
	margin:2px;
	list-style-position:inside;
}

.customer_list {
	display:inline;
	display:inline-block;
	margin: 5px;
	padding: 1px;
	width:278px;
	border:1px solid #ccc;
	//height:500px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* Background color and gradients */
	background: #eee;

	-moz-box-shadow:inset 0px 0px 1px #ccc;
	-webkit-box-shadow:inset 0px 0px 1px #ccc; //#edf9ff
	box-shadow:inset 0px 0px 1px #ccc;
}

.customer_list .normal_text ul li {
	margin-top:-2px;
	margin-bottom:0px;
}

.customer_list h1 {
	font-family: ms sans serif;
	font-size: 0.8175em;
	color:#fff;
	margin: 1px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #036;
	background: -moz-linear-gradient(top, #069, #006);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#069), to(#006));
}

.regular_box {
	//position: relative;
	display:inline;
	display:inline-block;
	margin: 5px;
	padding: 1px;
	//width:268px;
	border:1px solid #ccc;
	//height:500px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* Background color and gradients */
	background: #fff;

	-moz-box-shadow:inset 0px 0px 1px #ccc;
	-webkit-box-shadow:inset 0px 0px 1px #ccc; //#edf9ff
	box-shadow:inset 0px 0px 1px #ccc;
}

.regular_box h1 {
	font-family: tahoma, ms sans serif;
	font-size: 0.875em;
	color:#fff;
	margin: 5px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #036;
	background: -moz-linear-gradient(top, #069, #006);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#069), to(#006));
	}

.regular_box h2 {
	font-family: tahoma, ms sans serif;
	font-size: 0.8125em;
	font-weight:bold;
	color:#fff;
	margin: 5px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #036;
	background: -moz-linear-gradient(top, #69c, #369);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#069), to(#006));
}

.regular_box .normal_text ul li {
	margin-top:-2px;
	margin-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	//list-style-position:outside;
}

p.head {
	font-size: 0.875em;
	font-weight:bold;
	text-align: center;
}

ul {
	margin: 0;
	padding: 0;
	list-style-position:inside;
}

a.reg_button {
	display: inline-block;
	white-space: nowrap;
	background-color: #f93;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f93), to(#fc9));
	background-image: -webkit-linear-gradient(top, #f93, #fc9);
	background-image: -moz-linear-gradient(top, #f93, #fc9);
	background-image: -ms-linear-gradient(top, #f93, #fc9);
	background-image: -o-linear-gradient(top, #f93, #fc9);
	background-image: linear-gradient(top, #f93, #fc9);
	border: 1px solid #ccc;
	padding: 0 1.5em;
	margin: 0.5em;
	font: bold 0.8125em/2em tahoma;
	text-decoration: none;
	color: #000;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	border-radius: .25em;
	-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}

a.reg_button:hover {
	background-color: #fc6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fc6, #ff9);
	background-image: -moz-linear-gradient(top, #fc6, #ff9);
	background-image: -ms-linear-gradient(top, #fc6, #ff9);
	background-image: -o-linear-gradient(top, #fc6, #ff9);
	background-image: linear-gradient(top, #fc6, #ff9);
}

table {
	margin:0px auto;
	border-collapse:collapse;
}

th {
	text-align: center;
	//vertical-align:top;
	font-family: ms sans serif;
	font-size:0.8125em;
	padding:3px;
	border:1px solid #ccc;
	background:#eee;
}

td {
	text-align:center;
	padding: 3px;
	font-family: ms sans serif;
	font-size:0.8125em;
	padding:2px;
	border:1px solid #ccc;
}

//td div {
//	font-size:0.8125em;
//}

table.noborder{
	margin:0px auto;
	border-collapse:collapse;
	border:0px;
}

td.noborder{
	border-collapse:collapse;
	border:0px;
}

table.pricingtable {
	border-collapse:collapse;
	border:1px solid #ccc;
	margin:0px auto;
}

table.pricingtable th {
	text-align: center;
	//vertical-align:top;
	font-family: ms sans serif;
	font-size:0.8125em;
	padding:3px;
	border:1px solid #ccc;
	background:#eee;
}

table.pricingtable td {
	text-align:center;
	padding: 3px;
	font-family: ms sans serif;
	font-size:0.8125em;
	padding:3px;
	border:1px solid #ccc;
}
