@charset "utf-8";

/*-------------------------------------------------------
	Colors
-------------------------------------------------------*/

/*	Dark Blue:		#214a9c
/*	Medium Blue:	#0059ab
/*	Light Blue:		#017ac2

/*	Dark Orange:	#fb6300
/*	Medium Orange:	#f37424
/*	Light Orange:	#f79239
/**/




/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, textarea, th, td {   
	margin: 0; padding: 0; border: 0; outline: none;   
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #333;
	background: #fff;
	font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
	
#container {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
	
#mast {
	float: left;
	clear: both;
	display: inline;
	width: 960px;
	height: 100px;
	background: url(../images/layout/mast-bg.gif) no-repeat;
}
	
#main-nav {
	width: 960px;
	height: 30px;
	float: left;
	clear: both;
	display: inline;
	background: url(../images/layout/nav-bg.gif) no-repeat;
}
	
#wrapper {
	float: left;
	clear: both;
	display: inline;
	width: 960px;
	background: url(../images/layout/wrapper-bg.gif) repeat-y;
}
	
#header {
	float: left;
	clear: both;
	display: inline;
	width: 940px;
	height: 200px;
	margin: 0 10px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

body#devomnicopyindex-page #header, body#index-page #header {
	height: 300px;
}
	
#main-content {
	width: 908px;
	float: left;
	display: inline;
	margin: 0 11px;
	padding: 10px 15px;
	background: url(../images/layout/content-bg.gif) top left repeat-x;
}
	
#footer {
	width: 960px;
	float: left;
	clear: both;
	display: inline;
	background: #fff url(../images/layout/footer-bg.gif) no-repeat;
	padding-top: 30px;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/
.menu-headers{
	color: #fb6300;
	font-size: 110%;
	font-weight: bold;
}

.btn{
	background: #fb6300;
	color: #000000;
}
h1, h2, h3, h4 {
	/*font-family: palatino linotype;*/
	font-variant: small-caps;
	margin: 7px auto 6px auto;
	color: #0059ab;
	line-height: 100%;
}

h1 {
	font-size: 180%;
	margin: 7px auto 15px auto;
}

h2 {
	color: #fb6300;
	font-size: 160%;
	margin: 20px auto;
	text-align: center;
}

h3 {
	font-size: 120%;
	margin: 20px auto 0 auto;
}

h4 {
	color: #fb6300;
	font-size: 110%;
	margin: 20px auto;
	text-align: center;
}

h5 {
	font-size: 105%;
	text-align: center;
	margin: 20px auto;
}

p {
	margin: 7px auto 7px auto;
	line-height: 125%;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 10px 25px;
}

li {
	margin: 0 0 7px 0;
}

a {
	color: #0059ab;
}
	 
a:hover {
	text-decoration: none;
}
	 
a:active {
	color: #214a9c;
}

input, textarea {
	border: 1px solid #ccc;
}

/*-------------------------------------------------------
	Mast Links
-------------------------------------------------------*/

#mast .home {
	float: left;
	height: 100px;
	width: 500px;
	text-indent: -999em;
}



/*-------------------------------------------------------
	Main Nav
-------------------------------------------------------*/


/* 
	LEVEL ONE
*/

ul.dropdown, ul.dropdown * {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.dropdown {
	margin-left: 175px;
	position: relative;
	font-size: 11pt;
	z-index: 900;
}

ul.dropdown li {
	float: left;
	clear: none;
	zoom: 1;
}

ul.dropdown a {
	background: url(../images/layout/nav-a-bg.gif) no-repeat left 0px;
	border-left: 1px solid #6daed5;
	border-right: 1px solid #0e70ba;
	color: #fff;
	display: inline;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 28px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
}

ul.dropdown a.dd {
	background: url(../images/layout/nav-a-bg.gif) right 0px;
}

ul.dropdown a:hover {
	background: url(../images/layout/nav-a-bg.gif) left -30px;
}

ul.dropdown a.dd:hover {
	background: url(../images/layout/nav-a-bg.gif) right 0px; /* -30px Y-axis for hover effect */
}

ul.dropdown li.first a {
	border-left: none;
}

ul.dropdown li.last a {
	border-right: none;
}

ul.dropdown a.down, ul.dropdown a:active {
	background: url(../images/layout/nav-a-bg.gif) left -60px;
	cursor: default;
	color: #fff;
}

/*ul.dropdown a.dd.down, ul.dropdown a.dd:active {
	background: url(../images/layout/nav-a-bg.gif) right -60px;
	cursor: default;
}*/

.no-click {
	cursor: default;
}

/* 
	LEVEL TWO
*/
ul.dropdown ul {
	width: auto;
	margin: 0px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
}

ul.dropdown ul li {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 175px;
}

ul.dropdown ul li a {
	font-size: 80%;
	width: 175px;
	height: 23px;
	line-height: 23px;
	padding: 0 15px;
	border-top: 1px solid #fff;
}

ul.dropdown ul li a.down, ul.dropdown ul li a:active {
/*This is duplicated for the decendent because IE6 wont 'keep' the higher level call */
	background: url(../images/layout/nav-a-bg.gif) left -60px;
	cursor: default;
	color: #fff;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	display: inline-block;
} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul {
	left: 100%;
	top: 0;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}


/*-------------------------------------------------------
	Machines
-------------------------------------------------------*/

.machines {
	margin-left: 100px;
}

.machine-2 {
	float: left;
	width: 340px; /* 225 for 3-col */
	padding: 5px;
	margin-bottom: 15px;
	font-size: 90%;
	text-align: center;
}

.machine-2 ul {
	padding-left: 50px;
}

.machine-3 {
	float: left;
	width: 225px; 
	padding: 5px;
	margin-bottom: 15px;
	font-size: 90%;
	text-align: center;
}

.machine-3 ul {
	padding-left: 10px;
}

.machine-2 h2, .machine-2 h3, .machine-3 h2, .machine-3 h3 {
	margin: 0;
	padding: 0;
	text-align: center;
}

.machine-2 img, .machine-3 img {
	margin: 5px;
}

.machine-2 li, .machine-3 li {
	margin: 0;
	text-align: left;
}

.red {
	background: #b01818;
	color: #fff;
	margin-right: 5px;
}

.green {
	background: #4de816;
	color: #000;
	margin-left: 5px;
}

.blue {
	background: #0a0eae;
	color: #fff;
	margin-right: 5px;
}

.yellow {
	background: #decb23;
	color: #000;
	margin-left: 5px;
}

.red *, .blue * {
	color: #fff;
}

.green *, .yellow * {
	color: #000;
}

.oval-price {
	list-style: none;
}

/*-------------------------------------------------------
	Footer
-------------------------------------------------------*/

#footer {
	text-align: center;
}

.footer-links {
	font-size: 110%;
}

/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/

small {
	text-size: 85%;
}

.pdf-bullet {
	list-style: url(../images/content/pdf-bullet.gif);
}

.contact-bullet {
	list-style: url(../images/content/contact-bullet.gif);
}

.supp-content {
	float: right;
	width: 250px;
}

.contact-block {
	float: left;
	width: 450px;
}

.contact-list {
	font-weight: bold;
	list-style: none;
	margin-left: 50px;
}

.contact-label {
	float: left;
	padding-right: 15px;
	text-align: right;
	width: 125px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
	width: 100%;
}

.disclaimer {
	font-size: 80%;
}

#rotation {
	overflow: hidden;
}

#rotation img {
	border: 1px solid #fb6300;
	padding: 2px;
}

.float-r {
	float: right;
}

.w-360 {
	width: 360px;
}

.w-400 {
	width: 400px;
}

/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/

#contact-form * {
	list-style-type: none;
}

#contact-form {
	background: #017ac2;
	border: solid 1px #214a9c;
	float: right;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: left;
	width: 275px;
	height: auto;
}

#contact-form label { 
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	margin-bottom: 1px;
	text-align: left;
	width: 110px;
}

#contact-form h4, #contact-form a { 
	color: #fff;
}

#contact-form input,
#contact-form textarea {
	border: solid 1px #214a9c;
	padding: 3px;
}


#contact-form .checkbox {
	width: auto;
	padding: 0px;
	margin: 5px 5px 0 15px;
}

.reload {
	font-variant: small-caps;
	padding: 3px;
	text-size: 90%;
}

.required {
	color: #f79239;
	font-variant: small-caps;
	padding: 3px;
	text-size: 90%;
}

#submit {
	background: #fff;
	border: solid 1px #214a9c;
	color: #214a9c;
	font-weight: bold;
	margin: 5px auto;
	padding: 5px;
	text-transform: uppercase;
	width: auto;
}

#submit:hover {
	background: #214a9c;
	border: solid 1px #fff;
	color: #fff;
	cursor: pointer;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}