/* CSS Document */

/* GENERAL SITE FORMATTING
-------------------------------------------------------------------------*/

body {
	margin: 0px;
	background-color: #ffffff;
	font-family: Arial, Verdana, Tahoma, Arial, Sans-serif;
	font-size: 12px;
	color: #000000;
}

img {
	border: none;
}

a, a:visited {
	color: #009cc2;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #009cc2;
}

a:hover {
	color: #3f7389;
}

/* PAGE CONSTRUCTION
-------------------------------------------------------------------------*/

/* master container */
table.page {
	width: 815px;
	padding: 0px;
}

/* top banner */
td.header {
	height: 116px;
	background: url("images/banner.jpg") no-repeat;
	display: block;
	padding: 0px;
}

/* full-width middle section */
table.middle {
	width: 815px;
	background: url("images/pagebg.jpg") repeat-y;
	display: block;
	padding: 0px;
}

/* left nav section */
td.left {
	width: 170px;
	vertical-align: top;
	padding: 0px;
}

/* main content section */
td.right {
	width: 645px;
	vertical-align: top;
	padding: 0px;
}

/* footer */
td.footer {
	width: 815px;
	height: 41px;
	background: url("images/footer.jpg") no-repeat;
}

/* TOPNAV ROLLOVERS
-------------------------------------------------------------------------*/

table.topnav {
	padding: 0px;
	width: 239px;
	height: 116px;
}

a#who {
	width: 78px;
	height: 37px;
	background: url("images/who_off.jpg") no-repeat;
	border-bottom: none;
	display: block;
}

a:hover#who {
	background: url("images/who_on.jpg") no-repeat;
}

a#contact {
	width: 73px;
	height: 37px;
	background: url("images/contact_off.jpg") no-repeat;
	border-bottom: none;
	display: block;
}
a:hover#contact {
	background: url("images/contact_on.jpg") no-repeat;
}

a#tophome {
	width: 41px;
	height: 37px;
	background: url("images/tophome_off.jpg") no-repeat;
	border-bottom: none;
	display: block;
}
a:hover#tophome {
	background: url("images/tophome_on.jpg") no-repeat;
}

/* LEFTNAV ROLLOVERS
-------------------------------------------------------------------------*/

table.leftnav {
	width: 170px;
	padding: 0px;
}

a#execed {
	width: 134px;
	height: 22px;
	margin-left: 15px;
	background: url("images/execed_off.jpg") no-repeat;
	border-bottom: none;
	display: block;
}

a:hover#execed {
	background: url("images/execed_on.jpg") no-repeat;
}

a#cases {
	width: 134px;
	height: 22px;
	margin-left: 15px;
	background: url("images/cases_off.jpg") no-repeat;
	border-bottom: none;
	display: block;
}

a:hover#cases {
	background: url("images/cases_on.jpg") no-repeat;
}

a#sixdomains {
	width: 134px;
	height: 22px;
	margin-left: 15px;
	background: url("images/sixdomains_off.jpg") no-repeat;
	border-bottom: none;
	display: block;
}

a:hover#sixdomains {
	background: url("images/sixdomains_on.jpg") no-repeat;
}

a#sdls {
	width: 134px;
	height: 19px;
	margin-left: 15px;
	background: url("images/sdls_off.jpg") no-repeat;
	border-bottom: none;
	display: block;
}

a:hover#sdls {
	background: url("images/sdls_on.jpg") no-repeat;
}

a#purchase {
	width: 134px;
	height: 21px;
	margin-left: 15px;
	background: url("images/purchase_off.jpg") no-repeat;
	border-bottom: none;
	display: block;
}

a:hover#purchase {
	background: url("images/purchase_on.jpg") no-repeat;
}

a#home {
	width: 134px;
	height: 21px;
	margin-left: 15px;
	background: url("images/home_off.jpg") no-repeat;
	border-bottom: none;
	display: block;
}

a:hover#home {
	background: url("images/home_on.jpg") no-repeat;
}

/* PRIMARY CONTENT SECTION
-------------------------------------------------------------------------*/

#main {
	width: 580px;
	padding: 5px;
}

img.imgfloat {
	border: none;
	float: left;
	padding: 10px 10px 10px 0px;
}

p.copyright {
	text-align: center;
	font-size: 9px;
	color: #999999;
}

p.dsp {
	line-height: 20px;
}

p.contact {
	line-height: 20px;
	text-indent: 30px
}

.sdsample {
	width: 400px;
	margin: 0px auto;
	border: 2px solid #009cc2;
	background-color: #ffffff;
	padding: 5px;
	text-align: center;
}

.mdlisample {
	width: 550px;
	margin: 0px auto;
	border: 2px solid #009cc2;
	background-color: #ffffff;
	padding: 5px;
	text-align: left;
}

.sample {
	width: 500px;
	border: 1px solid /*#009cc2*/ #cccccc;;
	background-color: #eeeeee;
	padding: 10px;
	text-align: left;
	margin: 5px 15px 10px 0px;
}

td.cartleft {
	width: 130px;
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 2px;
	font-family: verdana, tahoma;
	font-size: 10px;
}

#cartleft {
	width: 120px;
	margin: 0px auto;
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 2px;
	font-family: verdana, tahoma;
	font-size: 10px;
}

#callout {
	background: #069;
	color: #ffffff;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	width: 80%;
	padding: 10px;
	margin: 0px auto;
	text-align: center;
}
#callout a, #callout a:visited { color:#FF0; border-bottom: none; }
#callout a:hover { color:#FFF; }