/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset,img {  
	border: 0; 
} 

html {
	height: 100%;
	margin-bottom: 1px;
}
	
p {
	margin: 1em 0;
}

a:link, a:visited {
	color: #e15000;
	text-decoration: none;
}

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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}

body.red a:link, body.red a:visited { color: #dc3200; }
body.red a:hover { color: #ff0000; }
body.blue a:link, body.blue a:visited { color: #005ab4; }
body.blue a:hover { color: #00aaff; }
body.yellow a:link, body.yellow a:visited { color: #ff6400; }
body.yellow a:hover { color: #ffa000; }
body.magenta a:link, body.magenta a:visited { color: #aa00aa; }
body.magenta a:hover { color: #cc00cc; }

body.width-thin div.wrapper { width: 780px; }
body.width-wide div.wrapper { width: 960px; }
body.width-fluid div.wrapper { width: 90%; }

ul {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 15px;
}

blockquote {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	background: url(../images/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}

pre {
	margin: 2px 0px 2px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #969696;
	border-left: 20px solid #969696;
	background: #f0f0f0;
	font-size: 90%;
	color: #646464;
	/* Browser specific (not valid) styles to make preformatted text wrap */
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
}

h1 {
	font-size: 300%;
	font-weight: normal;
	color: #000000;
}

h2 {
	font-size: 250%;
	color: #b4b4b4;
}

h3 {
	font-size: 200%;
}

h4 {
	font-size: 175%;
	font-weight: normal;
	color: #000000;
}

h5 {
	font-size: 150%;
	color: #787878;
}

h6 {
	font-size: 125%;
	color: #000000;
}

/* set body font size (styleswitcher) */
body.font-small {
	font-size: 11px;
}

body.font-medium {
	font-size: 12px;
}

body.font-large {
	font-size: 13px;
}
/* Style ID's */
#page {
	background-color: #fff;
}
#googlemap { border:none; height:480px;width:640px;
}
#rForm { width:275px;height:650px; border:none; overflow-x:hidden; overflow-y:scroll
}
#fForm { width:662px;height:760px; border:none; overflow:visible;
}

div#page-header {
	background: #000 url(../images/pr4_bg_grey.png) 0 103% repeat-x;
	position:fixed;width:100%;
	z-index:98
}


div#header {
	background-color: transparent;
	position: relative;
	width: 960px;
	height: 180px;
	margin: 0px 20px 0px 20px;
}
div#header a:link,  div#header a:visited {
color:#b4b4b4;
}
div#header a:hover {
color:#dc3200;
text-decoration:none;
}
div#header h3 {
	font-size: 200%;
	color: #b4b4b4;
	display:inline;
	z-index:3;
}
span#logo, img#logo {
	position: absolute;
	top: 28px;	left: 0px;
	width: 256px;
	height: 93px;
	/* width: 205px;
	height:74px; */
	border: 0;
	z-index:1;
}
span#pno {
	color:#d80000;
	font-weight:bolder;
	vertical-align:top;
}
div#menu {
	position: absolute;
	top: 130px;
	left: 0px;
	height: 50px;
}

div#page-body {
	background: url(../images/bg1.png) 0 0 ;
	padding-top:200px;
}

div#middle {
	width: auto;
	padding: 10px 0px 0px 0px;
	clear: both;
}

div#middle .background {

	min-height: 140px;
	padding: 0px 20px 0px 20px;
	padding-top: 0;
	overflow: hidden;
}

div#left {
	width: 220px;
	padding: 0px 0px 0px 0px;
}
#left img { max-width:200px;}

div#middle .layoutleft div#left {
	float: left;
}

div#middle .layoutright div#left {
	float: right;
}

div#middle .layoutleft div#left .container {
	padding: 0px 0px 0px 20px;
}

div#middle .layoutright div#left .container {
	padding: 0px 0px 0px 0px;
}

div#main {
	width: auto;
		background-color:#fff;
}

div#middle .layoutleft div#main {
	margin: 0px 0px 0px 220px;
	padding: 0px 0px 0px 0px;
}

div#middle .layoutright div#main {
	margin: 0px 220px 0px 0px;
	padding: 0px 10px 0px 0px;
}

div#middle .withoutleft div#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#mainmiddle {
	margin: 0px 0px 10px 0px;
}

div#main .withright {
	background: transparent;
}

div#main .withoutright {
	background: transparent;
}

div#right {
	width: 250px;
	padding: 0px 0px 0px 0px;
	float: right;
}
	
div#content {
	width: auto;
	font-size:14px;
}
#manufs {
	position:relative;
	height:150px;
	overflow:hidden;
	
}
div#manufs img {
	max-width:200px; 
	bottom:0;margin:auto;
	padding-left:25px;


}
#scrools {
	position:relative;
	height:140px;
	width:1530px;
	
}
#Bscrools {
	position:relative;
	height:140px;
	width:3300px;
	
}
div#main .withright div#content {
	margin: 0px 190px 0px 0px;
	padding: 0px 10px 0px 0px;
}

div#main .withoutright div#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#page-footer {
	min-height: 50px;
	padding: 40px 0px 100px 0px;
}

div#page-footer {
	background: #000 url(../images/page_bg_footer.png) 50% 0 repeat-x;
}

body.blue div#page-footer {
	background: #000000 url(../images/page_bg_footer_cyan.png) 50% 0 repeat-x;
}

body.yellow div#page-footer {
	background: #000000 url(../images/page_bg_footer_yellow.png) 50% 0 repeat-x;
}

body.magenta div#page-footer {
	background: #000000 url(../images/page_bg_footer_magenta.png) 50% 0 repeat-x;
}

div#footer {

	text-align: center;
	color: #ffffff;
}
#footer img {
	width:980px; height:560px; border:none;
}

/* menu */
div#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

div#menu li {
	float: left;
	display: block;
	margin: 0px 2px 0px 0px;
}

div#menu li a {
	float: left;
	display: block;
	height: 35px;
	padding: 0px 20px 0px 20px;
	background-attachment:fixed;
	line-height: 28px;
	overflow: hidden;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
		 -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

div#menu a:link, div#menu a:visited {
	color: #fff;
}

div#menu li a:hover {
	color: #f00;
	background-position: 0 20px !important;
}

div#menu li.item2 a {
	background: url(../images/menu_item_blue.png) 0 29px no-repeat;
}

div#menu li.item3 a {
	background: url(../images/menu_item_yellow.png) 0 29px no-repeat;
}

div#menu li.item4 a {
	background: url(../images/menu_item_magenta.png) 0 29px no-repeat;
}

div#menu li.active {
	position: relative;
	z-index: 3;
	margin: 0px 2px 0px 0px;
	
}

div#menu li.active a {
		background-position: 0 20px !important;
	color: #888;

}

#overDiv {
	line-height: 50%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

/* Classes */

div.wrapper, .centre {
	margin: 0 auto;
}

.small {
	font-size: 95%;
	font-style: italic;
	color: #969696;
}

.article_separator {

	width:70%;
	background-color:#555;
}
.rounded {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
.shadow {
	-webkit-box-shadow: -2px 0px 5px 0px rgba(200,200,200,1);
	-moz-box-shadow: -2px 0px 5px 0px rgba(200,200,200,1);
	box-shadow: -2px 0px 5px 0px rgba(200,200,200,1);
}

/* clearing & floating */

.clr	{ clear:both; }
.clearingfix { display: block; }

.floatbox { padding:5px;overflow: hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width20 { width: 19.999%; }
.width25 { width: 24.999%; }
.width33 { width: 33.333%; }
.width50 { width: 49.999%; }
.width66 { width: 66.666%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }
/* end */
