
* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #FFFFFF url(images/Background17.jpg) no-repeat -50px -60px;*/
  background: #FFFFFF url(images/Background25.gif) no-repeat fixed center top;
  text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #3a3f40;  
}

h1, h2, h3 {
	color: #AA2808;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #0080ff;
}

a:hover {
	text-decoration: none;
	color: #0080ff;
}

a.tooltip span {
  display:none; 
  padding:2px 9px; 
  margin-left:0px; 
  width:153px;
  text-align: center;
  font-size: 14px;
}

a.tooltip:hover span {
  display:inline; 
  position:absolute;
  margin: 151px -315px;
  border:1px solid #0080ff; 
  background:#ffffff; 
  color:#000000;
}

/*Opera Hack*/
x:-o-prefocus, a.tooltip:hover span {
  display:inline; 
  position:absolute;
  margin: 151px -311px;
  border:1px solid #0080ff; 
  background:#ffffff; 
  color:#000000;
}          
  
/*IE9/10 Hack*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
a.tooltip span {
  display:none; 
  padding:2px 9px; 
  margin-left:0px; 
  width:153px;
  text-align: center;
  font-size: 14px;
}

a.tooltip:hover span {
  display:inline; 
  position:absolute;
  margin: 151px 211px;
  border:1px solid #0080ff; 
  background:#ffffff; 
  color:#000000;
}

}



a img {
  border: none;
}

/* Product Pages*/
#Product ul,li,ol {
  text-align: left;
  margin: 0px;
	padding: 0px;
	list-style: disc;
}

#Product li {
  color: #0080ff; 
  font-size: 11px;
  margin: 5px 35px;
}


/* Wrapper */

#wrapper {
  background: url(images/img01.jpg) repeat-x left 5px;
  height:245px;
  margin: 5px auto;
  -moz-border-radius:7px; /* Firefox */
  -webkit-border-radius:7px; /* Safari, Chrome */
  -khtml-border-radius:7px; /* Konqueror */
  border-radius:7px; /* CSS3 */
}

/* Header */

#header {
	width: 920px;
	height: 240px;
	margin: -13px auto;
}

/* Logo */

#logo {
	float: left;
	width: 270px;
	height: 76px;
	margin: 10px -30px;
	padding: 0px 0px 0px 10px;
}

#logo h1 {
	margin: 0;
	padding: 0;
	letter-spacing: 2px;
  /*text-transform: ;*/
	font: normal 24px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	text-align: left;
  margin: -70px 0 0 300px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	font-weight: normal;
	color: #D9170E;
}

#logo h3 {
	margin: 50px 30px 0 0px;
	padding: 0;
	/*text-transform: lowercase;*/
	font: normal 24px Georgia, "Times New Roman", Times, serif;
}


#logo h2 a {
	color: black;
}

#logo a {
	text-decoration: none;
	color: #D9170E;
}

/*Topbar*/

#topbar {
  margin: 15px 0px -20px -195px;
  text-align: justify;
  text-decoration: none;
  color: #98989a;
}

#topbar a {
  /*text-transform:lowercase;*/
  text-decoration: none;
  color: #98989a;
}


/* Menubar */

#menubar {
  margin-left: -30px;
  width: 730px;
  background: url(images/menubar11.png) no-repeat 0px 175px;
  padding: 125px;
}


/* Menu */

#menu {
	margin: -35px -95px;
  width: 980px;
	height: 100px;
  list-style: none;
}

#menu ul {
	margin: 37px;
	padding: 45px 15px 0px 15px;
	list-style: none;
  text-align:center;
  line-height: normal;
	margin-left: -30px;
}

#menu li {
  letter-spacing: 1px;
	display: inline;
	text-align: center;
  list-style: none;
  position: relative;
  float: left;
  width: 115px;
  margin: 0 0px 0 10px;
}

#menu a {
    float: left;
    height: 30px;
    text-align: center;
    padding: 10px 25px 0 25px; 
  	text-decoration: none;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 15px;
    position: relative;
    z-index: 0;
    list-style: none;
    letter-spacing: 1px;
    color: #6d6d6d;
    font-weight: bold;
    -moz-border-radius:7px; /* Firefox */
    -webkit-border-radius:7px; /* Safari, Chrome */
    -khtml-border-radius:7px; /* Konqueror */
    border-radius:7px; /* CSS3 */
    behavior: url(pie/PIE.htc);
}


#menu a:hover{
        background: url(images/Menubar_hover.png);
        color: #0080ff;
        margin-top: 2px;
        text-align: center;
        list-style: none;
        font-weight: bold;
        -moz-border-radius:7px; /* Firefox */
        -webkit-border-radius:7px; /* Safari, Chrome */
        -khtml-border-radius:7px; /* Konqueror */
        border-radius:7px; /* CSS3 */
        behavior: url(pie/PIE.htc);
}

#menu .active a {
	      background: url(images/menubar_active1.png);
        margin-top: 2px;
        list-style: none;
        text-align: center;
        color: #0080ff;
        float: left;
        -moz-border-radius:7px; /* Firefox */
        -webkit-border-radius:7px; /* Safari, Chrome */
        -khtml-border-radius:7px; /* Konqueror */
        border-radius:7px; /* CSS3 */
        behavior: url(pie/PIE.htc);
}


#menu ul ul {
        position: absolute;
        display: none;
        list-style: none;
        padding-top: 15px;
        
} 

#menu ul li ul li a {
 	      background: url(images/menubar_active1.png);
        font-weight: normal;
        color: #6d6d6d;
        list-style: none;
        -moz-border-radius:7px; /* Firefox */
        -webkit-border-radius:7px; /* Safari, Chrome */
        -khtml-border-radius:7px; /* Konqueror */
        border-radius:7px; /* CSS3 */ 
        behavior: url(pie/PIE.htc);    
        font-size: 12px;
        width: 300px;
        height:26px;
        margin: -3px -70px;
        padding: 10px 0px 0px 0px; 
}

#menu ul li ul li a:hover {
        background: #FFFFFF url(images/Menubar_hover.png);/        
        color: #0080ff;
        margin-top:-3px;
        text-align: center;
        list-style: none;
        font-weight: bold;
        -moz-border-radius:7px; /* Firefox */
        -webkit-border-radius:7px; /* Safari, Chrome */
        -khtml-border-radius:7px; /* Konqueror */
        border-radius:7px; /* CSS3 */
        behavior: url(pie/PIE.htc);
}

#menu ul li:hover ul {
        display: block;
        list-style: none;
        font-weight: normal;
} 

/* Search */

#search {
	float: right;
  margin: 10px 0px 0 50px;
  padding: 0px 0px 0px 0px;
}

#search form {
	margin: 0 0 0 0 0;
	padding: 0;
}

#search fieldset {
	margin: 0 -30px 0 0px;
	padding: 0;
	border: none;
}

#search input {
	margin: 0px -10px;
  float: left;
	font: 11px Tahoma, Geneva, sans-serif;
	padding: 2px 2px;
}

#search-text {
	width: 100px;
	border: 1px solid #000000;
	color: #000000;
}

#search-submit {
	height: 15px;
	margin-left: 5px;
	padding: 0px 2px;
	border: none;
	background: #0080ff;
	color: #FFFFFF;
}

/* Page */

#page {
  background: #FFFFFF url(images/Background_Page.png) repeat-y 0px 0px;
	width: 980px;
	min-height: 1080px;
  margin: -27px auto;
  padding: 0;
  -moz-border-radius:7px; /* Firefox */
  -webkit-border-radius:7px; /* Safari, Chrome */
  -khtml-border-radius:7px; /* Konqueror */
  border-radius:7px; /* CSS3 */
}

/* Content */

#content_pic {
	float: left;
	width: 675px;
}

#content {
  min-height: 1080px;
  margin: 10px 0px;
  padding: 0px 17px;
  float: left;
	width: 675px;
}
.post {
	background: url(images/img05_body.jpg) repeat-y left top;
  margin:-5px 0px;
}

.post-bgtop {
	background: url(images/img04_body.jpg) no-repeat left top;
}

.post-bgbtm {
	background: url(images/img06_body.jpg) no-repeat left bottom;
	padding: 50px 40px 30px 40px;
}

.VV {
}

.VV .post {
	background: url(images/img05_body_VV.jpg) repeat-y left top;
  margin:-5px 0px;
}

.VV .post-bgtop {
	background: url(images/img04_body_VV.jpg) no-repeat 1px top;
}

.VV .post-bgbtm {
	background: url(images/img06_body_VV.jpg) no-repeat 1px bottom;
	padding: 50px 40px 30px 40px;
}

.FK {
}

.FK .post {
	background: url(images/img05_body_FK.jpg) repeat-y left top;
  margin:-5px 0px;
}

.FK .post-bgtop {
	background: url(images/img04_body_FK.jpg) no-repeat 1px top;
}

.FK .post-bgbtm {
	background: url(images/img06_body_FK.jpg) no-repeat 1px bottom;
	padding: 50px 40px 30px 40px;
}

.DL {
}

.DL .post {
	background: url(images/img05_body_DL.jpg) repeat-y left top;
  margin:-5px 0px;
}

.DL .post-bgtop {
	background: url(images/img04_body_DL.jpg) no-repeat 1px top;
}

.DL .post-bgbtm {
	background: url(images/img06_body_DL.jpg) no-repeat 1px bottom;
	padding: 50px 40px 30px 40px;
}

.FIS .post {
	background: url(images/img05_body_FIS.jpg) repeat-y left top;
  margin:-5px 0px;
}

.FIS .post-bgtop {
	background: url(images/img04_body_FIS.jpg) no-repeat 1px top;
}

.FIS .post-bgbtm {
	background: url(images/img06_body_FIS.jpg) no-repeat 1px bottom;
	padding: 50px 40px 30px 40px;
}

.post .title {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	color: #232F01;
}

.post .title a {
	letter-spacing: 0px;
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #3A3D40;
}

.dsh {
	display: block !important;
	line-height: 1.2em !important; 
	text-align: left !important;
	letter-spacing: 0px;
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.06em !important; 
	color: #3A3D40;	
	
	margin-bottom: 0.4em; !important;
}

.post .utitle a {
	letter-spacing: 0px;
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 21px;
	color: #3A3D40;
}

.post .entry {
        line-height: 1.75;
        
}

.post img {
	float: left;
	padding: 15px 0px;
}

.post .meta {
}

.post .more {
	display: block;
	width: 115px;
	height: 32px;
	padding: 0px 0px 0px 0px;
	background: url(images/img12.jpg) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.post .byline {
	font-size: 11px;
	font-style: italic;
}


.post .title {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	color: #232F01;
}

.post .title a {
	letter-spacing: 0px;
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #3A3D40;
}

.post .utitle a {
	letter-spacing: 0px;
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 21px;
	color: #3A3D40;
}

.post2 {
  margin:-5px 0px;
}

.post2 .entry {
        line-height: 1.75;
}

.post2 img {
	float: left;
	padding: 15px 0px;
}

.post2 .meta {
}

.post2 .more {
	display: block;
	width: 115px;
	height: 32px;
	padding: 0px 0px 0px 0px;
	background: url(images/img12.jpg) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.post2 .byline {
	font-size: 11px;
	font-style: italic;
}

.post2 .title {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	color: #232F01;
}

.post2 .title a {
	letter-spacing: 0px;
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #3A3D40;
}

.post2 .utitle a {
	letter-spacing: 0px;
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 21px;
	color: #3A3D40;
}

#content h3{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #3A3D40;
  font-size:17px;
}

/* Sidebar */

#sidebar {
  margin: -77px;
  margin-right: 1px;
  float: right;
	width: 270px;
	background: url(images/img08.jpg) repeat-y left top;
        font-size: 11px;
}

#sidebar-bgtop {
	background: url(images/img07.jpg) no-repeat left top;

}

#sidebar-bgbtm {
	background: url(images/img09.jpg) no-repeat left bottom;
	padding: 40px 20px 20px 40px;
}

#sidebar ul {
	margin: 0 ;
	padding: 0 0px;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
  list-style: none;
}

#sidebar li ul {
  list-style: none;
	text-align: left;
  margin: 0px 0px;
	padding: 0px 0px 40px 0px;
}

#sidebar li li {
  list-style: none;
	width:180px;
  padding: 7px 0px 0px 0px;
	border: none;
	background: url(images/img10.jpg) repeat-x left bottom;
	font-family: Tahoma, Geneva, sans-serif;
}

#sidebar .active a {
  color: #0080ff;
}
#sidebar li li a {
	list-style: none;
  background: url(images/img11.jpg) no-repeat left 3px;
	padding-left: 20px;
  
}

#sidebar li li a:hover p{
  list-style: none;
  text-decoration: underline;
}


#sidebar ul ul, #sidebar ul li:hover ul {display: block;}

#sidebar ul li:hover ul, #menu ul ul li:hover ul {display: block;} 

#sidebar h2 {
	margin: 0px 0px;
	padding: 0px 0px 20px 0px;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: normal;
	color: #0080ff;
}

#sidebar h3 {
	font-size: 77%;
	color: #454E55;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #000000;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #000000;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #363636;
}

/*Login*/

#login {
  margin: 5px 0px;
  margin-right: 0px;
  padding: 0 0 75px 0px;
  float: right;
	width: 270px;
	background: url(images/img08.jpg) repeat-y left top;
  font-size: 11px;
}

#login-bgtop {
	background: url(images/img07.jpg) no-repeat left top;

}

#login-bgbtm {
	background: url(images/img09.jpg) no-repeat left bottom;
	padding: 40px 20px 20px 40px;
}

#login ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#login li {
	list-style: none;
  margin-bottom: 1px;
}

#login li ul {
	text-align: left;
  margin: 0px;
	padding: 0px 0px 40px 0px;
}

#login li li {
  margin: 0;
	padding: 7px 0px;
	border: none;
	
	font-family: Tahoma, Geneva, sans-serif;
}

#login li li a {
	background: url(images/img11.jpg) no-repeat left 3px;
	padding-left: 20px;
  
}

#login h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: normal;
	color: #0080ff;
}

#login h3 {
	font-size: 77%;
	color: #454E55;
}

#login p {
	margin: 0;
  width: 180px; 
	line-height: normal;
	color: #000000;
}

#login a {
	border: none;
	text-decoration: none;
	color: #000000;
}

#login a:hover {
	text-decoration: underline;
	color: #363636;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer-wrapper {
	background: #F7F7F7 url(images/img03.jpg) repeat-x left top;
	margin: 0 auto;
  padding: 20px 0px;
  width: 980px;
  height: 50px;
}

#footer {
	width: 980px;
	margin: 0 auto;
	color: #757E82;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
}

#footer a {
	text-decoration: underline;
	color: #3a3f40;
}

#footer a:hover {
	text-decoration: none;
	color: #0080ff;
}
#gallery {
    		background-color: #FFFFFF;
    		padding: 10px;
    		width: 520px;
    	}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
margin-left:30px;
width: 100%;
height: 30%;
}
#gallery ul a:hover img {
border: none;
color: #fff;
}
#gallery ul a:hover { color: #fff; }
