/* CSS RESET =============================================== */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal;}
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:'';}
abbr,acronym { border:0;}



/* GLOBAL CSS =============================================== */
html{
width:100%;
height:100%;
margin:0;
padding:0;
}

body {
	width:100%;
	height:100%;
	background: #d7dce2 url(../images/bg_main.jpg) repeat-x;
	background-position: top center;
	font-family: Arial, Verdana, san-serif;
	font-size: 14px;
	line-height: 22px;
	color: #1d3456;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #575c65;
	text-decoration: none;
}
a:hover {
	color: #1d3152;
	text-decoration: none;
}



/* TEXTSTYLE CSS downwards =============================================== */
.footerText1 {
	color: #1d355b;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.footerText1 a:link, .footerText1 a:active, .footerText1 a:visited {
	color: #1d355b;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.footerText1 a:hover {
	color: #d7dce2;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.headBig {
	color: #1d3456;
	font-family: Arial, sans-serif;
	font-size: 30px;
}

.textStyle3 {
	color: #646464;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.listStyle {
	list-style: none;
	padding-left: 23px;
	line-height: 15px;
}

.divPad {
	padding: 9px 0px 8px 0px;
}
	
/* TEXTSTYLE CSS upwards =============================================== */



#wrapper {
	/*background: url(../images/bg_strip.png) repeat-y;*/
	width: 1000px;
	margin: auto;
}



/* DIV CONTENT =============================================== */
#header {
	width: 980px;
	padding-right: 20px;
	float: left;
}


#contentMAIN {
	background: url(../images/bg_content.jpg) no-repeat;
	width: 1000px;
	float: left;
}

#contentTEXT {
	width: 959px;
	padding: 0px 21px 0px 20px;
	float: left;
	
}

.products {
	background: #fff url(../images/bg_content2.jpg) no-repeat;
	width: 959px;
	margin-bottom: 15px;
	float:left;
}

.other {
	background: #fff url(../images/bg_content2.jpg) no-repeat;
	padding: 140px 80px 30px 80px;
	margin-bottom: 15px;
	float: left;
}

#Ptext {
	width: 310px;
	padding: 140px 0px 15px 80px;
	float:left;
}

#Ptext ul{
margin:0;
padding-left:15px;}




#Pimages {
	width: 268px;
	padding: 90px 0px 15px 40px;
	float: left;
}

#sidebar {
	background: url(../images/bg_sidebar.jpg) repeat-y;
	width: 259px;
	float: right;
}

#menu {
	background: url(../images/bg_nav.jpg) no-repeat;
	width: 1000px;
	float: left;
}

table.gallery{
background:#ffffff;}

table.gallery tr td{
background:#1d3152;
height:106px;
width:106px;
padding:0;
}

table.gallery td a img{

height:106px;
width:106px;
padding:0;}


/*  
Sticky Footer Solution ==========================================================*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 50px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top:-50px; /* negative value of footer height */
	height: 32px;
	padding-top: 18px;
	clear:both;
	background-color:#b4bcc6;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*===============================================================================*/

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity:1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity:0.7;
}

.rightmenus{
padding-left:23px;}

.rightmenus a:link, .rightmenus a:visited{
	line-height: 35px;
	height: 35px;
	display:block;
	width:200px;
	border-top:1px solid #ffffff;
}

.rightmenus a:hover{
color:#000000;
}
