* {
    padding: 0px;
    margin: 0px;
}

body {
    text-align: center;
    background-color: #262626;
    height: 100%;    
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, address {
    margin: 0px;
    padding: 0px;
    font-family: Trebuchet MS, 'Cuprum', serif;
    font-size: 12px;
    color: #fff;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

th, td {
    vertical-align: top;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height:100%;
}

em {
    font-style: italic
}

strong {
    font-weight: bold
}

iframe {
    margin: 0px;
}

div {
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}


a {
    border: none;
    text-decoration: none;
    color: #F58026;
}

a img {
    border: none;
}

a:active, a:focus { outline: none; ie-dummy: expression(this.hideFocus=true); }

.clear {
    clear: both;
    padding: 0;
    margin: 0;
}

/*START: Sample CSS*/
h1 {
    margin: 0px;
    padding: 0 0 5px 0;
    color: #F58026;
    font-size: 26px;
    font-weight: normal;
  font-family: Cuprum;
  border-bottom:1px solid #666666;
  margin-bottom:10px;
}

h2 {
    margin: 0;
    padding: 6px 0 2px 0;
    color: #F58026;
    font-size: 20px;
    font-weight: normal;
}

h3 {
    margin: 0;
    padding: 6px 0 2px 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

h4 {
    margin: 0;
    padding: 6px 0 2px 0;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
h5 {
    font-size: 15px;
    color: #fff;
  margin:0;
  padding:0;
}
h6 {
    font-size: 12px;
    color: #fff;
  margin:0;
  padding:0;
}

p {
    margin: 0px;
    padding: 0 0 20px 0;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    text-align: justify;
}

p a {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

p a:hover {
    text-decoration: underline;
}

ul, ol {
    margin: 0;
    padding: 0 0 9px 0;
}

ul li {
    margin: 0 0 5px 10px;
    padding: 0 0 0 20px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
  line-height:22px;
    list-style: none;
    background: url(../images/li_arrow.png) no-repeat 0 8px;
}

ol li {
    margin: 0 0 5px 25px;
    padding: 0;
    color: #444444;
    font-size: 12px;
    font-weight: normal;
}

input[type = "text"], input[type = "password"] {
    margin: 0;
    padding: 0;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #c3c3c3;
    width: 200px;
    height: 25px;
    color: #444444;
    font-size: 12px;
    font-weight: normal;
}

select {
    margin: 4px 0 4px 10px;
    padding: 0 0 0 7px;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #c3c3c3;
    width: 222px;
    height: 25px;
    color: #444444;
    font-size: 17px;
    font-weight: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}


textarea {
    margin: 0;
    padding: 0 5px 0 5px;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #c3c3c3;
    color: #444444;
    font-size: 12px;
    font-weight: normal;
    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

input[type = "checkbox"] {
    margin: 4px 7px 4px 10px;
    position: relative;
    top: 2px;
}

input[type = "radio"] {
    margin: 4px 7px 4px 10px;
    position: relative;
    top: 2px;
}

input[type = "button"], button, input[type = "submit"] {
    margin: 0px;
    padding: 0px;
    border: none;
    width: auto;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}
#jform_contact_email{
    border-color: #C5C5C5 #C3C3C3 #B6B6B6 #B6B6B6;
    border-style: solid;
    border-width: 1px;
    color: #444444;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    margin: 0;
    padding: 0;
    width: 200px;
}
#jform_contact_message{ width:460px;}

.banner_bottom_rightSide input[type = "button"], button, input[type = "submit"] {
    margin: 0;
    padding: 0;
    border: none;
    width: auto;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
  background:#F58026;
  padding:0px 15px;
}
input[type = "button"]:hover, button:hover, input[type = "submit"]:hover {
    color: #ffffff;
}

a.button {
    margin: 0;
    padding: 0;
    border: none;
    width: auto;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

a.button:hover {
    text-decoration: none;
    color: #ffffff;
}
/* Form Element End Here */
fieldset {

}

legend {
    margin: 0px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    padding:10px 0;
  margin-top:10px;
}
hr {
  border:none;
  height:1px;
    border-top: 1px dashed #e0e0e0;
}
.right_alain_image_div {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
}

.right_alain_image {
    position: relative;
    left: 0px;
    top: 0px;
    width: 270px;
    height: 229px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    float: right;
    margin-left: 20px;
}

.right_alain_image img {
    position: absolute;
    left: 10px;
    top: 10px;
}

.contact-form dd{ padding:5px 0 12px 0;}
/*END: Sample CSS*/
/* Parent Div Start Here  */
#container {
    position: static;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
}
* html #container {
    height: 100%;
    overflow-y: auto;
}

#page_bodybg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
* html #page_bodybg {
    position: absolute;
}

#header {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    background:url(../images/header.jpg) repeat-x;
    height:72px;
}

#revised_content_left h1, #revised_content_container_top h1{
    border-bottom: 1px solid #666666;
    font-size: 40px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
#revised_content_left h2{ font-size: 28px;  color:#FFF;  padding-bottom:25px; }

.slide_image { position:absolute;left:50%; margin-left:-950px;}

#footer {
    width: 100%;
    text-align: center;
    margin-top:-50px;
    background:url(../images/footer_bg.png) repeat-x;
}

#header_body {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px auto;
    width: 997px;
    height:72px;
}

#content {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;  
    overflow: hidden;
}


#content_body {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px auto;
    padding: 25px 0px 15px 0px;
    width: 997px;
    border: 0px solid #0555a1;
    
}
#content_main{
    padding: 15px;
    background:url("../images/content_bg.png") repeat scroll 0 0 transparent;
}
div.jspTrack{
    background:url("../images/content_bg.png") repeat scroll 0 0 transparent;
}
div.jspVerticalBar
{ background:none;}
#content_mainScroll{
 overflow-Y: auto;
 overflow-X: hidden;
}
#contentContentArea{
    padding: 15px 25px;
}


.left_arrow{
  position:absolute;
  left:-164px;
  top:312px;
}
.right_arrow{
  position:absolute;
  right:-164px;
  top:312px;
}
#footer_body {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px auto;
    width: 997px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 167px;
    padding-top: 10px;
}
/* Parent Div End Here  */

.sign_industries{
  position:absolute;
  top:16px;
  left:1px;
}
#header_nav{
  width:745px;
  height:66px;
  position:absolute;
  right:0;
  top:0px;  
}
#header_nav ul {
 margin: 0;
 padding: 0;
 list-style:none;
 float:left;
}
#header_nav ul li {
 margin: 0;
 padding: 0;
 list-style:none;
 display: inline;
 float:left;
 background:url(../images/menu_separator.gif) no-repeat right 2px;
}
#header_nav ul li ul li {
 background:none;
}
#header_nav ul li.last_item {
 background:none;
 padding-right:0;
}
#header_nav ul li a {
 display:block;
 width:auto;
 color:#ffffff;
 text-decoration:none;
 font-size:13px;
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 padding:25px 20px 25px 20px;
 text-transform:uppercase;
}
#header_nav ul li a:hover {
 color:#fff;
 background:#f58026;
}
#header_nav ul li.active a{
 color:#fff;
 background:#f58026;
}


#main_contact_form_left{ float:left; width:380px;}
#main_contact_form_right { float:right; width:500px;}
.cont_left_section{ width:230px; float:left;}
.cont_right_section{ width:230px; float:right;}



/* -----------START Revised_content_page ------------ */


#revised_content_left{
  width:592px;
  height:auto;
  float:left;
}
#revised_content_right{
  width:268px;
  height:auto;
  float:right;
}
#revised_content_container_bottom{
  padding:2px 0 0 0;
  clear:both;
}
#scroller_container{
  width:15px;
  height:565px;
  float:right;
  margin-right:14px;
}
.revised_content_img{
  float:left;
  padding-top:12px;
}
#revised_latest_addition_content{
  width:356px;
  height:auto;
  float:right;
  padding-top:12px;
}
.revised_content_right_img{
  border:4px solid #7f7f7c;
  margin-top:10px;
  margin-right:5px;
  margin-bottom:5px;
}
.right_corner_img{
    margin-right:0px;
}
.client_title_bottom p
{
	width:176px;
	text-align:center;
	padding:10px;
	margin-bottom:25px;
	height:16px;
	background:url("../images/content_bg.png") repeat scroll 0 0 transparent;
}
#testimonial_bg{
  width:269px;
  background:url(../images/testimonial_bg.png) no-repeat;
  padding:4px 0 0 18px;
  margin-top:10px;
}
#testimonial_bg p{
  width:236px;
  color:#c8c3bb;
  font-size:12px;
  line-height:19px;
}
#testimonial_bg h3
{
	padding-bottom:10px;
}
#error_page .error_msg {
	height:162px;
	
}
#error_page .error_msg h1{
	color:#272727;
	font-size:20px;
	padding:20px 25px 0 220px;
	line-height:40px;
	border:none;
}
.revised_product_image{
  float:left;
  padding-right:17px;
  padding-top:15px;
}
*:first-child+html .revised_product_image {  padding-right:12px;}
@media \0screen {
.revised_product_image {  padding-right:12px;}
}
.h2_border{
  width:100%;
  border-bottom:1px dashed #bec2bc;
  padding-bottom:10px;
}
.h3_border{
  width:100%;
  border-bottom:1px dashed #bec2bc;
  padding-bottom:10px;
}