/* ----------------------------------------------------------

	Site:		[x]
	Type:		Main CSS

	Author: 	[x]
------------------------------------------------------------- */

/* @group common */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

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

ul{
    list-style:none;
}



img,
fieldset {
	border: 0;
}

q:before,
q:after {
	content: "";
}

pre {
	overflow: auto;
	color: red;
	background: lightyellow;
	border: 1px dotted red;
	padding: 5px;
}

body {
	background: #797979; 
    font-family:Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
}

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

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

h3{
    color:#797979;
    margin-bottom:10px;
    font-size:20px;
}

h2{
    color:#0051EF;
    font-size:22px;
    margin-top:32px;
}

h6{
    font-size:10px;
    color:#999;
    font-weight:normal;
}

/* @end common */

/* @group common-classes */

.clr:after,
.colwrp:after,
#container:after,
#header:after,
#content:after,
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.hidden {
    display:none;
}

.fir {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.noborder {
	border: 0 !important;
}

.clr{
    clear:both;
    margin-bottom:40px;
}

.col2{
    width:500px;
    padding-left:40px;
}
.col2 h3{
	margin:0;
	margin-bottom:20px;
}

.col2 p{
	line-height:24px;
}
.col1{
    width:320px;
    position:relative;
}

.txtSmall{
    font-size:11px;
    color:#666;
    line-height:17px;
    margin-top:-12px;
}

/* @end common-classes */

/* @group layout */

#container {
	width: 940px;	
	margin: 0 auto;
    background:#fff;
}

#header {	
    padding:20px;
    position:relative;
}


#content {	
    padding:40px;
}

#barcode{
    position:fixed;
    left:10px;
    top:10px
}

#mainmenu{
    background:#0051EF;
    padding-left:10px;
}

#mainmenu ul{
    list-style:none;
    
}
#mainmenu li{
    display:block;
    float:left;
}

#mainmenu li a{
    padding:6px 40px;
    display:block;
    color:#fff;
    border-right:1px solid #ddd;
}

#mainmenu li .active{
    background:url('../imgs/nav.png') no-repeat center bottom;
}

#mainmenu .clr{
     margin:0;
}

.feedback{
    list-style:none;
    color:#666;
}

.feedback li {
    display:block;
    margin-bottom:10px;
}

.feedback li span{
    font-weight:bold;
    color:#333;
}

.featuredbtn{
    padding:5px 20px;
    background:#FF910F;
    border:1px solid #ccc;
    color:#fff;
}

.featuredbtn:hover{
    background:#CC910F;
    text-decoration:none;
    color:#fff;
}