body
{
background: #f2f2f2 url('../images/background4.png') repeat-x top center;
font-family: 'Lato', arial;
}

.container_20{
	background-image: url(../images/main-shadow.png);
	background-repeat: repeat-y;
}

	#menu, #menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		font-family:Lato;
	}
	
	#menu {
		width: 960px;
		margin: 0px auto;
		border: 1px solid #222;
		background-color: #111;
		background-image: -moz-linear-gradient(#444, #111); 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));	
		background-image: -webkit-linear-gradient(#444, #111);	
		background-image: -o-linear-gradient(#444, #111);
		background-image: -ms-linear-gradient(#444, #111);
		background-image: linear-gradient(#444, #111);

	}
	
	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}
	
	#menu:after {
		clear: both;
	}
	
	#menu {
		zoom:1;
	}
	
	#menu li {
		float: left;
		border-right: 1px solid #222;
		-moz-box-shadow: 1px 0 0 #444;
		-webkit-box-shadow: 1px 0 0 #444;
		box-shadow: 1px 0 0 #444;
		position: relative;
	}
	
	#menu a {
		float: left;
		padding: 12px 30px;
		color: #cbcbcb;
		text-transform: uppercase;
		font: normal 15px 'Oswald', Arial, Helvetica;
		text-decoration: none;
		text-shadow: 0 1px 0 #000;
	}

	#menu ul a {

		font: normal 13px 'Lato', Arial, Helvetica;
		font-weight:400;
	}
	
	#menu li:hover > a {
		color: #fafafa;
	}
	
	*html #menu li a:hover { /* IE6 only */
		color: #fafafa;
	}
	
	#menu ul {
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 47px;
		left: 0;
		z-index: 9999;    
		background: #444;
		background: -moz-linear-gradient(#444, #111);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
		background: -webkit-linear-gradient(#444, #111);    
		background: -o-linear-gradient(#444, #111);	
		background: -ms-linear-gradient(#444, #111);	
		background: linear-gradient(#444, #111);
		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
	}

	#menu div.mega {
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		padding:5px;
		width:555px;
		visibility: hidden;
		position: absolute;
		top: 47px;
		left: 0;
		z-index: 9999;    
		background: #666666;
		background: -moz-linear-gradient(#666666, #444);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#444));
		background: -webkit-linear-gradient(#666666, #444);    
		background: -o-linear-gradient(#666666, #444);	
		background: -ms-linear-gradient(#666666, #444);	
		background: linear-gradient(#666666, #444);
		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
	}


	#menu li.mega_trigger div ul {
		top:0;
	}


	#menu li.mega_trigger:hover div ul {
		opacity: 1;
		visibility: visible;
		margin: 0px 5px 0px 0px;
		position:relative;
	}


	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}

	#menu li.mega_trigger:hover > div {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#menu ul ul {
		top: 0;
		left: 150px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);		
	}
	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	}
	
	#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#menu ul a {    
		padding: 7px 10px 7px 10px;
		width: 160px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
	}
	
	#menu ul a:hover {
		background-color: #dc1010;
		background-image: -moz-linear-gradient(#c00a0a,  #dc1010);	
		background-image: -webkit-gradient(linear, left top, left bottom, from(#c00a0a), to(#dc1010));
		background-image: -webkit-linear-gradient(#c00a0a, #dc1010);
		background-image: -o-linear-gradient(#c00a0a, #dc1010);
		background-image: -ms-linear-gradient(#c00a0a, #dc1010);
		background-image: linear-gradient(#c00a0a, #dc1010);
	}
	
	#menu ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	
	#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #444;
	}
	
	#menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;
	}
	
	#menu ul li:first-child a:hover:after {
		border-bottom-color: #c00a0a; 
	}
	
	#menu ul ul li:first-child a:hover:after {
		border-right-color: #c00a0a; 
		border-bottom-color: transparent; 	
	}
	
	#menu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}

	#menu div.mega ul {
		margin: 0px 5px 0 0;
		float:left;
		position:relative;
		clear:none;
		z-index: 9999;    
		background: #444;
		background: -moz-linear-gradient(#444, #111);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
		background: -webkit-linear-gradient(#444, #111);    
		background: -o-linear-gradient(#444, #111);	
		background: -ms-linear-gradient(#444, #111);	
		background: linear-gradient(#444, #111);

	}

	.mega:after{
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #666666;
	}

	#menu div.mega ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -9999px;
		border-left:0;
		border-right:0;
		border-bottom:0;
	}

	#menu div.mega ul li:first-child{
		background:#111111;
		background-image: -moz-linear-gradient(#444, #7C7C7C); 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#7C7C7C));	
		background-image: -webkit-linear-gradient(#444, #7C7C7C);	
		background-image: -o-linear-gradient(#444, #7C7C7C);
		background-image: -ms-linear-gradient(#444, #7C7C7C);
		background-image: linear-gradient(#444, #7C7C7C);
		color: #cbcbcb;
		padding: 7px 10px 7px 10px;
		width: 160px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: uppercase;
		font: normal 14px 'Oswald', Arial, Helvetica;
		text-decoration: none;
		text-shadow: 0 1px 0 #000;
	}

	
	/* Mobile */
	#menu-trigger {
		display: none;
	}

	@media screen and (max-width: 600px) {

		/* nav-wrap */
		#menu-wrap {
			position: relative;
		}

		#menu-wrap * {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		/* menu icon */
		#menu-trigger {
			display: block; /* show menu icon */
			height: 40px;
			line-height: 40px;
			cursor: pointer;		
			padding: 0 0 0 35px;
			border: 1px solid #222;
			color: #fafafa;
			font-weight: bold;
			background-color: #111;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
			-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
			box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		}
		
		/* main nav */
		#menu {
			margin: 0; padding: 10px;
			position: absolute;
			top: 40px;
			width: 100%;
			z-index: 1;
			background-color: #444;
			display: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu:after {
			content: '';
			position: absolute;
			left: 25px;
			top: -8px;
			border-left: 8px solid transparent;
			border-right: 8px solid transparent;
			border-bottom: 8px solid #444;
		}	

		#menu ul {
			position: static;
			visibility: visible;
			opacity: 1;
			margin: 0;
			background: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;				
		}

		#menu ul ul {
			margin: 0 0 0 20px !important;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu li {
			position: static;
			display: block;
			float: none;
			border: 0;
			margin: 5px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;			
		}

		#menu ul li{
			margin-left: 20px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu a{
			display: block;
			float: none;
			padding: 0;
			color: #999;
		}

		#menu a:hover{
			color: #fafafa;
		}	

		#menu ul a{
			padding: 0;
			width: auto;		
		}

		#menu ul a:hover{
			background: none;	
		}

		#menu ul li:first-child a:after,
		#menu ul ul li:first-child a:after {
			border: 0;
		}		

	}

	@media screen and (min-width: 600px) {
		#menu {
			display: block !important;
		}
	}	

	/* iPad */
	.no-transition {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}

	#menu li:hover > .no-transition {
		display: block;
	}

#lead-gen-home h3
{
font: normal 18px 'Oswald';
padding:7px 7px 7px 15px;
background:url(../images/front-side-bg.png) no-repeat top left;
margin-bottom:0
padding-bottom:0
}

#lead-gen-home
{
margin-bottom:20px;
}

#side_menu h3
{
font: normal 18px 'Oswald';
padding:7px 7px 7px 15px;
background:url(../images/front-side-bg.png) no-repeat top left;
margin-bottom:0
padding-bottom:0
}


#lead-gen-home P
{
font: normal 13px 'Lato';
margin-right:30px;
text-align:justify;
margin:20px 0px 5px 5px;
padding:0;
}

#site-form
{
padding:10px 25px 5px 5px;
}

/*CONTACT FORM*/
#site-form .error {   margin: 10px 0 0 0 }
#site-form form {   margin-bottom: 20px;padding-right:20px;}
#site-form  fieldset {   margin-bottom: 0px }
#site-form  label,
#site-form  legend,
#site-form  strong,
#site-form  span {
   font-weight: bold;
   font-size: 13px;
   color: #898989;
}

#site-form  label
{
   float:left;
   clear:both;
}

#site-form input[type="checkbox"] {   display: inline }
#site-form label span,
#site-form legend span {
   font-weight: normal;
   font-size: 13px;
   color: #444;
   line-height:13px;
}
#site-form input[type="text"],
#site-form input[type="password"],
#site-form  input[type="email"],
#site-form textarea,
#site-form select {
   border: 2px solid #cdcdcd;
   padding: 5px 5px;
   outline: none;
   overflow: hidden;
   font: 12px "Lato", Verdana, sans-serif;
   color: #777;
   box-shadow: inset 0px 2px 4px #f3f3f3;
   -moz-box-shadow: inset 0px 2px 4px #f3f3f3;
   -webkit-box-shadow: inset 0px 2px 4px #f3f3f3;
   width: 230px;
   max-width: 100%;
   display: block;
   float:right;
   clear:both;
   background: #FFF;
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   margin: 2px 0 2px 0;
}
#site-form select {   padding: 10px }
#site-form  textarea {
   width: 560px;
   height: 200px;
   resize: vertical;
   margin-bottom:20px;
}
#site-form input[type="text"]:focus,
#site-form input[type="password"]:focus,
#site-form  input[type="email"]:focus,
#site-form  textarea:focus {
   border: 2px solid #b2b2b2;
   color: #555;
   box-shadow: 0px 0px 5px #CCC,inset 0px 2px 4px #f3f3f3;
   -moz-box-shadow: 0px 0px 5px #CCC,inset 0px 2px 4px #f3f3f3;
   -webkit-box-shadow: 0px 0px 5px #CCC,inset 0px 2px 4px #f3f3f3;
}
#site-form input[type="submit"] ,#comment-form input[type="submit"] {
	width:auto;
	float:right;
}	

#top-menu
{
padding:5px 15px;
font-family: Lato;
background:#444444;
border-bottom: 5px #cdcdcd solid;
color:#e8e8e8
}

#top-menu A
{
color:#e8e8e8;
}

#logo{
padding: 5px 0;
width:400px;
float:left;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.panel_button {
	float:right;
	position: relative;
	top: 1px;
	width: 173px;
	height: 24px;
	z-index: 20;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 2px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-family:'Oswald', arial;
	font-weight: bold;
	position: relative;
	top: -1px;
	left: 5px;
}
.panel_button a:hover {
	color: #999999;
}

#toppanel {
	position: absolute;
	width: 960px;
	left: 0px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 960px;
	position: relative;
	top: 1px;
	left:10px;
	border-bottom:4px #000 solid;
	height: 0px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: black;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
	padding:30px;
}
#panel h1 {
	text-align: left;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	color: white;
	font-weight: normal;
	line-height: 35px;
	float:left;
	margin-left:30px;
	margin-top:15px;

}

div#login {
	margin-left:30px;
	float:left;
	background: #cdcdcd;
	text-align: left;
	padding:10px;
	border:4px #fff solid;
}
div#login p {
	color: #CCCCCC;
	font-family: Century Gothic, Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
}
div#login input#password {
	position: relative;
	right: -6px;
}
div#login input#login_btn {
	border: 1px #899690 solid;
	cursor: pointer;
	position: relative;
}

.button, .button:visited, input[type="submit"]{
	background: #dc1010; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c00a0a', endColorstr='#dc1010'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#c00a0a), to(#dc1010)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #c00a0a,  #dc1010); /* for firefox 3.6+ */
	border:solid 1px #dc1010;
	color:#fff;
	margin-top:5px;
	font-size:14px;
	display:inline-block;
	border-radius:3px;
	-moz-border-radius:3px;		
	-webkit-border-radius:3px;
	padding:0px 15px;
	cursor:pointer;
	height:38px;
	line-height:19px;
	 font-family: 'Lato', sans-serif;
}

.button:hover, input[type="submit"]:hover{
	background: #c00a0a; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc1010', endColorstr='#c00a0a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#dc1010), to(#c00a0a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #dc1010,  #c00a0a); /* for firefox 3.6+ */
	border:solid 1px #dc1010;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}

.footer
{
background:#CDCDCD;
border-bottom:3px #C30A0A solid;
border-top:5px #a8a8a8 solid;
}

.footer a
{
color:#c00a0a;
}

.footer-section
{
width:200px;
margin-top:10px;
padding:10px;
float:left;
margin-left:10px;
}

.footer P
{
margin-bottom:0px;
padding-bottom:0px;
}

.footer-section H3
{
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
border-bottom: #a8a8a8 1px dashed;
}

/* SOCIAL ICONS - GENERAL */
.social { list-style:none; margin:10px auto; width:464px; }
.social li { display:inline; float:left; background-repeat:no-repeat; }
.social li a { display:block; width:32px; height:32px; padding-right:5px; position:relative; text-decoration:none; }
.social li a strong { font-weight:normal; position:absolute; left:20px; top:-1px; color:#fff; padding:3px; z-index:9999;
 text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75); background-color:rgba(0, 0, 0, 0.7);
 -moz-border-radius:3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-border-radius:3px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

li.delicious { background-image:url("../images/delicious.html"); }
li.digg { background-image:url("../images/digg.html"); }
li.facebook { background-image:url("../images/facebook.html"); }
li.flickr { background-image:url("../images/flickr.html"); }
li.linkedin { background-image:url("../images/linkedin.html"); }
li.reddit { background-image:url("../images/reddit.html"); }
li.rss { background-image:url("../images/rss.html"); }
li.twitter { background-image:url("../images/twitter.html"); }



.contact-number
{
font-family:"Lato";
font-size:12px;
float:right;
width:300px;
text-align:right;
padding-top:20px;
padding-right:30px;
height:80px;
}

.contact-number .big-number
{
font-family:"Oswald";
font-size:36px;
color:#000;
padding:0;
margin:0
line-height:36px;
}

.home-text H3
{
font-family:'Oswald', arial;
font-size:24px;
font-weight:normal;
padding:0 20px 0 20px;
margin-bottom:0;
}

.home-text P
{
padding:0 20px 0 20px;
font-size:15px;
}

.footer2
{
background:#000;
font-size:14px;
color:#fff;
padding:0px;
}

.footer2 P
{
margin:0;
padding:5px;
}

.front_content P
{
font-family:'Lato';
font-size:15px;
}




#side_menu ul.menu
{
margin-top:0;
padding-top:0;
}

#side_menu ul.menu li
{
margin-top:0;
margin-left:10px;
margin-bottom:2px;
border-left: 4px #CDCDCD solid;
background:#ededed;
}

#side_menu ul.menu li:hover
{
background:#e0e0e0;
border-left: 4px #C00A0A solid;
}

#side_menu ul.menu li:hover a
{
color:#000;
}

#side_menu ul.menu li a
{
text-decoration:none;
color:#424242;
width:100%;
display:block;
line-height:22px;
padding:4px;
}



/*CONTACT FORM*/
#contact-form .error {   margin: 10px 0 0 0 }
#contact-form form {   margin-bottom: 0px }
#contact-form  fieldset {   margin-bottom: 0px }
#contact-form  label,
#contact-form  legend,
#contact-form  strong,
#contact-form  span {
   font-weight: bold;
   font-size: 14px;
   color: #000;
}

#contact-form  label
{
   float:left;
   clear:both;
}

#contact-form input[type="checkbox"] {   display: inline }
#contact-form label span,
#contact-form legend span {
   font-weight: normal;
   font-size: 15px;
   color: EF8F21;
   line-height:13px;
}
#contact-form input[type="text"],
#contact-form input[type="password"],
#contact-form  input[type="email"],
#contact-form textarea,
#contact-form select {
   border: 1px solid #dddddd;
   padding: 10px 10px;
   outline: none;
   overflow: hidden;
   font: 12px "Arial", Verdana, sans-serif;
   color: #777;
   box-shadow: inset 0px 2px 4px #f3f3f3;
   -moz-box-shadow: inset 0px 2px 4px #f3f3f3;
   -webkit-box-shadow: inset 0px 2px 4px #f3f3f3;
   width: 260px;
   max-width: 100%;
   display: block;
   float:left;
   clear:both;
   background: #f7f7f7;
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   margin: 5px 0 5px 0;
}
#contact-form select {   padding: 10px }
#contact-form  textarea {
   width: 560px;
   height: 200px;
   resize: vertical;
   margin-bottom:20px;
}
#contact-form input[type="text"]:focus,
#contact-form input[type="password"]:focus,
#contact-form  input[type="email"]:focus,
#contact-form  textarea:focus {
   border: 1px solid #bbbbbb;
   color: #555;
   box-shadow: 0px 0px 5px #CCC,inset 0px 2px 4px #f3f3f3;
   -moz-box-shadow: 0px 0px 5px #CCC,inset 0px 2px 4px #f3f3f3;
   -webkit-box-shadow: 0px 0px 5px #CCC,inset 0px 2px 4px #f3f3f3;
}
#contact-form input[type="submit"] ,#comment-form input[type="submit"] {
	width:auto;
	float:left;
}


#errorMessage
{
		border:solid 2px #890d0d;
		background:#bf1313;
		font-color:#fff;
		font-family: 'Trebuchet MS',Arial;
		font-size:13px;
		font-weight: bold;
		width:325px;
		padding:5px;
		margin-top:20px;
}

#successMessage
{
		border:solid 2px #25890d;
		background:#38ba1a;
		font-color:#fff;
		font-family: 'Trebuchet MS',Arial;
		font-size:13px;
		font-weight: bold;
		margin-right:15px;
		padding:5px;
		margin-bottom:10px;
		margin-top:20px;
}
/*==== jQuery Toggles ====*/
#toggle{
	margin:0 0 20px 0;

}
h2.trigger {
	padding: 5px 5px 5px 10px;
	margin: 0 0 1px 0;
	font-size:16px;
	font-weight: normal;
	background:#f4f4f4;
	cursor:pointer;
	
}
h2.trigger.first{
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	}
h2.trigger.last{
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
	}
h2.trigger span {
	text-decoration: none;
	display: block;
	background: url(../images/toggle.html) no-repeat 15px 5px;
	padding-left:50px;
	cursor:pointer;
	line-height:32px
}
h2.active span{ background:url(../images/toggle-down.html) no-repeat 15px 5px;}
h2.trigger a:hover {
	color: #2c2c2c;
}
h2.active {
	background:#cdcdcd;
}
.toggle_container {
	margin: 0 0 1px 0;
	padding: 5px 10px 5px 20px;
	margin-left:10px;
	overflow: hidden;
	clear: both;
	background:#fafafa;
	border-left: 4px solid #017A49;

}
.toggle_container .block {
	padding: 0px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 0;
}

.parts_finder TD
{
font-family: 'Trebuchet MS', Arial, Tahoma, Trebuchet MS, Geneva, sans-serif;
font-size:15px;
font-weight:normal;
line-height: 18px;
text-align:left;
padding:5px;
}


.main-content ul
{
margin:20px 0 20px 10px;
}

.main_content ul li{
	background-image:url(../images/checklist.png) !important;
	background-position:0px 6px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px !important;
	line-height:24px !important;
	list-style-type:none;
}
.main_content ul{
	padding-bottom:20px;
}

#top-left
{
float:left;
width:400px;
}

#top-right
{
float:right;
width:400px;
text-align:right;
}

#photo-header
{
width:634px;
height:195px;
position:relative;
overflow:hidden;
background:#fff;
border-bottom:#000 solid 3px;
}

#photo-header #title
{
height:49px;
background: url('../images/header-bg-gradient.png') top left repeat;
position:absolute;
left:0;
bottom:0;
width:100%;
}

#photo-header #title H1
{
border-bottom:0;
padding:0px 0px 0px 20px !important;
margin:0 !important;
color:#fff;
text-shadow: 2px 2px 3px #000;
}

#upload-form
{
padding:10px 25px 5px 5px;
}

/*CONTACT FORM*/
#upload-form .error {   margin: 10px 0 0 0 }
#upload-form form {   margin-bottom: 0px }
#upload-form  fieldset {   margin-bottom: 0px }
#upload-form  label,
#upload-form  legend,
#upload-form  strong,
#upload-form  span {
   font-weight: bold;
   font-size: 14px;
   color: #000;
}

#upload-form  label
{
   float:left;
   clear:both;
}

#upload-form input[type="checkbox"] {   display: inline }
#upload-form label span,
#upload-form legend span {
   font-weight: normal;
   font-size: 15px;
   color: EF8F21;
   line-height:13px;
}
#upload-form input[type="text"],
#upload-form input[type="password"],
#upload-form  input[type="email"],
#upload-form textarea,
#upload-form select {
   border: 1px solid #dddddd;
   padding: 10px 10px;
   outline: none;
   overflow: hidden;
   font: 12px "Arial", Verdana, sans-serif;
   color: #777;
   box-shadow: inset 0px 2px 4px #f3f3f3;
   -moz-box-shadow: inset 0px 2px 4px #f3f3f3;
   -webkit-box-shadow: inset 0px 2px 4px #f3f3f3;
   width: 260px;
   max-width: 100%;
   display: block;
   float:left;
   clear:both;
   background: #f7f7f7;
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   margin: 5px 0 5px 0;
}
#upload-form select {   padding: 10px }
#upload-form  textarea {
   width: 560px;
   height: 200px;
   resize: vertical;
   margin-bottom:20px;
}
#upload-form input[type="text"]:focus,
#upload-form input[type="password"]:focus,
#upload-form  input[type="email"]:focus,
#upload-form  textarea:focus {
   border: 1px solid #bbbbbb;
   color: #555;
   box-shadow: 0px 0px 5px #CCC,inset 0px 2px 4px #f3f3f3;
   -moz-box-shadow: 0px 0px 5px #CCC,inset 0px 2px 4px #f3f3f3;
   -webkit-box-shadow: 0px 0px 5px #CCC,inset 0px 2px 4px #f3f3f3;
}
#upload-form input[type="submit"] ,#comment-form input[type="submit"] {
	width:auto;
	float:left;
}

.main_content
{
padding: 20px 0px 0px 20px;
font-family:'Lato';
font-size:15px;
}

#inner-content
{
padding: 0px 0px 0px 5px;
font-family:'Lato';
font-size:15px;
}

#inner-content h3
{
font-size:34px;
font-family:'lato', serif;
font-weight:normal;
border-bottom:1px #ededed dashed;
}

#inner-content BLOCKQUOTE
{
padding-left:20px;
margin-left:20px;
border-left: 6px #D50E0E solid;
background-color:#f5f5f5;
padding-top:5px;
padding-bottom:5px;
margin-bottom:20px;
}	

#inner-content ul
{
margin:20px 0 20px 10px;
}

#inner-content ul li{
	background-image:url(../images/checklist.png) !important;
	background-position:0px 6px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px !important;
	line-height:24px !important;
	list-style-type:none;
}
#inner-content ul{
	padding-bottom:20px;
}

#inner-content h3
{
font-size:21px;
font-family:'lato', serif;
font-weight:normal;
}

#inner-content BLOCKQUOTE h3
{
font-size:21px;
font-family:'lato', serif;
font-weight:normal;
color:##D50E0E;
margin-bottom:5px;
}