/* 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, 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, 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;
}
    
        body {
            background-image: url(img/light-1.jpg);
            background-position: right top;
            background-attachment: fixed;
        }
    
        #wrapper {
            position: relative;
            width: 980px;
            background-image: url(img/content-bg.png);
            min-height: 600px;
            overflow: hidden;
            margin: auto;
        }
        

        #nav {
            list-style:none;            
            width: 948px;
            background-image: url(img/nav-bg.png);
            height: 58px;
            margin: auto;
            overflow: hidden;
            position: relative;
        }
        
        
        #nav li {
            position: relative;
            float: left;
            -moz-border-radius: 5px;
            border-radius: 5px;
            font-size: 16px;
            color: #fff;
            z-index: 5;
            margin-left: 20px;
            padding-right: 10px;
            margin-top: 6px;
            line-height: 30px;
        }
        
        #nav li a {
            text-decoration: none;
            color: #fff;
            text-transform: uppercase;
            text-shadow: 1px 1px 1px #000;
            font-family: Arial;
            line-height: 30px;
        }
        
        #nav li.backLava {
            background-image: url(img/tab-bg.png);
            position: absolute;
            z-index: 4;
            padding-left: 5px;
            padding-right: 5px;
            margin-left: -10px;
            margin-top: -1px;
            line-height: 30px;
        }
        
        #header {
            height: 120px;
            background-image: url(img/header-bg.png);
            width: 948px;
            margin: auto;
            background-repeat: repeat-x;
            padding-top: 1px;
            background-position: top;
        }

        #mainarea {
            margin-top: 20px;
            width: 640px;
        }
        
        #content {
            overflow: hidden;
        }
        
        .mainpage {
            float: left;
            margin-left: 30px;
        }
        
        .salespage {
            float: none;
            margin: auto;
        }
        
        #sidebar {
            margin-top: 20px;
            float: right;
            width: 265px;
            margin-right: 30px;
        }
        
        p {
            margin-bottom: 16px;
            font-size: 16px;
            font-family: Arial;
        }
        
        ol {
            margin-left: 40px;
            list-style-type: decimal;
        }
        
        ul {
            margin-left: 40px;
            list-style-type: square;
        }

        li {
            font-size: 16px;
            font-family: Arial;
            margin-bottom: 16px;
        }
        
        blockquote {
            font-style: italic;
            color: #333;
            margin: 0px 30px 16px 30px;
            padding: 15px;
            background-color: #ffe958;
            
        }
        
        #optin {
            background-image: url(img/box-mid.png);
        }
        
        #optin1 {
            background-image: url(img/box-top.png);
            background-position: top;
            background-repeat: no-repeat;
            overflow: hidden;
            padding-left: 20px;
            padding-top: 15px;
            padding-right: 15px;
        }
        
        #optin1 * {
            font-size: 14px;
            color: #666;            
        }
        
        #optin1 p {
            margin-bottom: 14px;
        }
        
        #optin1 h3 {
            font-weight: normal;
            font-family: "Times New Roman";
            font-size: 30px;
            margin-left: 40px;
            margin-bottom: 20px;
            color: #000;
        }

        #optin label {
            font-weight: bold;
        }

        #optin1 input[type=text] {
            background: transparent;
            background-image: url(img/textfield.png);
            border: none;
            width: 202px;
            height: 34px;
            background-repeat: no-repeat;
            text-align: top left;
            padding-left: 10px;
            padding-right: 10px;            
        }
        
        #optin input[type=submit] {
            background: transparent;
            background-image: url(img/button.png);
            width: 222px;
            height: 49px;
            border: none;
            font-family: Arial;
            font-size: 20px;
            color: #f00;
            text-shadow: 1px 1px 1px #fff;
        }

        #optin2 {
            height: 19px;
            background-image: url(img/box-bot.png);
        }
        
        #optin1 form p.caption {
            color: #999
            font-size: 10px;
        }
        
        #header h3 {
            font-weight: normal;
            color: #2c8dca;
            font-size: 60px;
            margin-left: 20px;
            margin-top: 0px;
        }
        
        #header h4 {
            margin-left: 20px;
            font-size: 20px;
            font-weight: normal;
            font-family: Arial;
            color: #747474;
        }
        
        #mainarea h1 {
            font-weight: normal;
            color: #2e62ff;
            font-size: 40px;
            margin-bottom: 20px;
            text-align: center;
        }

		#mainarea h2 {
            font-weight: bold;
            color: #d19d00;
            font-size: 20px;
            margin-bottom: 20px;
            text-align: center;
        }

		#mainarea h4 {
            font-weight: bold;
            color: #2e62ff;
			font-family: Arial;
            font-size: 16px;
            margin-bottom: 16px;
            text-align: center;
        }
		
        
        object { margin-bottom: 20px; }
        
        #dbox {
            position: absolute;
            right: 30px;
            top: 125px;
        }
        
        #dbox * {
            float: left;
            line-height: 35px;
        }
        
        #dbox a {
            font-family: Arial;
            color: #fff;
            font-weight: bold;
            text-decoration: none;
            text-shadow: 1px 1px 1px #000;
        }
        
        #dbox a:hover {
            color: #fff000;
        }
        
        #dbox .mid {
            background-image: url(img/bg-d.png);
        }
        
        #footer {
            color: #666;
            margin: 100px 30px 30px 30px;
            padding: 10px;
            padding-top: 30px;
            border-top: 1px solid #999;
	    position: relative;
        }
        
        #footer * {
            font-size: 12px;
        }
	
	#credit {
		top: 0px;
		font-family: Arial;
		position: absolute;
		right: 0px;
		text-align: right;
		font-size: 9px;
	}
       
