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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body{
    font-family: "Gill Sans", "Trebuchet MS", FreeSans, Verdana, Arial, sans-serif;
    color: #4b4c4a;
    font-size: 14px;
    outline: blue;
}

img, a, input{outline: none;}

a{ color: #345984;	text-decoration: none;}
a:visited{ color: #345984; }
a:hover{ color: #6699CC; text-decoration: underline; }
a:active{ color: #6699CC; }

h1{ color: #526597; font-size: 72px; }
h2{ color: #526597; font-size: 28px; margin-bottom: 10px;}
h3{ color: #6ba31b; font-size: 20px;margin-top: 15px;}
h4{color: #526597; font-size: 20px; margin-bottom: 10px; margin-top: 20px;}

p, li { line-height: 1.7em;font-family:"Lucida Grande"; margin-bottom: 15px;}

ul{
    margin-left: 20px;
    margin-top: 20px;
}

li{
    list-style: decimal;
    margin-top: 10px;
}

#wrapper{ width: 960px; margin: 0px auto; position: relative;}

#header{ padding-top: 25px; height: 125px; background: url('../img/headerShadow.jpg') no-repeat right;}

#header a{position: absolute; display: block; width: 960px; height: 125px;}

#tagline{color:#c6c6c7; font-size: 30px; margin-left: 175px; line-height: 1.0em;}

#content{margin-top:30px;}
#leftSection{width: 520px;border-right: 1px solid #c6c6c7; float: left; padding-right: 30px;}
#rightSection{width: 360px; margin-left: 600px;}

#rightSection h2{color: #6ba31b; margin-top: 20px;}

/* Colors */
.violet{ color: #924b9f;}
.green { color: #6ba31b; }
.error {color: #924b9f; text-align: center; margin-top: 20px; margin-bottom: 20px;}
/* end colors */

#mailFeedBack, #supportFeedBack{
    padding-left: 10px;
    margin-top: 15px;
}

.sellBox{
    position: relative;
    /*width: 500px;*/ height: 144px;
    margin-top: 15px;
    margin-bottom: 60px;
    background: url('../img/sellBox.jpg') no-repeat;
}

.sellBox img{
    position: absolute;
    top: 22px; left: 22px;
    width: 100px; height: 100px;
}

/* buy button */
.buyButton{
    position: absolute;
    top: 14px; left: 215px;
    width: 115px; height: 115px;
    background: url('../img/button/buy.jpg') no-repeat;
}
.buyButton:hover{ background: url('../img/button/buy.jpg') no-repeat -115px; }
/* .buyButton:hover p{ color: #83a3f8; } */

.buyButton p{
    position: absolute;
    margin-top: 10px; margin-left: 15px;
    font-size: 18px;
    color: #81888b;
}

.buyButton a{
    position: relative;
    display: block;
    width: 115px; height: 115px;
    color: #81888b;
    text-decoration: none; 
}
/* end buy buttons */

/* info button */
.infoButton{
    position: absolute;
    top: 14px; left: 350px;
    width: 115px; height: 115px;
    background: url('../img/button/info.jpg') no-repeat;
}
.infoButton:hover{background: url('../img/button/info.jpg') no-repeat -115px; }

.infoButton p{
    padding-top: 84px; padding-left: 57px;
    font-size: 20px;
    color: #81888b;
}

.infoButton a{
    position: relative;
    display: block;
    width: 115px; height: 115px;
    color: #81888b;
    text-decoration: none; 
}
/* end info button */

.description{
    width: 500px;
}

.blueButton{
    margin-top: 15px;
    margin-left: 100px;
    height: 34px;width: 260px;
    background: url('../img/button/buttonBlueBg.png') no-repeat;
    text-align: center;
}

.blueButton a{
    display: block;
    width: 240px;
    height: 29px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}
.blueButton a:hover{text-decoration: none;}
/* return serial form*/

#returnSerial{
    margin-top: 15px;
    height: 34px;
    background: url('../img/formInputBg3.png') no-repeat;

}

#emailField, #id_email{
    border: none;background: none;
    width: 240px;
    /*color: #4b4c4a;*/
    color: #999999;
    font-size: 18px;
    margin-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

#submitField, #submitMailField{
    border: none;background: none;outline: none;
    color: #526597;font-size: 18px;
    margin-top: 4px;
    cursor: pointer;
}

#submitField:hover{
    cursor: pointer;
}


/* Support page */
#supportForm p{
    margin-top: 15px;
}

label{
    display: block; 
    float: left;
    width: 120px;
}

label[for='id_email']{
    display: none;
}

label[for='id_text']{
    display: none;
}
/* end Support Page */

/* support text area */
textarea{
    background: none;
    border: none;
    font-family:"Lucida Grande";
    font-size: 16px;
    color: #999999;
    outline: none;
    width: 310px;
    padding-left: 10px;
    padding-right: 10px;
    
}

.textBoxHeader{
    background: url('../img/box/textBoxHeader.png') no-repeat;
    width: 330px; height: 10px;
}

.textBoxBody{
    background: url('../img/box/textBoxBody.png') repeat-y;
    width: 330px;
}

.textBoxFooter{
    background: url('../img/box/textBoxFooter.png') no-repeat;
    width: 330px; height: 10px;
}

/* end support text area*/
#faq{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

#faq li{
    list-style: none;
    margin-top: 25px;
}

#faq ul{
    margin-left: 40px;
}

#faq ul li{
    list-style-type: decimal;
    margin-top: 0px;
}

.question{
    font-size: 16px;
    font-weight: bold;
}

.question .green{
    font-size: 18px;
    font-weight: bold;
    display: block;
    float: left;
    margin-right: 15px;
}

.bold{
    font-weight: bold;
}

/* gift license */

#custom_message {
    width: 310px;
    height: 300px;
    border: 1px solid black;
    font-family: "Gill Sans", "Trebuchet MS", FreeSans, Verdana, Arial, sans-serif;
    color: #4b4c4a;
    font-size: 14px;
}

.glemail {
	width: 200px;
    font-family: "Gill Sans", "Trebuchet MS", FreeSans, Verdana, Arial, sans-serif;
    color: #4b4c4a;
    font-size: 14px;
}

#sendGiftButton{
    margin-left: 120px;
    width: 172px; height: 40px;
    background: url('../img/licenseButton.png') left no-repeat;    
}

#sendGiftButton:hover{
    cursor: pointer;
    background: url('../img/licenseButton.png') center no-repeat;    
}

#sendGiftButton:active{
     cursor: pointer;
    background: url('../img/licenseButton.png') right no-repeat;    
   
}

#resultP{
    margin-left: 120px;
    font-weight: bold;
    height:20px;
}

#maillist li{
    list-style: disc;
}
