@import "960-css/960.css";

/* TABLE OF CONTENTS
//////////////////////

-	Browser Reset Styles
-	General Styles
-	Link Styles
-	Text Styles
-	Layout Styles
-	Header Styles
-	Navigation Styles
-	Content Styles
-	Sidebar Styles
-	Bucket Styles
-	Footer Styles
-   Misc. Styles

//////////////////////
*/

/* Browser Reset Styles */

html, body, div, span, applet, 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}

/* General Styles */

body {
	background: #666 url(images/bg.gif) repeat-x;
	font:13px/1.5 Arial, sans-serif;
	color: #333;
}

img, div, h1, h2, h3, h4, h5, h6, span, p { 
	behavior: url(iepngfix.htc);  
}


/* Link Styles */

a {
	color: #d95204;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #000;
}


/* Text Styles */

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}

h1 {
	font-size:25px
}
h2 {
	font-size:23px
}
h3 {
	font-size:21px
}
h4 {
	font-size:19px;
	
}
h5 {
	font-size:17px
}
h6 {
	font-size:15px
}
ol {
	list-style:decimal
}
ul {
	list-style:square
}
li {
	margin-left:30px
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom:20px
}

/* Layout Styles */


/* Header Styles */

#header {
	height: 105px;
	float:left;
	width:960px;
	position: relative;
	
}

#header h1 {
	position: relative;
	float: left;
	width: 305px;
	height: 100px;
	/*background: url(images/logo.gif) top center no-repeat;*/
	margin-top: 10px;
	z-index: 1;
}

#header h1 span {display:none;}

#header h1 a.logo {
	width: 305px;
	height: 100px;
	display: block;
}

#header #addy {
	text-align: right;
	position: absolute;
	right: 40px;
	top: 47px;
}

#header #addy p {
	line-height: 17px;
	font-size: 12px;
}
#header_iso{
	float: right;
	padding: 5px 200px 0px 0px;
}

/* Navigation Styles */

#nav {
	float:right;
	width:580px;
	margin-right: 60px;
}

#nav ul {
	float: left;
	width:580px;
	background-color: #d95204;
	height: 35px;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-top: none;
}

#nav ul li {
	float:left;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 18px;
}

#nav ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding:0px;margin:0px;
}

#nav ul li a:hover {
	color: #f28907;
}
#nav ul li a.current {
 color:#f28907;	
}

/* Content Styles */

#flash {
	height: 140px;
	width: 940px;
	margin-top: 19px;
	margin-bottom: 10px;
/*	background: url(images/header.jpg) top center no-repeat; */
}

#rotation {
	float:left;
	width: 940px; 
	height: 140px; 
	padding: 0; 
	margin: 19px 0px 10px 0px;
	position: relative;
	overflow: hidden;
	background: transparent url(images/slider-bg.jpg) top left no-repeat;
}

#slider {
	width:920px;
	height:140px;
	margin-left:8px;
	float:left;
}

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:920px;
	height:140px;
	overflow:hidden;
}

#slider li img {
	 float:left;
	 margin-right:20px;
	 margin-left:10px;
}
#slider h5 {
 margin:0px;
 padding:0px;	
 font-style:italic;
 font-size:18px;
 color:#333;
}

#slider li h2 a {
	color: #336699;
	font-size: 28px;
	font-family: Georgia;
	text-decoration: none;
	margin-left:10px;
	line-height:100%;
}

#slider li p {
	color: #000;
	font-size: 14px;
	padding-right: 20px;
	margin-top: -10px;
	margin-left:20px;
}

#slider li p.slider-more {
	float: right;
	padding-top:0px;
	padding-right: 40px;
	margin-top: -30px;
}

#prevBtn, #nextBtn{ 
	display:block;
	width:56px;
	height:56px;
	position:absolute;
	left:12px;
	top:100px;
}
	
#nextBtn{ 
	left:640px;
}

#prevBtn a, #nextBtn a{  
	display:block;
	width:56px;
	height:56px;
	background: url(images/btn-prev.gif) no-repeat 0 0;	
}

#nextBtn a{ 
	background: url(images/btn-next.gif) no-repeat 0 0;	
}


#content {
	background: #fff url(images/content-bg.gif) top center no-repeat;
}

#content_inner {
	background: #fff url(images/content-bg.gif) top center no-repeat;
	margin-top: 19px;
	margin-bottom: 10px;
}

#main {
	padding: 10px 20px 0px 20px;
}

#main h3, #main_inner h3{
	color: #d95204;
	margin-bottom: 0px;
}

#main h3 a {
	text-decoration:none;
}

#main p, #main_inner p {
	margin-bottom: 10px;
}

#main_inner {
	padding: 10px 30px 0px 30px;
	margin-left: -20px;
	margin-right: -30px;
	width: 660px;
}

#main_inner h4 {
	font-size: 15px;
	margin-bottom: 5px;
}

#main_inner ul {
	list-style-type: disc;
	margin-left: 10px;
}

#main_inner dt {
	font-size: 16px;
	font-weight: bold;
}

#main_inner dd {
	margin-left: 25px;
}

.gallery_span {
	float: right;
	margin-bottom: 5px;
}

.gallery_span img {
	padding: 3px;
	border: 1px solid #ccc;
}
.gallery_span h5 {
color:#df5a02;
margin:0px 0px 0px 10px;
padding:0px;	
}

#content_end {
	background: #666 url(images/content-bottom-bg.gif) center -8px no-repeat;
	padding-top: 21px;
	margin-top: -12px;
}



/* Sidebar Styles */

#sidebar {
	padding: 10px 0px 0px 0px;
	margin-left: 20px;
	
}

#sidebar h3 {
	color: #000;
	margin-bottom: 0px;
	border-bottom: 1px solid #000;
}

#sidebar ul {
	margin-bottom: 20px;
	width:200px;
}

#sidebar li {
	list-style-type: none;
	background: url(images/bull.gif) no-repeat;
	margin: 0;
	padding: 8px 0;
	width:200px;
}

#sidebar li a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 5px 5px 25px;
	display:block;
}

#sidebar li a:hover {
	text-decoration: none;
	padding: 0px 5px 5px 25px;
	color:#666;
}
#sidebar li a.isit {
	color:#666;
}

/* Bucket Styles */

#buck-span {
	background: #666 url(images/content-bottom-bg.gif) center -8px no-repeat;
	padding-top: 30px;
	margin-top: -12px;
}

#buck-span div.buck {
	background: #fff url(images/buck-bottom-bg.gif) bottom center no-repeat;
	margin: 2px 6px 0px 6px;
	display:inline;
}

#buck-span div.buck h4 {
	background: #fff url(images/buck-bg.gif) top center no-repeat;
	text-align: center;
	line-height:100%;
	margin-bottom: 10px;
	padding-top:10px;
}

#buck-span div.buck h4 a {
	text-decoration: none;
	display:block;
	width:290px;
}

#buck-span div.buck p {
	padding: 5px 20px;
	margin-bottom: 0px;
}

#buck-span div.buck p.more {
	float: right;
	padding-right: 20px;
}


/* Footer Styles */

#footer {
	float:left;
	width:100%;
	background-color: #f28907;
	color: #fff;
	text-align: center;
	padding: 0px 0px 10px 0px;
	border-top: 1px solid #333;
	margin: 10px 0px 0px 0px;
}

/*#footer-inner {
	width: 960px;
	margin: 0 auto;
}*/

#footer-inner ul {
	margin-bottom: 10px;
}

#footer-inner ul li {
	display: inline;
	list-style-type: none;
	margin-left: 0px;
}

#footer-inner ul li a {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#footer-inner ul li a:hover {
	color: #d95204;
	text-decoration: none;
}

#footer-inner p {
	margin-bottom: 0px;
}


/* Misc. Styles */

.center {
	text-align: center;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.clear_l {
	clear: left;
}

.clear_r {
	clear: right;
}

#frem
  {
	 float:left;
	 width:250px;
	 margin:10px 0px 0px 20px; 
  }
#conact
  {
	 width:300px;
	 float:right;
	 font-style:normal; 
  }  
#conact h4
  {
	 line-height:200%;
	 display:block;
  } 
  
#conact h4 a {
	color: #ce5403;
	border-bottom: 1px solid #666666;
	line-height:200%;
	
}
#conact h4 a:hover {
	border-bottom: none;
} 
#content_what #frem p
  {
	 font-size:12px; 
	 padding:0px;
	 margin:0px 0px 0px 0px;
  } 
#content_what #frem p span
  {
	 margin:0px;
	 padding:0px;
	 font-size:11px; 
  }
#content_what #frem input{
	width:200px;
	border:solid 1px #939393;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
#content_what #frem textarea{
	width:200px;
	border:solid 1px #939393;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
#content_what .submit{
	border:0;
	background:#384d91;
	color:#FFFFFF;
	margin-top:9px;
	width:50px;
	display:block;
	}
#verification_contact {
	margin:0 0 0px 18px;
	padding:0px;
	float:left;
	width:110px;
}
#iso{
	float:right;
	margin: 0px 198px 0px 0px;
}
#cert {
	float:right;
	width:630px;
	margin:0px 0px 0px 0px;

}
#cert .cert-inner {

	margin: 0px 0px 0px 0px;

}
#cert .cert-inner ul li{
	float: left;
	width:130px;
	display: inline;
	margin: 0px 0px 0px 0px;
}
#cert .cert-inner li {
	float: left;
	width:220px;
	text-align:center;
	
}
#cert-inner a{
	display: inline;
	padding: 0px 20px 0px 0px;
}

#testi{
	width:660px;
	margin: 0px 0px 0px 0px;
}

#testi ul li{
	display: inline;

}
#testi a{
	display: inline;
	padding: 0px 20px 0px 0px;
}
#testi2{
	display: inline;
	
}
#testi2 ul li{
	display: inline;
	margin: 0px 0px 0px 32px;
}
.error {
	color:#FF0000;
   font-family: arial, verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold
	
}
input.txt{ 
	width:100px;
	font:9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	 }
 