/*resets*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------tags----------------*/
h1 {
	font-size:1.7em;
}
h2 {
	text-align:center;
	font-size:1.2em;
}
h3 {
	color:#e2001a;
	
}
p {
	padding:10px 0;
	font-size:.9em;
	line-height:1.3em;
}
td {
	padding:5px;
}
fieldset {
	width:400px;
	margin:auto;
	border:1px solid #999;
	text-align:center;
}
li {
	line-height:1.3em;
}
/*----------------layout-----------------*/
body {
	background:url(../images/backgroundGradient.jpeg) top left;
	font-family:Arial,"Times New Roman", Times, serif;
	font-size:14px;
}
#wrapper {
	width:900px;
	margin:5px auto;
	background:#FFF url(../images/wrapperBG.png) repeat-y top left;
	position:relative;
}
#header {
	height:162px;
	background:url(../images/headerBG.jpeg) no-repeat top left;
	
}
#header img#logo {
	position:absolute;
	top:84px;
	left:30px;
}
#content {
	width:513px;
	float:right;
	margin:16px 6px 0 0;
	_margin-right:3px;/*ie6 hack*/
	border: 1px solid #e2001a;
	padding:40px 20px;
	min-height:375px;
}
#contact {
	width:240px;
	height:35px;
	background:#162a83;
	color:#FFF;
	border: 1px solid #e2001a;
	text-align:center;
	line-height:35px;
	position:absolute;
	top:140px;
	right:75px;
}
#sidebar {
	width:275px;
	float:left;
	margin-left:30px;
	_margin-left:15px; /*ie6 hack*/
}
#clear {
	clear:both;
}
#footer {
	heght:37px;
	line-height:37px;
	text-align:center;
	background:#162a83;
	color:#FFF;
}
/*-----------content styles-------------------------------*/
#content ul {
	list-style:disc;
	margin-left:30px;
	font-size:.9em;
}
#content p#pro_logo {
	width:300px;
	margin:auto;
}
#content p.image_clear {
	padding:120px 0;
}
#content p.submit-button input{
	float:right;
	background:#162a83;
	color:#FFF;
	padding:5px 2px;
	border:none;
	text-transform:uppercase;
}
.pro_cut_order {
	width:500px;
	margin:10px auto;
}
.pro_cut_order td {
	border:1px solid #000;
	vertical-align:middle;
}
.order_input {
	float:right;
}
.error {
	color:#FF0000;
	font-weight:bold;
}

/*------------------------sidebar styles-----------------*/
#sidebar dl{
	margin-top: 50px;
}
#sidebar dl dt{
	width:240px;
	background:#e2001a;
	margin:20px auto;
	text-align:center;
	line-height:35px;
}
#sidebar dl dt a,#contact a {
	color:#FFF;
	text-decoration:none;
	font-size:1.5em;
	padding:5px 0;
}
#sidebar ul.secondary{
	margin:0;
}
#sidebar dl dd {
	background:none;
	margin:0 0 0 50px;
	line-height:1.5em;
	text-align:left;
	
}
#sidebar dl dd a {
	color:#e2001a;
	font-size:1.1em;
}
#sidebar dl dd a:hover {
	text-decoration:underline;
}
/*--------------------clear styles-------------------------*/
#clear p{
	text-align:right;
	padding:5px 20px;
}