@charset "utf-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
		
}

.submit {
  padding:7px;
}


body { font-family:Arial, Helvetica, sans-serif; color:#575141; background:#fff; font-size:12px;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clr {clear:both;}

.lefttube { float:left;}
.righttube { float:right;}

ul { margin:0; padding:0;}

h1 { font-size:16px; color:#A60A37;  margin:20px 0 10px 15px; text-transform:uppercase;}
h2 { font-size:14px; color:#bb4410; margin:0 0 15px 0; font-weight:bold; letter-spacing:-1px;}
h3 { font-size:17px; color:#4d5f75; margin:3px 0 14px 0; }
h4 { font-size:13px; color:#BB4410; margin:3px 0 14px 0; padding:0; }


p { margin:0  0 10px 0 ; line-height:18px; font-size:13px; color:#000;font-family: Georgia; text-align:justify;}

#maincontainer { width:940px; margin:auto; }

#topcontainer{ width:940px; height:119px; }

#barcode { float:left; width:280px; height:119px; background:url(/images/barcode-bg.gif) repeat-y;}

#barcode-text { width:256px; height:27px; margin:92px 0 0 12px; border:0px;}

#logo { float:right; width:618px; height:75px; margin:10px 16px 0 0;}

#logo img{ border:0px;}

#topmenu{ height:27px; float:right; }

#topmenu ul { width:660px; margin:auto; padding-top:7px;}

#topmenu li {
float:left;
list-style-type:none;
/*line-height:15px;*/
padding-right:6px;
padding-left:0px;
color:#595959;
font-size:16px;
}
#topmenu img{ border:0px;}
#topmenu a {
 color:#595959; text-decoration:none;
}

#topmenu a:hover {
 color:#ffffff; text-decoration:none;
}

#topmenu .selected a{ color:#fff;}

#banner{ width:940px; margin-top:12px; height:316px;}

#sidemenu{ width:195px; float:left; margin-top:35px; /* padding:0px 6px;*/}
#sidemenu ul {
margin:0px;
float:none;
padding-left:0px;
}

#sidemenu li {
  margin:0px;
  float:none;
  list-style:none;
  padding:0px 0 2px 37px;
  line-height:22px;
  font-family: Verdana;
  font-size:13px;
  color:#cd5d31;
  text-align:left;
  border-bottom:1px solid #fff;
}

#sidemenu a {
  color:#cd5d31;
  text-decoration:none;
}

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

#midcontainer { width:940px; background:#EFF1F0; padding-bottom:30px;}

#contentsection { padding:0px; width:660px; margin:35px 40px 0 0; float:right; background:url(/images/arrow.gif) no-repeat left top;}

#textcontainer { padding:0px; width:600px; float:right; clear:both; margin:0px;}

.firstline{
font-family: Georgia;
font-size:17px;
font-weight: bold;
line-height: 20px;
color: #000000;
text-align:left;
}

.firstpara{
font-family: Georgia;
font-size:16px;
line-height: 20px;
color: #000000;
text-align: left;
}

.secondpara {
font-family: Georgia;
font-size:14px;
line-height: 18px;
color: #000000;
text-align: left;
}

.contentul {
  font-family: Georgia;
  font-size:14px;
  line-height: 18px;
  color: #000000;
  margin-left:13px;
  padding-left:13px;
  margin-top:8px;
  margin-bottom:10px;
}

div.subDiv {
  margin: 5px 0px 0px 40px;
}


#copyright{
font-family: Verdana;
font-size:9px;
color: #000000;
text-align: right;
padding:5px 0;
}

.framePic {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 10px;
    border-width: 1px;
    padding:3px;
   	border-style: solid;
	border-color: #ccc #aaa #aaa #ccc;
}

/************************** Image Gallery ****************************/


html body .galleryImageBorder,
html body a .galleryImageBorder {
	border-style: solid;
	border-color: #ccc #aaa #aaa #ccc;
	}

html body .galleryImageBorderBlack, /* for standalone image options */
html body a .galleryImageBorderBlack {
	border-style: solid;
	border-color: #000;
	}

.imageGallery { /* fix for when inside overflow:auto, columns would be incorrect */
	width: 100%;
	}

/* required to make new image galleries work in blogs in IE */
.blog-body {
	width: 100%;
	}
#blog-content .imageGallery {
	width: 101%;
	}
A:link    { color: #545454;	text-decoration: underline;}
A:active  { color: #545454;	text-decoration: underline;}
A:visited {	color: #545454;	text-decoration: underline;}
A:hover   { color: #860189; text-decoration: underline;}

A.grey:link    { color: #666666;	text-decoration: underline;}
A.grey:active  { color: #666666;	text-decoration: underline;}
A.grey:visited { color: #666666;	text-decoration: underline;}
A.grey:hover   { color: #666666; text-decoration: underline;}

A.blk:link    { color: #333333;	text-decoration: underline;}
A.blk:active  { color: #333333;	text-decoration: underline;}
A.blk:visited { color: #333333;	text-decoration: underline;}
A.blk:hover   { color: #333333; text-decoration: underline;}

A.foot:link    { color: #ffffff;	text-decoration: underline;}
A.foot:active  { color: #ffffff;	text-decoration: underline;}
A.foot:visited { color: #ffffff;	text-decoration: underline;}
A.foot:hover   { color: #ffffff; text-decoration: underline;}