* {
	margin:0px;
	padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background:#f0f0f0 url(../images/body_BG.jpg) center top repeat-x;
}
a {
	text-decoration:none;
}
.clr {
	clear:both;
	line-height: 0;
	height: 1px;
}
.mrg15 {
	margin-left: 13px;
}
.baseball-image-block img {
	margin: 0;
	padding-right: 5px;
}
.tradingpins {
	width: 100%;
}
.tradingpins h3 {
	width: 710px;
	padding-left: 250px;
}
.option-block p {
	display: block;
	padding: 0 15px;
}
img.pin-options {
	float: left;
	border: 1px solid #000;
	margin: 0 15px 10px 0;
	-moz-box-shadow:
		0px 2px 6px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 2px 6px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 2px 6px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0.5);
}
.mrg30 {
	margin-left: 30px;
}
.nomrg {
	margin: 0;
	padding: 0;
}
fltrt {
	float: right;
}
p {
	padding:0px;
	margin:0px;
	color:#444444;
	font-size:14px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.1);
}
a {
	color:#C1AA66;
	font-size:14px;
	padding-left:10px;
}
a {
	outline:none;
}
b a {
	color:#000000;
	font-size:15px;
	padding:0;
	margin:0;
	text-align:left;
}
img {
	border:none;
}
.wrapper {
	width:1004px;
	margin:0 auto;
	padding-top:6px;
}
/*****************************Header***************************/
	
#header {
	width:1002px;
	margin:0 auto;
	padding-bottom:0px;
	height:144px;
}
#header_top {
	/*background:url(../images/header_top.jpg) no-repeat left top;*/
	margin-top: 2px;
}
#header_bg {
	/*background:url(../images/hrader_bg.png) repeat-y left;*/
	padding:0px 0px 17px 0px;
}
#logo {
	width:500px;
	height:124px;
	float:left;
	margin:10px 0px 0px 5px;
}
#header_right {
	width:455px;
	float:right;
	padding-top:8px;
}
#header_nav {
	width:auto;
	float:right;
	padding:10px 15px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.1);
}
#header_nav ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#header_nav ul li {
	float:left;
	background:url(../images/top-devider.gif) no-repeat 0 5px;
	padding:0 10px;
}
#header_nav ul li:last-child {
	float:left;
	padding:0px 0px 0px 10px;
}
#header_nav ul li.nobg {
	background:none;
}
#header_nav ul li a {
	color:#888888;
	font-size:13px;
	padding:0;
	text-decoration:none;
}
#header_nav ul li a:hover {
	color:#ffffff;
}
#call_now {
	float:right;
	padding:0px 10px;
	text-align:right;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.1);
}
#call_now strong {
	color:#C1AA66;
	font-size:30px;
	font-weight:bold;
	line-height:45px;
}
span {
	color:#C1AA66;
	font-size:30px;
}
/************************************Header****************************/

/************************************Navigation****************************/
	
#navigation {
	width:1003px;
	height:65px;
	margin:0 auto;
	background:url(../images/nav_bg.png) no-repeat center top;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.3),
		0px 1px 0px rgba(255,255,255,0.1);
	z-index: 9999;
}
#navigation .navactive {
	color: #C1AA66;
}
#navigation ul {
	margin:0px;
	list-style:none;
	padding:0 0 0 10px;
}
#navigation ul li {
	float:left;
	width:auto;
	padding:0 23px;
	background:url(../images/nev_seperator.png) no-repeat right top;
}
#navigation ul li a {
	color:#ffffff;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	line-height:43px;
	padding:0;
}
#navigation ul li a:hover {
	color: #C1AA66;
}
#navigation ul li a.blink {
	text-decoration: blink;
}
#navigation ul li a:hover, #navigation ul li a.nav_active {
color:#C1AA66;
	}
#navigation ul li.no_bg {
	background:none;
}
#navigation ul li ul {
	display: none;
}
#navigation ul li ul li {
	background: none;
	display: block;
	float: none;
	padding: 1px 0;
	border-bottom:1px solid #000000;
}
#navigation ul li ul li a {
	font-size: 15px;
	line-height: 30px;
}
#navigation ul li ul li a:hover {
	color: #C1AA66;
}
#navigation ul li:hover > ul {
	display: block;
	position: absolute;
	width: 154px;
	background: #000000;
	z-index: 150;
	margin-top: 0px;
	margin-left: -24px;
	padding: 5px 10px;
	background: -moz-linear-gradient(
		top,
		#0d0d0d 0%,
		#1a1a1a);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#0d0d0d),
		to(#1a1a1a));
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 5px rgba(0,0,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 5px rgba(0,0,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 5px rgba(0,0,0,1);
}
/************************************Navigation****************************/
/************************************Banner****************************/

#banner {
	width:1002px;
	margin:10px 0px 10px;
}
#banner_top {
	background:url(../images/banner_top.jpg) no-repeat left top;
}
#banner_bg {
	background:url(../images/banner_bg.png) repeat-y left;
}
#banner_bottom {
	background:url(../images/banner_bottom.jpg) no-repeat left bottom;
	padding-bottom:8px;
}
#banner_bottom_glow {
	background:url(../images/banner_bottom_glow.png) repeat-x left bottom;
	width:1000px;
	height:143px;
	margin:-135px auto 0px auto;
}
#banner_con_top {
	width:432px;
	margin:0 auto;
	text-align:center;
}
#banner_con_top span {
	color:#ff8400;
	font-size:40px;
	font-family:"Myriad Pro";
}
#banner_middle {
	width:1004px;
	margin:0 auto;
}
#banner_left_img {
	width:348px;
	height:266px;
	float:left;
}
#right_banner_con {
	width:653px;
	float:right;
}
#banner_right_con {
	width:653px;
	float:right;
	margin-top:15px;
}
#banner_right_con {
	width:595px;
	float:left;
}
#banner_right_con span {
	color:#137f96;
	font-size:25px;
	font-family:"Myriad Pro";
}
#banner_right_con strong {
	color:#ff8400;
	font-size:30px;
	font-family:"Myriad Pro";
}
#banner_right_middle {
	width:642px;
	float:right;
	margin:30px 14px 0px 0px;
}
#banner_nav {
	width:645px;
	float:right;
	margin-top:12px;
}
#banner_nav ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#banner_nav ul li {
	float:left;
	margin-left:20px;
	padding-top:0px;
}
#banner_nav ul li a {
	display:block;
	text-align:center;
	text-decoration:none;
	color:#6c6c6c;
	font-size:17px;
}
#banner_nav ul li a:hover {
	color:#00FFFF;
}
.freeQuoteBtn {
	display: block;
	width: 715px;
	height: 50px;
	background: url(../images/freequoteBtn.png) no-repeat center top;
	margin: 5px 0px 15px;
}
.freeQuoteBtn:hover {
	background: url(../images/freequoteBtn-h.png) no-repeat center top;
}
/************************************Attachment Options****************************/

	
/************************************Content****************************/	

#content {
	width:1004px;
	margin:0 auto;
}
/************************************Content left****************************/
	
#con_left {
	width:266px;
	float:left;
	/*	background:url(../images/left_bg.jpg) repeat-y left;
*/	padding-top:10px;
    margin-left: 10px;
}
.left_con {
	width:261px;
	float:left;
}
.left_con_top_heading {
	width:259px;
	height:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background: -moz-linear-gradient(
		top,
		#262626 0%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#262626),
		to(#000000));	
		filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#262626', endColorstr='#000000'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#262626', endColorstr='#000000')"; /* IE8 */
	background:url(../images/left_con_top_heading.jpg) repeat-x center bottom;	
	background-color:#000000;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #000000;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}
.left_con_top_heading span {
	color:#ffffff;
	font-size:19px;
	font-family:"Myriad Pro";
	line-height:35px;
	padding-top:10px;
	vertical-align:middle;
}
.left_con_con_bg {
	background:url(../images/left_con_bg.jpg) repeat-y left;
}
.left_con_con_bottom {
	width:259px;
	border:1px solid #000000;
}
.left_nav {
	width:260px;
	padding:0px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.1);
}
.left_nav ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.left_nav ul li {
	background:url(../images/list.png) no-repeat 10px center;
	border-bottom:#000000 solid 1px;/*	margin-left:10px;*/
	}
.left_nav ul li:last-child {
	background:url(../images/list.png) no-repeat 10px center;/*	margin-left:10px;*/
	}
.left_nav ul li a {
	display:block;
	text-decoration:none;
	color:#000000;
	font-size:15px;
	padding:10px 20px 10px 30px;
}
.left_nav ul li a:hover, .active {
	background:#bdbdbd url(../images/hover.png) no-repeat 10px center;
	color:#333333;
	border-right:1px solid #000000;
}
.left_nav ul li.no_border {
	border:none;
}
#con_left_bottom_con_heading {
	width:260px;
	margin:0 auto;
	padding-top:14px;
	padding-right:10px;
}
#con_left_bottom_con_heading span {
	color:#3778a2;
	font-size:16px;
}
#con_left_para {
	width:240px;
	margin:0 auto;
	padding:10px;
}
#con_left_para p {
	color:#666666;
	font-size:14px;
	padding:0px;
	margin:5px;
}
.left_img_box {
	float:left;
	-moz-box-shadow:
		0px 5px 10px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 5px 10px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0);
	box-shadow:
		0px 5px 10px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0);
}
/************************************Left content****************************/
	
/************************************Right content****************************/

#right_con {
	width:720px;
	float:right;
}
#right_con_top {
	width:720px;
	margin:0 auto;
	background:url(../images/right_con_top_img1.jpg) no-repeat left center;
}
#right_con_top_left {
	width:304px;
	float:left;
	height:311px;
	padding:15px 0px 0px 44px;
}
#right_con_top_right {
	width:370px;
	float:left;
}
#right_right_top_heading {
	width:278px;
	height:26px;
	margin:15px 0px 0px 12px;
}
.right_right_top_reat {
	width:278px;
	height:26px;
	margin:13px 0px 0px 12px;
}
.right_right_top_reat1 {
	width:278px;
	height:26px;
	margin:0px 0px 0px 12px;
}
.right_right_top_reat_left {
	width:100px;
	float:left;
}
.right_right_top_reat_left span {
	color:#03646c;
	font-size:17px;
}
.right_right_top_reat_right {
	width:85px;
	float:left;
	margin-left:15px;
}
.separator {
	width:7px;
	height:15px;
	float:right;
}
#right_right_top_para {
	width:345px;
	margin:0px 0px 0px 12px;
}
#right_right_top_para p {
	padding:0px;
	margin:0px;
	color:#ffffff;
	font-size:14px;
}
.read_more {
	width:120px;
	float:right;
	padding:0px 14px 8px 0px;
	clear:both;
}
.read_more span a {
	color:#9efffc;
	font-size:15px;
	text-decoration:none;
}
#img_box_con {
	width:711px;
	margin:0 auto;
}
.img_box {
	width:170px;
	height:173px;
	float:left;
	margin-right:7px;
	text-align:center;
	padding-top:20px;
}
#arrow {
	width:703px;
	margin:0 auto;
}
.arrow_left {
	width:33px;
	height:33px;
	float:left;
}
.arrow_right {
	width:39px;
	height:35px;
	float:right;
}
#con_bottom {
	width:717px;
	margin:0 auto 0px auto;
}
#bottom_bg {
	/*background:url(../images/bottom_bg.jpg) repeat-y left;*/
}
#bottom_top {
	/*background:url(../images/con_bottom_top.jpg) no-repeat left top;*/
}
#bottom_bottom {
	/*background:url(../images/con_bottom_bottom.jpg) no-repeat left bottom;*/
	padding:0px 10px 0px 0px;
}
#con_bottom_left {
	width:342px;
	float:left;
}
#con_bottom_right {
	width:311px;
	float:right;
}
.con_letf_bottom_box {
	width:322px;
	padding-bottom:40px;
}
.con_bottom_heading {
	width:300px;
	padding-bottom:10px;
}
.con_bottom_para {
	width:322px;
}
/************************************Right content****************************/
/************************************Content****************************/

div.innerRoundBoxes .clutch-pricing {
	float: left;
}
div.innerRoundBoxes .clutch-pricing li {
	color: #646363;
	font-size: 14px;
	list-style: none;
}
/************************************footer****************************/
	
#footer {
	background:url(../images/footer_bg.jpg) center top no-repeat;
	padding-bottom:15px;
}
.footer_left {
	width:550px;
	float:left;
}
.footer_nav {
	width:170px;
	background:url(../images/footer_separator.png) no-repeat right;
	float:left;
	margin-top:15px;
}
.footer_nav ul {
	padding:0px;
	margin:0px;
	list-style:none;
	padding-left:7px;
}
.footer_nav ul li {
	background:url(../images/footer_nav_bg.png) no-repeat left center;
	margin-top:10px;
}
.footer_nav ul li.hl {
	background:url(../images/footer_nav_hl_bg.png) no-repeat left center;
	margin-top:10px;
}
.footer_nav ul li.hl a {
	color:#C1AA66;
}
.footer_nav ul li.hl a:hover {
	color:#848484;
}
.footer_nav ul li a {
	display:block;
	text-decoration:none;
	color:#848484;
	font-size:14px;
	padding:0px 0px 0px 18px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.8),
		0px 1px 0px rgba(255,255,255,0.1);
}
.footer_nav ul li a:hover {
	color:#C1AA66;
}
.footer_right {
	width:454px;
	float:right;
	margin-top:20px;
}
.footer_logo {
	/*width:278px;
	height:104px;*/
}
#footer_right_bottom {
	padding-top:15px;
	/*width:280px;*/
}
#footer_right_bottom_left {
	width:169px;
	float:left;
	padding-top:26px;
}
#footer_right_bottom_left strong {
	color:#848484;
	display:block;
	font-size:14px;
	font-style:normal;
	padding-left:10px;
}
#footer_right_bottom_right {
	/*width:93px;
	height:72px;
	float:right;*/
	/*background:url(../images/footer-right_bottom_right.jpg) no-repeat right;*/
}
.social {
	width:29px;
	height:27px;
	float:left;
	margin-right:2px;
}
.footer_right_bottom_right_top {
	width:77px;
	height:27px;
	float:right;
}
.top1 {
	/*width:97px;*/
	height:27px;
	margin:2px 0px 0px 0px;
}
.top1_img {
	width:34px;
	height:26px;
	float:left;
}
.top1 span {
	color:#848484;
	font-size:12px;
	display:block;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.8),
		0px 1px 0px rgba(255,255,255,0.1);
}
.top1_img2 {
	width:40px;
	height:26px;
	float:left;
	margin-left:5px;
}
#footer_bottom {
	height:25px;
	background:#000000;
	border-top:1px solid #C1AA66;
	text-align:center;
}
#footer_bottom span {
	color:#848484;
	font-size:12px;
	line-height:25px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.8),
		0px 1px 0px rgba(255,255,255,0.1);
}
/************************************footer****************************/
/*----------------------LEFT BODY START--------------------------*/
.header {
	width:1000px;
	height:365px;
	float:left;
	position:relative;
	padding:0px;
}
.header img {
	position:absolute;
	left:0;
	top:0;
	z-index:40;
}
.header h1 {
	width:400px;
	position:absolute;
	z-index:50;
	left:10px;
	top:12px;
	display:block;
	background-color:inherit;
	line-height:26px;
	font-weight:normal;
	color:#000000;
	font-size:40px;
	font-family:"Myriad Pro";
}
.header h2 {
	width:623px;
	position:absolute;
	z-index:50;
	left:335px;
	top:62px;
	display:block;
	background-color:inherit;
	line-height:26px;
	font-weight:normal;
	color:#000000;
	font-size:25px;
	font-family:"Myriad Pro";
}
.header h1.pres-hopeful {
	color: #000000;
	width: 700px;
	position:absolute;
	z-index:50;
	left:10px;
	top:12px;
}
.header h1.pres-hopeful span {
	color: #C1AA66;
	font-size: 40px;
}
.header h2.pres-subtitle {
	width:623px;
	position:absolute;
	z-index:50;
	left:335px;
	top:235px;
	display:block;
	background-color:inherit;
	line-height:26px;
	font-weight:normal;
	color:#000000;
	font-size:25px;
	font-family:"Myriad Pro";
}
.header img.headertxt {
	position:absolute;
	z-index:50;
	left:333px;
	top:62px;
	display:block;
	line-height:26px;
}
.header h2 span {
	padding:0 0 0 0;
	margin:0;
}
.header ul {
	position:absolute;
	z-index:50;
	left:320px;
	top:299px;
	display:block;
	width:645px;
	float:right;
	margin-top:12px;
}
.header ul li {
}
a.freeButton {
	background:url(images/join-button.gif) no-repeat 0 0;
	width:128px;
	height:34px;
	display:block;
	text-indent:-9000px;
	position:absolute;
	z-index:50;
	left:631px;
	top:239px;
}
a.freeButton:hover {
	background:url(images/join-button1.gif) no-repeat 0 0;
}
.header p {
	font:normal 14px/22px Arial, Helvetica, sans-serif;
	color:#f3e1ce;
	background-color:inherit;
	width:380px;
	padding-bottom:23px;
	position:absolute;
	z-index:50;
	left:30px;
	top:130px;
	display:block;
}
.header a.header_link {
	background:url(images/header-button.png) no-repeat 0 0;
	width:127px;
	height:35px;
	text-align:center;
	font:normal 14px/35px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	display:block;
	position:absolute;
	z-index:50;
	left:30px;
	top:215px;
	display:block;
}
.header a.header_link:hover {
	background-position:bottom;
	color:#CCC;
	background-color:inherit;
}
#my-glider {
	height:365px;
	overflow:hidden;
	display:block;
}
.controls {
	width:140px;
	position:absolute;
	z-index:90;
	left:50%;
	top:355px;
}
.controls a {
	background:url(../images/slider_banner_bottom1.png) no-repeat 0 0;
	width:10px;
	height:10px;
	display:block;
	float:left;
	color:#000;
	margin-right:3px;
	padding:0;
	text-indent:-9000px;
	margin-left:0 !important;
}
.controls a:hover, .imagenav a.active {
    
	background:url(../images/slider_banner_bottom2.png) no-repeat 0 0;
}
/*-----------------------------------------------------*/
#slider {
	position:relative;
	height:365px;
	margin:0 auto;
}
.inslider {
	float: left;
	position: relative;
}
.inslider a {
	text-decoration:none;
}
.imageholder {
	height:322px;
	width: 1000px;
	overflow: hidden;
	position: relative;
}
.imgslider {
	position: absolute;
	top: 0;
	left: 0;
	z-index:60;
}
.imgslider img {
	float: left;
	margin:0;
}
span.headerBottom {
	background:url(../images/banner_bottom.jpg) no-repeat 0 0;
	height:10px;
	font-size:0;
	line-height:0;
	display:block;
	z-index:1px;
}
#page-wrap {
	width: 715px;
	margin: 10px auto;
	position: relative;
	min-height:215px;
	text-shadow:
 0px -1px 0px rgba(000,000,000,0.1),  0px 1px 0px rgba(255,255,255,0.1);
}
/*
	TYPOGRAPHY
*/
ul {
	list-style: square inside;
}
blockquote {
	padding: 0 20px;
	margin-left: 20px;
	border-left: 20px solid #ccc;
	font-size: 14px;
	font-family: Georgia, serif;
	font-style: italic;
	margin-top: 10px;
}
/*
	SLIDER
*/
.slider-wrap {
	width: 720px;
	position: absolute;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 10px 0 30px;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	width:auto;
	height:215px;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
}
.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 715px;
}
.stripNavL, .stripNavR, .stripNav {
	display: none;
}
.nav-thumb {  /*margin-left:-40px;*/
	margin-right: 0;
}
#movers-row {
	margin:0 0 0 142px;
	width:auto;
}
#movers-row div {
	width: auto;
	float: left;
}
#movers-row div a.cross-link {
	float: left;
}
.photo-meta-data {
	background: url(../images/transpBlack.png);
	padding: 10px;
	height: 30px;
	margin-top: -50px;
	position: relative;
	z-index: 9999;
	color: white;
}
.photo-meta-data span {
	font-size: 13px;
	color:#000;
}
.cross-link {
	display: block;
	margin-right:3px;
	width:auto;
	margin-top:2px;
	position: relative;
	padding-top: 15px;
	z-index: 9999;
}
.active-thumb {
	background: transparent url(../images/icon-uparrowsmallwhite.png) 50% 3px no-repeat;
}
.floatLeft {
	float: left;
	margin-right: 74px;
}
.bottomSlide {
	overflow:hidden;
	height:auto;
}
.slidetitle {
	color: #000000;
	font-size: 21px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.slideRight {
	width:466px;
	float:left;
	overflow:hidden;
}
.slideRight p {
	font-size:14px;
	line-height:16px;
	color:#666666;
	text-align:justify;
}
.leftimage {
	float:left;
	width:auto;
	margin-left:-30px;
}
.pagiSlidearrow {
	overflow:hidden;
	height:100%;
	clear:both;
	margin:-10px 0 5px 0;
	padding:0 0 0 13px;
}
.pagiSlidearrow a.leftarrow {
	background:url(../images/bottom-slide-left.gif) no-repeat 0 0;
	width:28px;
	height:28px;
	display:block;
	float:left;
}
.pagiSlidearrow a.rightarrow {
	background:url(../images/bottom-slide-right.gif) no-repeat 0 0;
	width:28px;
	height:28px;
	display:block;
	float:right;
}
#right_con h2 {
	color:#000000;
	background-color:inherit;
	font-size:25px;
	line-height:28px;
	font-weight:normal;
	padding:0 0 10px 0;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.2);
}
.rightContenInner {
	padding:10px 0 0 5px;
}
.rightContenInner p {
	line-height:18px;
	padding:0px 0px 10px 0px;
	text-align:justify;
}
.rightContenInner h3 {
	background:url(../images/inner-title-bg.gif) repeat-x 0 0;
	font-size:20px;
	width: 680px;
	line-height:36px;
	padding:0 0 0 11px;
	font-weight:normal;
	color:#fff;
	background-color:inherit;
	margin:0 0px 10px 0;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	-moz-box-shadow:
		0px 2px 6px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 2px 6px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 2px 6px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0.5);
}
.rightContenInner form {
	padding:15px 0 15px 0;
}
.rightContenInner form label {
	float:left;
	width:300px;
	color:#646363;
	background-color:inherit;
}
.rightContenInner form select {
	width:266px;
	height:25px;
	margin-bottom:7px;
}
.slideLeft {
	width:auto;
	float:left;
	margin:0 25px 0 10px;
}
.spacer {
	font-size:0;
	line-height:0;
	clear:both;
}
input.txtBox2 {
	width:163px;
	height:26px;
	border:1px solid #abadb3;
	margin-bottom:7px;
}
.textareaBox {
	border:1px solid #abadb3;
	width:528px;
	height:145px;
	margin-bottom:10px;
}
.innerRoundBoxes {
	overflow:hidden;
	height:100%;
	padding-bottom:25px;
	clear: both;
}
.rightContenInner ul {
	padding:0 0 0 20px;
}
.rightContenInner ul li {
	list-style:disc;
	padding:0 0 10px 0;
}
.floatimage {
	float:left;
	width:auto;
	margin-right:15px;
	margin-bottom:10px;
}
.rightContenInner h4 {
	color:#000000;
	background-color:inherit;
	font-size:15px;
	line-height:18px;
	text-transform:uppercase;
	padding:0 0 10px 0;
}
h4.table-pricing {
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	margin-left: 0px;
	margin-top: 10px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.1);
}
.pricingtableqty {
	text-align: center;
	font-size: 11pt;
	color: white;
	padding:6px;
	font-family: arial;
	font-weight: bold;
	background-color: #077c73;
}
.pricingtableprice {
	text-align: center;
	border-top: 1px solid silver;
	font-size: 10pt;
	padding:6px;
	background-color: #e2f0ed;
	font-family: arial;
	font-weight: normal;
	color: #3e3e3e;
}
#box-table-b, .box-table-b {
	border-bottom: 1px solid #000000;
	border-collapse: collapse;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px 10px 20px;
	text-align: center;
	width: 97%;
	-moz-box-shadow:
		0px 2px 6px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 2px 6px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 2px 6px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0.5);
}
#box-table-b th, .box-table-b th {
	background: -moz-linear-gradient(
		top,
		#262626 0%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#262626),
		to(#000000));
		background:url(../images/left_con_top_heading.jpg) repeat-x center bottom;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #C1AA66;
	font-size: 13px;
	font-weight: normal;
	padding: 5px 8px;
}
#box-table-b td, .box-table-b td {
	background: none repeat scroll 0 0 #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;	
	border-bottom: 1px solid #000000;
	color: #000000;
	padding: 8px;	
	/*background:url(../images/tr-br.png) repeat-x top center;
	min-height:37px;*/
}
#box-table-b .size, .box-table-b .size {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
}
#box-table-b tr, .box-table-b tr {
	/*background:url(../images/tr-br.png) repeat-x top center;
	min-height:37px;*/
}
#box-table-b tr:hover > td, .box-table-b tr:hover > td {
	background: #999999;
	border: 1px solid #000000;
	color: #000000;
	cursor: pointer;
	padding: 8px;
}
ul.terms-production-times {
	margin-bottom: 20px;
}
ul.terms-production-times li {
	list-style: square;
	line-height: 22px;
	padding:0px;
	margin-left:20px;
	color:#646363;
	font-size:14px;
}
.readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 5px 10px;
	background: -moz-linear-gradient(  top,  #1a1a1a 0%,  #000000);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#1a1a1a),  to(#000000));	
		filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1a1a1a', endColorstr='#000000'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1a1a1a', endColorstr='#000000')"; /* IE8 */	
	background-color:#000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000000;
	-moz-box-shadow:
 0px 2px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
 0px 2px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
 0px 2px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
 0px -1px 0px rgba(000,000,000,0.2),  0px 1px 0px rgba(255,255,255,0.1);
 text-decoration:none;
}
.readmore:hover {
	background: -moz-linear-gradient(  top,  #000000 0%,  #1a1a1a);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#000000),  to(#1a1a1a));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000000;
	-moz-box-shadow:
 0px 2px 3px rgba(000,000,000,0.7),  inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
 0px 2px 3px rgba(000,000,000,0.7),  inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
 0px 2px 3px rgba(000,000,000,0.7),  inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
 0px 1px 0px rgba(000,000,000,0.2),  0px -1px 0px rgba(255,255,255,0.1);
}

.small-images {
	margin:0px;
	padding:0px;
}

.small-images a {
	margin:0px;
	padding:0px;
}

.small-images h2 {
	font-size:16px;
}

.small-images ul
{
list-style-type:none;
margin:0px;
padding:0px;
} 

.small-images ul li {
	margin:20px 15px 0px 0px;
	float:left;	
	padding:10px;
	background: url(../images/si-br.jpg) repeat-x center bottom;
	border: 1px solid #B5B5B5;
	-moz-box-shadow:
		0px 2px 6px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 2px 6px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 2px 6px rgba(000,000,000,0.6),
		inset 0px 0px 1px rgba(255,255,255,0.5);
}

.small-images ul li:hover {
	border: 1px solid #000000;	
	-moz-box-shadow:
 0px 5px 10px rgba(000,000,000,0.9),  inset 0px 0px 1px rgba(255,255,255,0.8);
	-webkit-box-shadow:
 0px 5px 10px rgba(000,000,000,0.9),  inset 0px 0px 1px rgba(255,255,255,0.8);
	box-shadow:
 0px 5px 10px rgba(000,000,000,0.9),  inset 0px 0px 1px rgba(255,255,255,0.8);
}

.small-images ul li:last-child {
	margin:20px 0px 0px;
}

.free-quote {
	margin:10px 5px 10px 5px;
	padding: 7px 14px 7px 14px;	
	text-align:center;
	background:url(../images/fq-br.jpg) center top repeat-x;
	border: 1px solid #99781d;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:
		0px 2px 2px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 2px 2px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 2px 2px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.2);
}

.free-quote:hover {
	border: 1px solid #99781d;
	background:url(../images/fq-br-h.jpg) center top repeat-x;
	-moz-box-shadow:
		0px 2px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 2px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 2px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,1);
}


.free-quote a {
	font-size: 22px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
	text-decoration:blink;
}

.free-quote a:hover {
	color:#ffffff;
	text-decoration:none;
}

.page-container {
    width: 1004px;
    margin-top: -18px;
    padding-top: 6px;
	background-color: #fff;
		-moz-box-shadow:
		0px 2px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 2px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 2px 4px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(255,255,255,1);
}