/* Software On Demand Style Sheet */
/* Author: Michael Marcialis */

/* ============================================================================
         UNIVERSAL RESET
=============================================================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {		  	margin:0;
	padding:0;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

fieldset,img {
	border:0;
	}
	
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;font-weight:normal;
	}
	
ol,ul {
	list-style:none;
	}
	
caption,th {
	text-align:left;
	}
	
h1,h2,h3,h4,h5,h6 {
	font-size:100%;font-weight:normal;
	}
	
q:before,q:after {
	content:'';
	}
	
abbr,acronym {
	border:0;
	}
	
/* ============================================================================
         LAYOUT STYLES
=============================================================================== */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	min-width:550px;
	background-color:#ffffff;
}

#mainWrapper {
	width:550px;
	margin:0 auto;
	text-align:left;
	position:relative;
	background-color:#ffffff;
}

#contentWrapper {
	width:100%;
	position:relative;
	margin:0 auto;
	background-color:#ffffff;
}

#fauxColumns {
	width:100%;
	position:relative;
	background-color:#ffffff;
}

#navigation {
	display:none;
}

#content {
	width:100%;
	float:right;
	position:relative;
	padding-right:10px;
	padding-top:10px;
	background-color:#ffffff;
}

.clearer {
	clear:both;
}

.contentBox {
	margin-bottom:20px;
	padding-bottom:17px;
	position:relative;
	width:100%;
	background-color:#ffffff;
}

/* ============================================================================
         HEADER STYLES
=============================================================================== */
h1 {
	font-weight:bold;
	font-size:2em;
}

h2 {
	font-weight:bold;
	font-size:1.2em;
}

/* ============================================================================
         LIST STYLES
=============================================================================== */
dl {
	position:relative;
}

dl.benefits {
	margin-top:15px;
	margin-bottom:15px;
	width:550px;
}

dl.benefits dd {
	font-size:.7em;
	color:#333333;
	line-height:1.3em;
	background:url(images/bullet.gif) top left no-repeat;
	padding-left:20px;
	width:550px;
	padding-right:15px;
	margin:0 0 7px 0;
}

dl.benefits dt {
	width:550px;
}

ol {
	font-size:1em;
	font-weight:bold;
	color:#555555;
	margin:0 0 0 30px;
	padding:15px 0;
}

ol li {
	padding:0 0 13px 30px;
	height:1%; /*Applies layout for IE viewing*/
}

li#one {
	background:transparent url(images/number_1.gif) no-repeat top left;
}

li#two {
	background:transparent url(images/number_2.gif) no-repeat top left;
}

li#three {
	background:transparent url(images/number_3.gif) no-repeat top left;
}

/* ============================================================================
         TYPOGRAPHY STYLES
=============================================================================== */

strong {
	font-weight:bold;
}

.contentBox p {
	font-size:10pt;
	color:#333333;
	margin-bottom:15px;
	margin-top:0;
	line-height:1.4em;
}

p#footer {
	font-size:7pt;
	color:#333333;
	text-align:center;
	margin:15px 0;
}

/* ============================================================================
         TABLE STYLES
=============================================================================== */
.contentBox table {
	margin:0 15px 10px 15px;
	font-size:10pt;
	width:550px;
}

.contentBox table th {
	font-weight:bold;
	color:#ffffff;
	background:#ca5d0e url(images/table_gradient.gif) top left repeat-x;
	padding:5px 10px;
	white-space:nowrap;
	border-right:1px solid #eef5fa;

}

.contentBox table td {
	padding:5px 10px;
}

tr.alternate {
	background-color:#e1e1e1;
}

/* ============================================================================
         LINK STYLES
=============================================================================== */
#content a:link, .contentBox a:visited {
	font-weight:bold;
	color:#196fb8;
	border-bottom:1px dotted #a9cded;
	text-decoration:none;
}

#content a:hover {
	color:#ffffff;
	background-color:#196fb8;
	border-bottom:2px solid #adcbed;
}

/* ============================================================================
         RULE STYLES
=============================================================================== */

/* ============================================================================
         FORM STYLES
=============================================================================== */
fieldset {
	padding-left:15px;
	padding-right:15px;
}

fieldset p {
	margin-top:10px !important;
	margin-bottom:10px !important;
}

legend {
	font-weight:bold;
	font-size:10pt;
	color:#333333;
	border-bottom:1px solid #a9cded;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}

input {
	width:200px;
}

input.radio, input.checkbox {
	width:auto;
}

input.radio {
	float:left;
	margin-right:7px;
}

input:focus {
	background-color:#FFFFCC;
}

#contactform label {
	float:left;
	width:150px;
}

#productform div {
	width:280px;
	float:left;
}

#productform label, #customerform label {
	font-size:8pt;
}

input.submit {
	width:80px;
	padding:5px 0;
	display:block;
	margin:0 auto;
	margin-top:10px;
	background-color:#d86a19;
	color:#ffffff;
	font-weight:bold;
}
