/*
#####################################################################
# RESET CSS 
#####################################################################
*/
html {
    color: #000; background: #999999;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img,header,footer,section, p {
    margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 100%;
}

table {
    border-collapse: collapse; border-spacing: 0
}

fieldset,img {
    border: 0
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal; font-weight: normal
}

ol,ul {
    list-style: none
}

caption,th {
    text-align: left
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%; font-weight: normal
}

q:before,q:after {
    content: ''
}

abbr,acronym {
    border: 0; font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,textarea,select {
    font-family: inherit; font-size: inherit; font-weight: inherit
}

input,textarea,select {
    *font-size: 100%
}


/*
#####################################################################
# Start Site CSS 
#####################################################################
*/
body
{
	background-color: #999999;
    text-align: center;
    font-size: 14px;
    color: #999999;
    font-weight: lighter;
    font-family:'Helvetica-Neue-light',helvetica;
}

div.container {
	float: inherit;
	clear: none;
    width: 960px;
    margin: 0px auto 0 auto;
    text-align: left;
    background-color: #ffffff;
    box-shadow: 4px 0px 1px #888888, -4px 0px 1px #888888; /*adds shadow to left and right*/
    overflow: auto; /* Ensures height stretches to size of content. */
}

header {
    float: left; width: 100%;
    font-size: 16px;
    font-weight:normal;
}

header a{
	float:left; width: 40%;
}

header p{ 
	float: left; width: 40%;
	margin-top: 50px;
}

nav {
    float: left; width: 100%;
    background-color: #7857A4;
    height: 30px;
    letter-spacing: 3px;
}
#trans-nav {list-style-type: none; float:left; color: #ffffff; font-size: 16px; font-weight:lighter;}
#trans-nav li {position: relative; float: left; border-right: 1px solid #ffffff; padding: 1px 25px; margin: 5px 0px 5px 0px;}
#trans-nav li:hover { background-position: 0 -40px; }
#trans-nav li a { display: block; padding: 0 0px; color: #ffffff; text-decoration: none; }
#trans-nav li a.active { font-weight: bold; }

#trans-nav li:last-child {padding: 0 0 0 5x; border-right: none;}
h1{
    font-size: 22px;
    font-weight: bold;
    color: #663399;
    margin-bottom: 10px;
}

#paper{
    width: 706px;
    background-color: #ffffff;
    font-size: 14px;
    float: left;
    margin: 0px 127px;
}

section#content {
    float: left; width: 100%;
}

footer {
    float: left; width: 100%;
    height: 30px;
    background-color: #7857A4;
    color: #ffffff;
    font-size: 12px;
    padding: 8px 10px;
}

/*
Home
*/
#home.container{
	/*height: 900px;*/
}

#home #content img{
    border-bottom: 13px solid #0099ff;	
}



#home h2{
	font-size: 25px;
	color: #333333;
	padding-bottom: 10px;
	font-weight: lighter;
}

#home #info {
	margin: 30px 0px 35px 0px;
	float: left; width: 100%;
}

#home #info li {
	padding: 0px 40px;
	height: 140px;
	border-right: 2px solid #999999;
	float: left;
    width: 33%;
}

#home #info li:last-child {padding: 0 0 0 5x; border-right: none;}


/*
About
*/

#about #content{
	background-color: #cccccc;
}


#about #paper{
    padding: 25px 25px 0px 25px;
}

#about #paper p{
	margin: 20px 0px;
}

#about em{
    font-style: italic;
}
#about #blogs a{
	color: #9966cc;
	font-weight: bold;
	text-decoration:none;
}


/*
Contact
*/

#contact #content{
    background-color: #cccccc;
}

#contact #paper p{
    margin: 20px 0px;
}

#contact #box1 {
    width: 766px;
    
}


#contact #col1 {
    float: left;
    width: 45%;
    padding: 30px 40px 0px 40px;
    margin: 20px 0px 20px 0px
    
}
#contact #col1 a{
	color: #663399;
	text-decoration: none;
}


#contact #col2 {
    float: left;
    padding: 30px 40px 0px 40px;
    margin: 20px 0px 20px 0px;
    border-left: 1px solid #cccccc;
    width: 45%;
   

}

#contact input{
    float:left;
    background: none repeat scroll 0 0 #ffffff;
    border-color: #999999;
    width:100%;
    padding: 4px 2px;
    margin-bottom: 10px;
}


#contact #phone1{
    width: 80px;
    margin: 0px 5px 0px 0px;
}

#contact #phone2{
    width: 80px;
    margin: 0px 5px 0px 0px;
}

#contact #phone3{
    
    width: 92px;
    type:number;
}

#contact textarea{
    float: left;
    background: none repeat scroll 0 0 #ffffff;
    border-color: #999999;
    margin: 0px 45px 0px 0px;
    padding: 4px 2px;
    width: 265px;
    height: 150px;
    resize: none;
    
}

#contact #button {
    float:right;
    background: #666666;
    color: white;
    font-size: 14px;
    margin: 15px 0px 10px;
    
    text-decoration: none;
    padding: 4px 6px;
    vertical-align: middle;
    
}
#contact #result{
	float: left;
	margin-top: 10px;
	width: 70%;
	font-size: 12px;
	color: #663399;
	display: none;
}
#contact label.error{
	color: red;
	font-size: 12px;
	margin-bottom: 5px;
}
/*
Products
*/
#products #content{
    background-color: #cccccc;
}
#products #box1 {
    width: 766px;
    
}


#products #col1 {
    float: left;
    width: 50%;
    margin: 20px 0 20px 20px;
    
}
#products #box1  a {
    color: #9966cc;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
}


#products #col2 {
    float: left;
    width: 40%;
    padding-top: 105px;

}

#bottom p:first-child{
    margin: 45px 0 0 0;

}
#bottom p:nth-child(2){
	font-style: italic;
    font-weight: bold;
    font-size: 16px;
	color: #9966cc;
	margin-bottom: 15px;
}

#products #box1 h1{
	margin:0px;
}
#products .desc{
	color: black;
	font-size: 20px;
	font-weight: bold;
	margin: 35px 0 10px 0;
}

#products .desc2{
    margin-bottom: 5px;
}
#products #box1 img{
    margin-bottom: 10px;
}
#products .title{
	font-size: 16px;
    font-weight: bold;
}
