﻿@import url('color.css');

/* Global */

html, body { margin: 0px; padding: 0px; }

body {}



.clear { clear: both; }




/* Main Layout Conventions */

#container {
        padding-left: 13px;
	width: 985px;
	margin: 0px auto;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #808080;
	background-color: #FFFFFF;
}
#header {
	position: relative;
	height: 123px;
	width: 972px;
}
	
#logo {
	padding: 0px;
	position: absolute;
	top: 10px; /* change this to 0px if using graphic logo */
	left: 0px;
	margin-left: 10px;
	margin-top: 0px;
}
	
#topmenu {
		margin: 0px;
		padding: 0px;
		list-style: none;
		position: absolute;
		top: 10px;
		right: 9px;
	}
	
	#topmenu li {
	/*		display: inline; */
		text-align: right;
	    padding: 4px 5px 4px 5px;
    }

.menu {
	width: 972px;
	height: 29px;
	border-top: solid 0px #fff;
	background: url('../images/menubar.gif') no-repeat;
	position: absolute;
	top: 93px;
	left: 0px;
        display: block;
         text-align: center;
}
	.menu ul {
		margin: 6px 5px 0px 30px;
		padding: 0px;
		list-style: none;
	}
	
	.menu li {
		padding: 5px 0px;
		display: inline;
	}
	
	.menu a { 
		display: block; 
		float: left;
		padding: 0px 15px 0px 14px;
                text-align: center;
	}

/* Home Page Styles */	

#home-main-pic {
	margin-bottom: 10px;
	position: relative;
}

div#content
{
 margin:6px 6px 0px 6px;
}

div#layout
{
    width: 745px;
    float: left;
}

div#tertiary
{
    
    float: left;
}


div#main
{
    background: url('images/template/bg_main.jpg') no-repeat;
    width: 473px;
    height: 359px;
    padding: 14px 10px 0px 10px;
    float: left;
}

div#sub
{
    background: url('images/template/bg_sub.gif') no-repeat;
    width: 232px;
    height: 373px;
    padding: 0px 10px 0px 10px;
    float: right;
}

/* Various Body Styles */	

#body1 {
	width: 750px;
	float: right;
	margin-bottom: 10px;
	margin-right: 15px;
	text-align: left;
	font-size: 15px;
	line-height: 19px;
}	

#body1 ul li {
	line-height: 25px;
}
	

#body2 {
	width: 179px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
}

#body2 h3 {
		width: 179px;
		height: 21px;
		margin: 11px 0px 2px 0px;
		color: #fff;
		padding: 3px 5px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 169px;
		height: 15px;
}

#body3 {
	width: 150px;
	float: right;
	margin-right: 5px;
	margin-top: 30px;
	font-size: 11px;
	padding-left: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C0C0C0;
}

#body4 {
	width: 550px;
	float: left;
	margin-top: 10px;
	font-size: 15px;
}

#body6 {
	width: 220px;
	float: right;
	margin-right: 5px;
	margin-top: 30px;
	font-size: 13px;
}

#body7 {
	width: 510px;
	float: left;
	margin-top: 10px;
	font-size: 13px;
}


html>body #body2 h3 { width: 169px;  height: 15px; }


/* Box Styles */

.box h3, .box2 h3, .box p, .box2 p { margin-top: 0px; }

.box-left {
	width: 179px;
	margin: 0px 0px 9px 0px;
	padding-bottom: 11px;
}

.box-left p {
	margin: 0px 11px 8px 11px;
}

.box-left-inner { padding-top: 8px; }

.box-left-lineheight {
	line-height:30px;
}

.box, box2 {
	width: 750px;
	margin-right: 0px;
	margin-left: 0px;
}
	
.box-inner, .box2-inner {
	padding: 12px 13px 12px 13px;
	position: relative;
}
	
.leftmenu {
	margin: 0px 11px 0px 11px; 
	padding: 0px;
	list-style: none;
}

/* Product Div */

.proddiv{
	width: 720px;
	clear: left;
	border: 1px solid #fff;
}

.proddiv .floatbox{
float: left;
}

* html .proddiv p{ /* IE 3px jog hack*/
height: 1%;
}

.proddiv p{
margin-top: 0;
margin-left: 145px;
}
	
	
ul.offer {
 list-style-type: none;
}


ul.offer li {
  display: block;
  float: left;
}


ul#customers{
 list-style-type: none;
 margin: 20px 0px 0px 0px;
 padding: 0px;
}


ul#customers li {
  display: block;
  float: left;
  margin-right: 38px;
}



#page-bottom {
	width: 985px;
	float: left;
	margin-left: -7px;
}


#flashmovie {
	width: 739px;
	height: 430px;
	background: #FFFFFF url(/images/ajax-loader.gif) no-repeat center center;
}


.image-left {
	float: left;
	margin-right: 10px;
}


#footer {
	clear: both;
	margin: 0px;
	padding: 5px 0px;
	width: 972px;
	text-align: center;
}

/* Special Classes */

.floatright { float: right; margin: 0px 0px 10px 10px; }

.textalign-center {text-align:center;}

.line-height {line-height: 15px;}

.padding-bottom {padding-bottom:7px;}

.padding-top  {padding-top:21px;}

.product-subtext {font-size:10px; font-weight:bold; line-height:15px; padding-bottom:10px;  }

.customer_logo { padding-left:10px; padding-bottom:5px;line-height:15px;}

.howtowrite_paddingleft { padding-left:12px;}

.title {margin: 11px 0px 6px 0px;}

table.data { margin: 10px 0px; border-collapse: collapse; border-spacing: 0px; }
table.data td, table.data th { text-align: left; padding: 3px;}




/*updated publishing-examples.aspx styles*/

div.demoRow {width: 750px;}

div.demoBlock{width: 360px;margin-top: 30px;}

.LeftFloated{float: left;}

.RightFloated{float: right;}

div.demoBlockLeft
{
	width: 175px;
	padding-right: 5px;
	float: left;
}
div.demoBlockRight
{
	width: 180px;
	float: right;
}
div.demoBlockLeft H4
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}
div.example_buttons
{
	width: 180px;
	margin-top: 20px;
	vertical-align: top;
	text-align: center;
}



/*
@media print {
	#header, #logo, #menu, #topmenu, #navtitle, #leftnav, #footer { display: none; }
	body { background: #fff; padding: 20px; }
	#body1, #body2 { float: none; }
	#container, #body1, #body2, #footer { width: auto; }
	.box, .box2, .box-left { width: auto; height: auto; display: block; float: none; margin: 0px; background: none; padding: 0px;}
	.box-inner, .box2-inner, .box-left-inner{ background: none; padding: 0px; }
	.title, #body2 h3,  .box h3, .box2 h3, #body2 h3.accent { margin: 10px 0px; padding: 0px; background: none; color: #a30101; }
	#body2 { border-top: solid 1px #5e6d77; }
	.box-left p { margin: 10px 0px; padding: 0px; }
}
*/


