body {
	background-image: url('../i/bg.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	
	margin: 0 auto 2em;
    width: 960px !important;
}
.wrap/*wrap formatting*/
{
	color: #454545;
    font-family: 'Trebuchet MS',Helvetica,sans-serif;
    font-size: 0.9em;
    line-height: 1.5em;
}

.site-toolbar
{
	color: #454545;
    font-family: 'Trebuchet MS',Helvetica,sans-serif;
    font-size: 0.9em;
    height: 1.6em;
    line-height: 1.5em;
}
.site-search
{
	float: right;
    padding: 0.1em;
    width: 24.4%;
}
header *
{
	margin: 0;
}
header h1
{
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 7px 7px 0 0;
    box-shadow: 0 0 20px #DCDCDC;
    padding: 0.2em !important;
    display: block;
}
header nav
{
	background: none repeat scroll 0 0 #DFDFDF;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 0 20px #DEDEDE;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
    display: block;
    height: 45px;
    
    
    

}
header nav p
{
	    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}
header nav a
{
	color: #454545;
    display: block;
    font-size: 110%;
    font-weight: lighter;
    padding: 0.75em 2em !important;
    text-decoration: none;
}
header nav a:hover,
header nav a:focus,
header nav p.current a
{
	-moz-box-shadow: 0px 0px 20px #CDCDCD;
	-webkit-box-shadow: 0px 0px 20px #CDCDCD;
	box-shadow: 0px 0px 20px #CDCDCD;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #48832A;
	font-weight: lighter;
	text-decoration: none;
}
div.main
{
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 20px #CDCDCD;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em 2em !important;
}

footer
{
	    color: #454545;
    font-family: 'Trebuchet MS',Helvetica,sans-serif;
    font-size: 0.9em;
    line-height: 1.5em;
    height: 60px;
        background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 25px #CDCDCD;
    margin: 0;
    padding: .5em !important;
}
footer span{
	width: 100%;
	text-align: center;
	display: inline-block;
	float: left;
}
footer a.logo
{
	float: right;
	position: static;
}

.site-powered
{
	background-color: black;
    border-left: 2px solid #666666;
    border-top: 2px solid #666666;
    border-top-left-radius: 7px;
    bottom: 0;
    
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    position: fixed;
    right: 0;
    
    text-decoration: none;
    z-index: 2147483647;
}
a.site-powered:link, 
a.site-powered:active,
a.site-powered:visited {
    color: #48832A;
}

.center
{
	margin-left: auto;
	margin-right: auto;
}

table.elix-products
{
    font-family: 'Trebuchet MS',Helvetica,sans-serif;
    font-size: 0.9em;
    border-collapse: collapse;
}
table.elix-products tr 
{
	border-top: 1px solid blue;
}
table.elix-products tr th
{
	width: 23%;
	text-align: left;
}

table.elix-products tr td:first-of-type
{
	border-left: 1px solid blue;
	border-right: 1px solid blue;
}
table.elix-products tr td:nth-of-type(2),
table.elix-products tr td:last-child
{
	overflow:visible;
	text-align: right;
}
table.elix-products tr td:nth-of-type(2)
{
	width: 14%;
}
table.elix-products tr td:last-child
{
	width: 15%;
	
}
table.elix-products .even
{
	background-color: AliceBlue;
}
article
{
    border: 1px solid green;
    border-radius: 7px 7px 0 0;
    box-shadow: 0 0 10px red;
    margin-bottom: 10px;
    padding: 1em;

}
aside.adsense
{
	background-color: AliceBlue;
	background: none repeat scroll 0 0 AliceBlue;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 20px #CDCDCD;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em 2em !important;
    
}

div.section-left
{
	float: left;
}

div.section-right
{
	float: right;
}
div.block
{
	display: inline-block;
	width: 100%;
}
.required, .unapproved {
    color: #AA0000;
}
form *
{
	padding: 0;
	margin: 0;
}
form h2 {
    clear: both;
    color: #084C9A;
    font-size: 23px;
    line-height: 20px;
    margin-bottom: 16px;
}
form p {
    clear: both;
    overflow: auto;
    padding-bottom: 10px;
}
form p.indent {
    color: #084C9A;
    line-height: 19px;
    padding-left: 125px;
}

form label {
    color: #000000;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 33px;
    width: 125px;
}

input, textarea, label {
    clear: both;
}
form .element {
    border: 4px solid #D6EBF7;
    border-radius: 5px 5px 5px 5px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    position: relative;
}
form input.text-inp {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #AAC5D3;
    border-top: 1px solid #AAC5D3;
    border-width: 1px 0 0 1px;
    color: #636F70;
    font-family: arial;
    font-size: 12px;
    height: 17px;
    margin: 0;
    padding: 2px 10px;
    position: relative;
    width: 300px;
}
fieldset, img {
    border: 0 none;
}


form textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #AAC5D3;
    border-top: 1px solid #AAC5D3;
    border-width: 1px 0 0 1px;
    color: #636F70;
    font-family: arial;
    font-size: 12px;
    height: 105px;
    margin: 0;
    overflow: auto;
    padding: 2px 10px;
    position: relative;
    resize: none;
    width: 400px;
}
.contact form textarea {
    width: 370px;
}

.contact .section-left
{
	width: 200px;	
}
.contact .section-left p
{
	color: blue;
		
}
input[type='button'], 
input[type='submit'], 
input[type='reset']
{
    font-size: 12pt;
    height: 32px;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    min-width: 60px;
    background-color: #4D90FE;
    background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
    border: 1px solid #3079ED;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
input[type='submit']
{
    font-size: 13px;
    margin-right: .1em;
    margin-left: .1em;
}
.success
{
    border: 1px solid green;
    border-right: none;
    border-left: none;
    font-size: larger;
    
}