/*
Title:   Colenz inside style
Author:  Greg Gamette
Updated: June 21, 2006
*/


/* Import base styles for all pages */
@import url("base.css");


/* Base styles to override */

/* For two column layouts */

#content.twocol {
	float: left;
	width: 48%;
	margin-right: 2%;
}

#sidebar {
	float: right;
	width: 48%;
	margin-left: 2%;
}

/* Nav elements for the inside pages */

#nav {
	width: 740px;
	height: 99px;
	background-image: url(/images/nav_inside.gif);
	background-repeat: no-repeat;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0px;
	text-align: left;
}

#nav ul {
	width: 740px;
	height: 99px;
	margin: 0px;
	padding: 0px;
}

#nav li, #nav a {
	height: 24px;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
}

/* aboutus link */
#nav #t-aboutus {
	left: 0px;
	top: 75px;
	width: 139px;
	height: 24px;
}

#nav #t-aboutus a
{
	width: 139px;
	height: 24px;
}

#nav #t-aboutus a:hover { background: transparent url(/images/nav_inside.gif)  -0px -174px; }

#nav #t-onaboutus  {
	left: 0px;
	top: 75px;
	width: 139px;
	height: 24px;
	background: transparent url(/images/nav_inside.gif)  -0px -174px;
}

/* products link */
#nav #t-products{
left: 139px;
top: 75px;
width: 144px;
height: 24px;
}

#nav #t-products a {
width: 144px;
height: 24px;
}

#nav #t-products a:hover { background: transparent url(/images/nav_inside.gif)  -139px -174px; }

#nav #t-onproducts{
left: 139px;
top: 75px;
width: 144px;
height: 24px;
background: transparent url(/images/nav_inside.gif)  -139px -174px;
}

/* testimonials link */
#nav #t-testimonials{
left: 283px;
top: 75px;
width: 110px;
height: 24px;
}

#nav #t-testimonials a {
width: 110px;
height: 24px;
}

#nav #t-testimonials a:hover { background: transparent url(/images/nav_inside.gif)  -283px -174px;

}
#nav #t-ontestimonials{
left: 283px;
top: 75px;
width: 110px;
height: 24px;
background: transparent url(/images/nav_inside.gif)  -283px -174px;
}

/* ordering link */
#nav #t-ordering{
left: 393px;
top: 75px;
width: 117px;
height: 24px;
}

#nav #t-ordering a {
width: 117px;
height: 24px;
}

#nav #t-ordering a:hover { background: transparent url(/images/nav_inside.gif)  -393px -174px;

}

#nav #t-onordering{
left: 393px;
top: 75px;
width: 117px;
height: 24px;
background: transparent url(/images/nav_inside.gif)  -393px -174px;
}
/* news link */
#nav #t-news{
left: 510px;
top: 75px;
width: 127px;
height: 24px;
}

#nav #t-news a {
width: 127px;
height: 24px;
}

#nav #t-news a:hover { background: transparent url(/images/nav_inside.gif)  -510px -174px;

}

#nav #t-onnews{
left: 510px;
top: 75px;
width: 127px;
height: 24px;
background: transparent url(/images/nav_inside.gif)  -510px -174px;
}

/* contactus link */
#nav #t-contactus{
left: 637px;
top: 75px;
width: 103px;
height: 24px;
}

#nav #t-contactus a {
width: 103px;
height: 24px;
}

#nav #t-contactus a:hover { background: transparent url(/images/nav_inside.gif)  -637px -174px;
}

#nav #t-oncontactus{
left: 637px;
top: 75px;
width: 103px;
height: 24px;
 background: transparent url(/images/nav_inside.gif)  -637px -174px;
}

/* logo link */
#nav #t-logo {
left: 0px;
top: 0px;
width: 107px;
height: 70px;
}

#nav #t-logo a {
width: 107px;
height: 70px;
}

/* home link */
#nav #t-home{
left: 119px;
top: 35px;
width: 65px;
height: 18px;
}

#nav #t-home a {
width: 65px;
height: 18px;
}

#nav #t-home a:hover { 
	background: transparent url(/images/nav_inside.gif)  -119px -134px;
}


.ml {
   position:relative;
   top: 3px;
}


/* Pricing Information */
table.pricing {
	border:1px solid #666;
	border-collapse: collapse;
	width: 450px;
}

.pricing th {
	background-color: #599EB4;
	padding: 8px;
	color: white;
	text-align: left;
}

.pricing td	
{
	border-collapse: collapse;
	padding: 5px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
}

.pricing h1 {
	color: #2a6477;
	font-size: 14px;
	font-weight: bold;
}

.pricing td {
	padding: 10px;
	vertical-align: top;
}

.pricing tr.gray {
	background-color: #ececec;
}

.pricing p	
{
	font-size: 11px;
	color: #656565;
}

.pricing h1.price { text-align: right; }

/* Order grids (tables) */

table.ordergrid caption {
	text-align: left;
	color: #559EAE;
	font-size: 14px;
	font-weight: bold;
}

table.ordergrid th { 
	text-align: left; 
	font-weight: bold;
	font-size: 13px;
	color: #559EAE;
}

table.ordergrid {
	margin: 10px 0;
}
	
/* Forms */
#forms table {
	margin-left: 27px;
	color: #7B7B7B;
	font-size:11px;
	text-align:left;	
	line-height: 14px;
}

#forms p {
	width: auto;
	margin: 0 0 4px 0;
}

#forms h3 {
	line-height: 16px;
	margin-bottom: 0;
}

#forms input {
	margin-top: 3px;
	margin-bottom: 3px;
}


/* Classes */
.testimonial {
	margin: 0 0 20px 0;
}

.testimonial p {
	margin: 0;
	padding: 0;
}

.testimonial .name {
	font-weight: bold;
	font-size: 13px;
	color: #333;
	margin: 6px 0 0 0;
	padding: 0;
	line-height: 14px;
}

.testimonial .loc {
	font-weight: bold;
	font-size: 11px;
	color: #7b;
	margin: 0;
	padding: 0;
	line-height: 14px;
}

.bigH {
	padding: 0;
	font-weight: bold;
	font-size: 44px;
	color: #0B80AB;
}

#content a.blue {
	color: #0B80AB;
	text-decoration: none;
	}

#content a.blue:hover { 
	color: #000; 
	text-decoration: underline;
}

/* Style for Contact page */

dl {
	margin: 0 0 15px 0;
}

dt, #sidebar h3 {
	color: #0b80ab;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding-right: 10px;
}

.error { color: red;}

dd, #sidebar h4 {
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 0;
}

#sidebar h4 {
	margin: 0 0 15px 0;
}

#contact h1 {
	font-size: 24px;
}

#contact h2 {
	margin: 0 0 20px 0;
}

address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

address p.c {
	color: #666;
	font-size: 18px;
}

address p {
	line-height: 1.2em;
	color: #666;
	margin:0;
}

#sendmsg dl dt {
	font-size: 11px;
}

#sendmsg em {
	color: #c00;
}

#sendmsg dl dd {
	margin: 0 0 8px 0;
}

.boxleft {
	width: 193px;
	margin: 20px 0 0 0;
}
