/* CSS Document */
html, body{margin:0;padding:0;height:100%;border:none}
body {background:#e5e5e5;font:12px Arial, Helvetica, sans-serif}
img {border:none}
a:link, a:visited{color:#039}

#wrapper{border-left:1px solid #ccc;border-right:1px solid #ccc;padding:15px;width:770px;background:#fff;height:100%;margin:auto}
h1{font-weight:normal;font-size:24px;color:#333}
h2{font-style:italic;font-size:20px;color:#333}
h3{margin-top:0;font-style:italic;font-size:16px;color:#333}

/* Navigation */
.nav{text-align:center;width:100px}
.nav a{text-decoration:none;color:#000;line-height:22px;display:block;background:url(Images/nav.gif);font-weight:bold}
.nav a:hover{background:url(Images/nav01.gif)}

.pricetitle{border-bottom:3px double #ccc;font-size:13px;font-weight:bold}
.prices{border-bottom:1px dashed #ccc}
.pricealign{text-align:center;width:115px}

#content{padding:14px 15px 0 15px;width:500px}
#box{width:164px;float:left}
#big-button a{background:url(Images/big-button.gif) no-repeat;height:100px;width:530px;display:block}
#big-button a:hover{background:url(Images/big-button01.gif) no-repeat;height:100px;width:530px;display:block}

.termsText{margin:0;padding:10px 0 10px 0}

/* footer styles */
.footer-M{background:url(Images/footer-M.gif);color:#ccc}
.footer-M a{text-decoration:none;color:#dedede}
.footer-M a:hover {color:#FEC329}

.footerTerms{color:#333;vertical-align:middle;padding-top:10px;text-align:center}
.footerTerms a {text-decoration:none;color:#666;text-decoration:underline}
.footerTerms a:hover {color:#000}
	
/* form styles */
.forminput,.form td{vertical-align:middle;font-size:11px}
.border{border:2px solid #999;padding:8px;margin-bottom:5px}