 * { margin: 0; padding: 0; }

@font-face {
font-family: 'QlassikMediumRegular';
    src: url('fonts/Qlassik_TB-webfont.eot');
    src: url('fonts/Qlassik_TB-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Qlassik_TB-webfont.woff') format('woff'),
         url('fonts/Qlassik_TB-webfont.ttf') format('truetype'),
         url('fonts/Qlassik_TB-webfont.svg#QlassikMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QlassikBoldRegular';
    src: url('fonts/QlassikBold_TB-webfont.eot');
    src: url('fonts/QlassikBold_TB-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/QlassikBold_TB-webfont.woff') format('woff'),
         url('fonts/QlassikBold_TB-webfont.ttf') format('truetype'),
         url('fonts/QlassikBold_TB-webfont.svg#QlassikBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Template Elements */

*{
	margin: 0;
	padding: 0;
}

body{
background: url('images/mainbg.jpg');
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
}

img{	
border: none;
}

a {
text-decoration: none;
color: #000;
}

a:hover{
	text-decoration: underline;
	color: #666;
}

.right{
	float: right;
}

.left{
	float: left;
}

.bottom{
	margin-bottom: 30px;
}

h1{
	font-family: 'QlassikBoldRegular';
	font-size: 15px;
	font-weight: normal;
	color: #F00;
	line-height: 2em;
}

h2{
margin: 0;	
padding-bottom: 5px;
font-size: 14px;
font-weight: bold;
border-bottom: 1px solid #ccc;

}

#container{
width: 960px;
height: 100%;
background: #fff;
box-shadow: 0 0 20px RGBA(0,0,0,0.2);
margin: 0 auto;
padding: 20px;
overflow: auto;
}

#contentcontainer{
width: 960px;
height: auto;
overflow: auto;
}

#headwrap{
	width: 940px;
	height: auto;
	margin: 10px 10px 30px 10px;
	overflow: auto;
}


#logo{
	width: 460px;
	height: 60px;
	float: left;
}

#facebookbtn{
	
	float: right;
	margin-top: 10px;
}

.dropdownsearch{
	float: right;
	margin-top:20px;
}

#navbarwrap{
		border-top: solid 1px #cccccc;
		border-bottom: solid 1px #cccccc;
		padding: 5px 0 5px 0;
		overflow: auto;
		margin: 0 10px 40px 10px;
}

#navbar ul { 
		font-family: 'QlassikBoldRegular';
		font-size: 11pt;
        margin: 0; 
		padding: 0;
        list-style-type: none;
        } 
 
#navbar ul li {  
        display: inline; 
        } 
 
#navbar ul li a { 
        text-decoration: none; 
        padding: 0px 70px; 
        color: #999;
        } 
 
#navbar ul li a:hover, a:active { 
        color: #333; 
        } 
		
#footerwrap{
	margin: 40px 10px 0 10px;
	width: 940px;
	padding: 20px 0;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	overflow: auto;
}

#authdistlbl{
	background: url('images/authdistlbl.png');
	width: 73px;
	height: 29px;
	float: left;
	margin: 37px 23px;
}

#complogos{
	width: 780px;
	height: 102px;
	float: right;
	background: url('images/distlogos.jpg') no-repeat;
	overflow: auto;
}

#footertextwrap{
	padding-top: 35px;
	width: 940px;
	height: 45px;
	font-size: 11px;
	margin: 0 10px;
	}
	
.footertext{
		width: auto;
	}		
	
/* Accordion Panel */
	ul.menu, ul.menu ul {
  list-style:none;
  margin: 0;
  padding: 0;
  text-indent: 0 !important;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a, ul.menu ul.menu li a {
  background: #ff9999;
  color: #fff;	
  padding: 10px;
  font-weight: bold;
}

ul.menu li a:hover, ul.menu ul.menu li a:hover {
  background: #000;
}

ul.menu li ul li a, ul.menu ul.menu li ul li a {
  background: #ccc;
  color: #000;
}

ul.menu li ul li a:hover, ul.menu ul.menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
}
ul.menu ul.menu li a:hover {
    border-left: 0;
}

ul.menu a.active, ul.menu ul.menu li a.active, ul.menu a.active:hover, ul.menu ul.menu li a.active:hover {
    text-decoration: underline;
    background: #c00;
}
div.panel {
	border: 1px solid #ff9999;
    padding: 10px;
    margin-top: 1px;
}

ul.menu div.panel a, ul.menu div.panel li a:hover  {
    display :inline;
    color: #666;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: bold;
}
ul.menu div.panel a:hover {
    color: #000;
    text-decoration: underline;
}
	
/* Index Page */
#articlewrap{
width: 100%;
height: auto;
overflow: auto;
margin-top: 30px;
padding-top: 5px;
}

.articles{
	width: 220px;
	margin: 10px;
	height: auto;
	float: left;
}

.articletext{
	width: 220px;
	margin: 10px 0;
	height: auto;
	float: left;
	font-size: 11px;
	line-height: 17px;
}

.articles img{
	box-shadow: 0px 0px 5px RGBA(0,0,0,0.7);
}

/* About Page */
.companyprofile{
	width: 700px;
	margin: 20px 10px;
}

.companyaddress{
	width: 220px;
	margin: 20px 10px;
}

/* Careers Page */
.interestedparties{
	border: 1px solid #ff9999;
	padding: 10px;
	color: #ff9999;
	font-weight: bold;
	margin-bottom: 20px;
}

.careerentry{
	width: 193px;
	height: auto;
	margin: 0 10px;
	padding: 10px;
	box-shadow: 0px 0px 7px RGBA(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 7px RGBA(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 7px RGBA(0,0,0,0.3);
	-o-box-shadow: 0px 0px 7px RGBA(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 7px RGBA(0,0,0,0.3);

}

.careerentry ul{
margin: 0;
padding: 0;
}

.careerentry ul li{
margin: 5px 0 0px 0;
padding: 0 0 5px 5px;
border-bottom: 1px dotted #ccc;
list-style-position: inside;
}	

.jobtitle{
width: 213px;
height: 55px;
padding-top: 25px;
margin: 0 10px 0 10px;
font-family: 'QlassikBoldRegular';
font-size: 21pt;
background: #ffcccc;
color: #330000;
text-align: center;
vertical-align: middle;
text-shadow: 0px 1px 0px #fff;
}


/* Order Page */
.companyaddress hr{
	background: url('images/divider.jpg');
	width: 100%;
	height: 1px;
	border: none;
}

.orderentry{
	width: 160px;
	padding-left: 60px;
	padding-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px dotted #ccc;
}

.contactform{
	width: 460px;
	margin: 20px 10px;
}

.contactform h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}

/* Product Page */
.companyaddress a:hover{
	text-decoration: underline;
}

/* Product Table */
.producttable{
	border-width: 0px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	width: 100%;
}

.producttable td{
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #ccc;
	background-color: white;
}

.companyaddress ul{
	text-indent: 10px;
	list-style: none;
	font-size: 11px;
	}
	
.label{
	background: url('images/productarrow.jpg') no-repeat left 3px;
	font-size: 11px;
	color: #cc0000;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.companyaddress ul ul li{
	text-indent: 20px;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	color: #cc0000;
}

.companyaddress ul ul ul li{
	text-indent: 30px;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
	color: #333;
	font-weight: normal;
}

.breadcrumbwrap{
margin: 0 10px;
height: 10px;
}

.breadcrumbwrap a{
	color: #cc0000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
}

.productimg{
	width: 700px;
	height: 244px;
	margin: 10px;
}

.pricetables{
width: 700px;
margin: 10px;
}

/* Accordion Panel Products*/
.pricetables ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

.pricetables ul.menu a {
  display: block;
  text-decoration: none;	
}

.pricetables ul.menu li {
  margin-top: 1px;
}

.pricetables ul.menu li a, ul.menu ul.menu li a {
  background: #999;
  color: #fff;	
  padding: 5px;
  font-weight: bold;
}

.pricetables ul.menu li a:hover, ul.menu ul.menu li a:hover {
  background: #ccc;
  color: #000;
}

.pricetables ul.menu li ul li a, ul.menu ul.menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

.pricetables ul.menu li ul li a:hover, ul.menu ul.menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}
.pricetables ul.menu ul.menu li a:hover {
    border-left: 0;
    padding-left: 0.5em;
}

.pricetables ul.menu a.active, ul.menu ul.menu li a.active, ul.menu a.active:hover, ul.menu ul.menu li a.active:hover {
    text-decoration: underline;
  background: #999;
  color: #fff;	
}
.pricetables div.panel {
	border: 1px solid #999;
    padding: 0px;
    margin-top: 1px;
}

.pricetables ul.menu div.panel a, ul.menu div.panel li a:hover  {
    display :inline;
    color: #666;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: bold;
}
.pricetables ul.menu div.panel a:hover {
    color: #000;
    text-decoration: underline;
}

/* Contact Form */

.freecontactform {
width: 460px;
font-family: arial;
padding:10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.freecontactformheader {
font-size:18px;
font-weight:bold;
padding-top:10px;
padding-bottom:10px;
text-align:center;
}
.freecontactformmessage {
text-align:center;
padding-bottom:10px;
}
.freecontactform td {
padding:4px;
font-size:12px;
}
.freecontactform p {
padding:4px;
}
.freecontactform label {
padding:4px;
}
.freecontactform label {
padding-right:10px
}
.required {
font-weight:bold;
}
.required_star {
font-weight:bold;
color:#F00;
}
.not-required {
font-weight:normal
}
.antispammessage {
padding:10px;
border-top:1px solid #AAA;
border-bottom:1px solid #AAA;
font-weight:bold 
}
.antispamquestion {
font-weight:normal;
}

.downloadbtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
	background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color:#b8e356;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	padding:2px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #86ae47;
}.downloadbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
	background-color:#a5cc52;
	color: #ffffff;
}.downloadbtn:active {
	position:relative;
	top:1px;
}