*{
    margin: 0;
    padding:0;
}

body{
    font-family: Verdana;
    background-image: url('../images/background.png');
    background-color: #fff;
    color: #fff;
    height: 500px;
}

#header{
    position: absolute;
    top: 0;
    background-image: url('../images/header-bg.png');
    background-position: center top;
    width: 100%;
    height: 300px;
}
#header-info{
    width: 960px;
    margin: auto;
}

/* Start of Nav Bar*/
#navBar{
    position: relative;
    float: right;
    margin-right: 110px;
    font-size: 14px;
    z-index: 1000;
    color: #fff;
    width: 635px;
    background-repeat: no-repeat;
    
}

.navMenu li{
    text-align: center;
    float: right;
    width: 136px;
    height: 52px;
    list-style-type: none;
    margin-left: -10px;
    padding-top: 10px;
    background-image: url('../images/nav-bg.png');
    background-position: top center;
}

.navMenu li a{
    text-decoration: none;
    color: #fff;
    
}

.navMenu li#selected{
    background-image: url('../images/cursor.png'), url('../images/nav-bg.png');
    background-repeat: no-repeat, no-repeat;
    background-position: 10px 15px, 0 0;
    font-weight: bold;
}
/* End of Nav Bar*/

/*Start of Main Content*/
.mainText{
    font-family: Arial;
    font-size: 12px;
}

.mainTitles{
    font-family: Arial;
    font-size: 18px;
}

.newsTitle{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

#main-content{
    z-index: 900;
    position: relative;
    top: 20px;
    margin: auto;
    background-color: #000;
    width: 920px;
    margin: auto;
    padding: 40px 20px 20px 20px;
}
#leftMenu{
    float: left;
    width: 170px;
    margin-right: -1px;
    display: inline-block;
    padding-left: 20px;
    background-color: #000;
}

#logo{
    padding-bottom: 30px;
}

#title{
    padding: 10px 0 10px 0;
    border-bottom: solid 1px #121212;
}

#leftMenu ul{ 
    border-bottom: solid 1px #121212;
    padding: 5px 0 5px 0;
}

#leftMenu ul li{
    padding: 7px 0 7px 0;
    list-style: none;
}

#leftMenu ul li a{
    color: #fff;
    text-decoration: none;
}

#follow{
    padding-top: 10px;
}

#content{
    width: 730px;
    float: left;
    position: relative;
    top: -100px;
    border-left: solid 1px #171717;
    text-align: left;
}

#productsContent{
    width: 730px;
    display: inline-block;
    position: relative;
    top: -100px;
    border-left: solid 1px #171717;
    text-align: left;
}

#aboutBanner{
    padding-left: 20px;
}

#cProfile{
    width: 400px;
    float: left;
    padding-left: 20px;
    padding-top: 40px;
}

#rightPanel{
    position: relative;
    top: -750px;
    right: -650px;
    width: 280px;
    height: 800px;
}

#productImages{
    padding-left: 20px;
    margin-top: 50px;
}

.productTable{
    padding-top: 20px;
}

.productName{
    padding-left: 20px;
    text-align: left;
    color: #fff000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.productCode{
    padding-left: 20px;
    color: #fff000;
    font-family: Arial;
    font-size: 12px;
}

.productImage img{
    padding-left: 20px;
    width: 150px;
    
}

#userContent{
    width: 700px;
    display: inline-block;
    position: relative;
    top: -100px;
    border-left: solid 1px #171717;
    text-align: left;
}

#userDefinedContent{
    padding-left: 20px;
    margin-top: 50px;
}

#contactUs{
    padding-left: 20px;
    margin-top: 50px;
}

#contactUsInfo{
    width: 600px;
    margin: auto;
}

#contactFormTable{
    margin: auto 50px auto 50px;
    width: 500px;
}

.contactLabel{
   padding-right:5px;
}

.cInput{ 
    width: 200px;
    margin: 10px;
    border: solid 1px #171717;
    -webkit-box-shadow: 0 0 5px rgba(140, 140, 140, 1);
    -moz-box-shadow: 0 0 5px rgba(140, 140, 140, 1);
}

.cInput:focus{ 
    -webkit-box-shadow: 0 0 15px rgba(239, 229, 90, 1);
    -moz-box-shadow: 0 0 15px rgba(239, 229, 90, 1);
}

#emailMessage{
    width: 250px;
    height: 100px;
    margin: 10px;
    resize: none;
    border: solid 1px #171717;
    -webkit-box-shadow: 0 0 5px rgba(140, 140, 140, 1);
    -moz-box-shadow: 0 0 5px rgba(140, 140, 140, 1);
}

#cTextarea:focus{
    -webkit-box-shadow: 0 0 15px rgba(239, 229, 90, 1);
    -moz-box-shadow: 0 0 15px rgba(239, 229, 90, 1);
}

#buttonSubmit{
    text-align: right;
    padding-top: 20px;
    padding-right: 50px;
    text-align: center;
}

#error1, #error2, #error3, #error4, #emailDone{
    font-family: Arial;
    font-size: 10px;
    color: #BB0000;
    display: none;
}


#submit{
    border-radius: 5px;
}

#submit:hover{
    -webkit-box-shadow: 0 0 10px rgba(140, 140, 140, 1);
    -moz-box-shadow: 0 0 10px rgba(140, 140, 140, 1);
}

#clear{
    border-radius: 5px;
}

#clear:hover{
    -webkit-box-shadow: 0 0 10px rgba(140, 140, 140, 1);
    -moz-box-shadow: 0 0 10px rgba(140, 140, 140, 1);
}

#footer{
    margin: auto;
    position: relative;
    bottom: -23px;
    width: 960px;
    height: 50px;
    text-align: right;
}

.footer_links{
    font-family: Arial;
    font-size: 12px;
    color: #fff000;
    float: right;
    padding-right: 30px;
}

.footer_links a{
    text-decoration: none;
    color: #fff000;
}