/* 
    Document   : main
    Created on : 24-Jan-2013, 9:57:07 PM
    Author     : cley
    Description:
        Purpose of the stylesheet follows.
*/

/* --- Global Style --- */
root { 
    display: block;
}

body {
    background-color: rgb(111, 112, 106);
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 80%;
    color: #222;
    text-align: center;
}

h1 {
    padding: 30px;
    font-size: 200%;
}

h2 {
    padding-top: 30px;
    font-size: 120%;
}

p, .paragraph {
    padding-left: 40px;
    padding-right: 40px;
}

div {
    text-align: left;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

a:visited, a:link {
    color: #222;
}

a:hover {
    color: #F00;
    text-decoration: none;
}

img {
    border: 0px;
    border-style: none;
}

.ContentDiv {
    width: 100%;
    padding: 0.5%;
    background-color: white;
    float: left;
}

hr {
	border: 0;
	border-top: 1px solid #333;
	width: 80%;
	display: block;
	margin: 7px auto;
}

/* --- Product View Style --- */
.product {
    float: left;
    text-align: center;
    width: 220px;
    height: 275px;
}

.productShow {
    width: 100%;
    text-align: center;
}

.productheader {
    padding-left: 30px;
}

.buynow-addtocart, .buynow-login {
	display: inline-block;
	margin-top: 8px;
}

.buynow-addtocart {
	font-size: 13px;
}

.buynow-login {
	font-size: 10px;
	color: #CCC !important;
}
.buynow-login:hover {
	color: #F00 !important;
}

/* --- Form Style --- */
.formdiv {
    width: 375px;
    text-align: right;
}

.formtext {
    text-align: left;
}

/* --- Template Style --- */
#main {
    width: 1250px;
    margin: 0 auto;
    margin-left: auto ;
    margin-right: auto ;
}

#container {
    width: 100%;
    float: left;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    -moz-box-shadow:    3px 3px 5px 6px #555;
    -webkit-box-shadow: 3px 3px 5px 6px #555;
    box-shadow:         3px 3px 5px 6px #555;
}

#header {
    height: 190px;
    background-color: white;
    padding: 0px;
}

#nav {
    min-height: 40px;
    height: auto !important; 
    height: 40px;
    font-size: 140%;
    text-align: center;
    /*
    text-align: left;
    padding-left: 567px;
    */
}

#body {
    padding: 5px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}


#footer {
    min-height: 100px;
    height: auto !important;
    height: 100px;
    background-color: #DDD;
    text-align: center;
    padding-top: 20px;
}

#freespace {
    width: 50%;
    height: 400px;
    background-color: white;
    float: left;
}

#relatedlinks {
    width: 50%;
    padding: 0.5%;
    height: 400px;
    background-color: white;
    float: left;
}

#spiral {
    width: 100%;
    height: 18px;
    background-image: url('../images/spiral.png');
    background-repeat: repeat-x;
    float: left;
}

#banner {
    width: 90%;
    height: 160px;
    background-color: white;
    float: left;
    text-align: right;
}

#loginarea {
    width: 10%;
    padding: 0.5%;
    height: 160px;
    background-color: white;
    float: left;
}

#productlangselect {
    text-align: left;
    padding: 30px;
}

#freespaceframe {
    width: 100%;
    height: 100%;
    border-style: none;
}

.notice {
    color: #4642D4;
    background-color: #DAE2ED;
}

.errors {
    color: #F23D3D;
    background-color: #F59D9D;
}

.notice, .errors {
    padding: 10px;
    font-weight: bold;
    width: 500px;
}

.centered {
    width: 100%;
    text-align: center;
}

#subscriberagreement {
    width: 900px;
    height: 900px;
}
#terms {
    width: 900px;
    height: 900px;
}

#howtouse {
    width: 900px;
    height: 1050px;
}

#productsmain {
    width: 100%;
    text-align: center;
}

#productscontainer {
    width: 1100px;
    margin: 0 auto;
    padding-top: 60px;
}
