
/* 
   Meyer's CSS Reset
   v1.0 | 20080212 
*/

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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	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;
}
/* css reset ends */

body {
text-align: center;
height: 100%;
font-size: 13px;
line-height: 20px;
font-family:"Lucida Grande", Arial, Helvetica, Sans-Serif;
}

h1 {
font-size: 18px;
font-weigh: bold;
color:  #000;
margin: 8px 0px;
}


body a:link {
text-decoration: none; 
color: #000;
}

body a:visited {
text-decoration: none; 
color: #000;
}


#container {
position: static;
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
height: 100%;
width: 800px;
text-align: left;
z-index: 1;
}

#header {
}

#logo {
height: 130px;
}

#banner {
display: block;
width: 800px;
background: url(images/banner-fill.gif) repeat-x; 
}

#call {
font-family: Arial;
display: block;
position: relative;
left: 440px;
color: #000;
width: 350px;
line-height: 35px;
font-size: 1.5em;
font-weight: bold;
top: -85px;
text-align: right;
font-style: italic;
}

#content {
position: relative;
display: block;
padding-left: 10px;
margin-top: 20px;
}

#intake {
display: block;
position: relative;
width: auto;
margin: 20px 0px;
padding: 5px;
font-size: 14px;
color: #777;
}

#intake td {
padding: 4px 2px;
}

.required {
color: #CC251D;
font-weight: bold;
font-size: 18px;
padding-right: 5px;
}

#warncontainer {
position: relative;
width: 600px;
text-align: left;
}

#warning {
position: absolute;
top: 20px;
padding: 20px;
left: 150px;
font-weight: bold;
font-size: 16px;
color: #ff6633;
border: solid 1px #ddd;
}


#message-home {
width: 500px;
text-align: justify;
font-size: 14px;
color: #777;
height: 680px;
}

#message-home p {
margin: 5px 0px;
}

#jp-sig {
line-height: 1.5;
}

#jp-sig-name {
font-size: 18px;
color: #000;
font-family: impact;
}

.smaller {
font-size: 11px;
}

#brands {
position: relative;
display: block;
top: 138px;
height: 110px;
width: 500px;
border-top: solid 1px #ddd;
}

#message-poper {
font-size: 12px;
width: 220px;
background: url(images/fill.png) repeat;
color: #000;
padding: 10px;
margin: 20px;
float: left;
position: absolute;
left: 536px;
top: 0px;
z-index: 2;
height: auto;
border: solid 1px #fff;
}

#message-poper:hover {
background: #eee;
border: solid 1px #ccc;
}

ul.poper-list {
margin: 10px 0px 0px 30px;

}

.poper-sections-bottom {
margin-bottom: 0px;

}

.poper-sections {
margin-bottom: 20px;

}

#payment {
margin: 40px 0px 5px 0px;
}


#footer {
position: relative;
display: block;
width: 100%;
height: 100%;
padding: 65px 0px;
z-index: 2;
bottom: 0px;
clear: both;
color: #666;
}

#footer a {
color: #666;
}

