@import url("font-awesome.css");
 @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,800);
/*------------------------------------------------------------------



[Layout Stylesheet]



	Project:		Focus Business

	Version:		1.0

	Last change:	06/24/2012

	Assigned to:	Rod Howard (rh)





[Table of contents]



	1. Global

	2. Wrapper / #wrapper

	3. Header / #header

	4. Nav / #nav

	5. Responsive Nav / #responsive-nav

	6. Masthead / #masthead

	7. Page Title / #page-title

	8. Welcome / #welcome

	9. Content / #content

	10. Footer / #footer

	11. Copyright / #copyright

	12. Grid / .grid

	13. Miscellaneous



-------------------------------------------------------------------*/







/*------------------------------------------------------------------

[1. Global]

*/



body {
	margin: 0;
	font: 12px/1.7em 'Open Sans', arial, sans-serif;
	background: #DDD url(../img/bg.png) repeat 0 0;
}
p {
	margin-bottom: 2em;
	font: 12px/1.7em 'Open Sans', arial, sans-serif;
}
h1 {
	margin-bottom: .25em;
}
h2 {
	margin-bottom: .5em;
	font-size: 22px;
	font-weight: 600;
}
h3 {
	margin-bottom: .75em;
	font-weight: 600
}
h4, h5, h6 {
	margin-bottom: 1.25em;
}
input {
	font: 13px/1.7em 'Open Sans', arial, sans-serif;
}
/*------------------------------------------------------------------

[2. Wrapper]

*/

.floating-form
{
	background: none repeat scroll 0 0 #333333;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    position: fixed;
    width: 320px;
    z-index: 999;

}

.floating-form label
{
	color:#ffffff;}
	
#floating-contact {
    position: fixed;
    right: 0;
    /*z-index: 0;*/
	margin-top: 240px;
}

#wrapper {
	width: 880px;
	padding: 0 50px;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #DDD\9;
	border-top: 12px solid #222;
	border-bottom: none;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}
/*------------------------------------------------------------------

[3. Header]

*/



#header {
	padding: 15px 0;
}
#header h1 {
	overflow: hidden;
	width: 252px;
	height: 82px;
	margin: 0;
	margin-left: 20px;
	background: url(../img/title.png) no-repeat 0 0;
}
#header h1 a {
	display: block;
}
/*------------------------------------------------------------------

[4. Nav]

*/



#nav {
	margin-bottom: .5em;
}
#nav .container > #main-nav {
	padding: 0;
	margin: 0;
	border-top: 1px solid #DDD;
}
#nav .container > #main-nav > li {
	position: relative;
	top: -1px;
	float: left;
	padding: 0 40px 0 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid #DDD;
}
#nav .container > #main-nav > li:last-child {
	padding-right: 0;
}
#nav .container > #main-nav > li > a {
	position: relative;
	top: -1px;
	display: block;
	padding: 15px 5px 5px;
	color: #999;
	text-transform: uppercase;
	border-top: 1px solid transparent;
}
#nav .container > #main-nav > li > a:hover,  #nav .container > #main-nav > li.dropdown.open > a {
	color: #333;
	text-decoration: none;
	border-top-color: #333;
	border-top-width: 1px;
}
#nav .container > #main-nav > li.active a {
	padding-top: 12px;
	color: #222;
	border-top-color: #0885b5;
	border-top-width: 4px;
}
#nav .container > #main-nav > li > a > .caret {
	position: relative;
	top: -2px;
	margin-left: .5em;
}
#nav .dropdown-menu a:hover {
	background-color: #0885b5;
}
#nav .dropdown-menu > li > a {
	padding: 6px 12px;
}
#nav .dropdown-menu i {
	margin-right: .5em;
	font-size: 14px;
}
 #nav .dropdown-menu::before {
 content: '';
 display: inline-block;
 border-left: 7px solid transparent;
 border-right: 7px solid transparent;
 border-bottom: 7px solid #CCC;
 border-bottom-color: rgba(0, 0, 0, 0.2);
 position: absolute;
 top: -7px;
 left: 9px;
}
 #nav .dropdown-menu::after {
 content: '';
 display: inline-block;
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-bottom: 6px solid white;
 position: absolute;
 top: -6px;
 left: 10px;
}
/*------------------------------------------------------------------

[5. Responsive Nav / #responsive-nav]

*/



#responsive-nav-trigger {
	width: auto;
	padding: 5px 10px;
	background-color: #F8F8F8;
	background-image: url(../img/responsive-nav-bg.png);
	background-position: center right;
	background-repeat: no-repeat;
	color: #8F8F8F;
	font-size: 12px;
	line-height: 1.5;
	border: 1px solid #E8E8E8;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#responsive-nav-trigger.open {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
#responsive-nav {
	position: relative;
	z-index: 1001;
	display: none;
	margin: 0 0 2em;
}
#responsive-nav-items {
	display: none;
	padding: 12px 10px;
	margin: 0 0 1.5em;
	background: #F8F8F8;
	border: 1px solid #e3e3e3;
	border-top: none;
	-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;
}
#responsive-nav-items ul {
	padding: 0;
	margin: 0;
}
#responsive-nav-items li {
	list-style: none;
}
#responsive-nav-items > li > ul > li > a {
	padding-left: 30px;
}
#responsive-nav-items a {
	padding: 8px 10px;
	display: block;
	color: #222;
	font-size: 13px;
	font-weight: 600;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#responsive-nav-items a:hover {
	text-decoration: none;
	background: #DDD;
}
#responsive-nav-items li.active a {
	color: #FFF;
	text-decoration: none;
	background: #0885b5;
}
/*------------------------------------------------------------------

[6. Masthead]

*/



#masthead {
	position: relative;
	/*height: 375px;
	margin-bottom: 2.5em;*/
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
}
.masthead-details {
	position: absolute;
	top: 0;
	right: 0;
	width: 225px;
	height: 335px;
	padding: 20px;
	color: #FFF;
	background: #333;
	background: rgba(0, 0, 0, .70);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
}
.masthead-details h2 {
	margin-bottom: .75em;
	font-size: 28px;
}
.masthead-details p {
	font-size: 14px;
}
#masthead .carousel-control {
	top: 50%;
	left: -72px;
	line-height: 26px;
	opacity: .35;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#masthead .carousel-control:hover {
	opacity: .80;
}
#masthead .carousel-control.right {
	left: auto;
	right: -72px;
}
/*------------------------------------------------------------------

[7. Page Title / #page-title]

*/



#page-title {
	padding: 30px 50px;
	margin: 0 -50px 2.5em;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	background: #EEE;
}
#page-title h1 {
	margin-bottom: .40em;
	font-weight: 600;
}
#page-title p {
	margin-bottom: 0;
	font-size: 15px;
}
/*------------------------------------------------------------------

[8. Welcome]

*/

#welcome h1 {
	padding: 0 0px;
	color: #777;
	font-size: 22px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.75em;
}
#welcome {
	text-align: center;
}
/*------------------------------------------------------------------

[9. Content]

*/



#content {
}
/*------------------------------------------------------------------

[10. Footer]

*/

#footer {
	clear: both;
	padding: 20px 50px;
	margin: 2.5em -50px 0;
	color: #BBB;
	background: #222;
	border-top: 1px solid #111;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
#footer .row {
	margin-bottom: 0;
}
#footer #footer-logo {
	overflow: hidden;
	width: 130px;
	height: 110px;
	background: url(../img/footer-logo.png) no-repeat 0 0;
}
#footer #footer-logo1 {
	overflow: hidden;
	width: 130px;
	height: 110px;
	background: url(../img/footer-logo2.png) no-repeat 0 0;
}
#footer a {
	color: #FFF;
}
/*------------------------------------------------------------------

[11. Copyright]

*/

#copyright {
	clear: both;
	padding: 20px 50px 15px 50px;
	margin: 0 -50px;
	color: #777;
	font-size: 11px;
	text-transform: uppercase;
	background: #000;
	border-top: 1px solid #000;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#copyright #rights {
}
#copyright #totop {
	text-align: right;
}
#copyright a {
	color: #FFF;
}









/*------------------------------------------------------------------

[12. Grid]

*/



[class^="grid-"] {
 float: left;
 margin: 0 0 0 20px;
}
.grid-1 {
	width: 55px;
}
.grid-2 {
	width: 130px;
}
.grid-3 {
	width: 205px;
}
.grid-4 {
	width: 280px;
}
.grid-5 {
	width: 315px;
}
.grid-6 {
	width: 430px;
}
.grid-7 {
	width: 505px;
}
.grid-8 {
	width: 580px;
}
.grid-9 {
	width: 655px;
}
.grid-10 {
	width: 730px;
}
.grid-11 {
	width: 805px;
}
.grid-12 {
	width: 880px;
}
.grid-13 {
	width: 587px;
}
.grid-14 {
	width: 264px;
}
.append-12 {
	padding-right: 900px;
}
.append-11 {
	padding-right: 825px;
}
.append-10 {
	padding-right: 750px;
}
.append-9 {
	padding-right: 675px;
}
.append-8 {
	padding-right: 600px;
}
.append-7 {
	padding-right: 525px;
}
.append-6 {
	padding-right: 450px;
}
.append-5 {
	padding-right: 375px;
}
.append-4 {
	padding-right: 300px;
}
.append-3 {
	padding-right: 225px;
}
.append-2 {
	padding-right: 150px;
}
.append-1 {
	padding-right: 75px;
}
.prepend-12 {
	padding-left: 900px;
}
.prepend-11 {
	padding-left: 825px;
}
.prepend-10 {
	padding-left: 750px;
}
.prepend-9 {
	padding-left: 675px;
}
.prepend-8 {
	padding-left: 600px;
}
.prepend-7 {
	padding-left: 525px;
}
.prepend-6 {
	padding-left: 450px;
}
.prepend-5 {
	padding-left: 375px;
}
.prepend-4 {
	padding-left: 300px;
}
.prepend-3 {
	padding-left: 225px;
}
.prepend-2 {
	padding-left: 150px;
}
.prepend-1 {
	padding-left: 75px;
}
 .row [class^="grid-"]:first-child {
 margin-left: 0;
}
 .row.nopad [class^="grid-"] {
 margin-bottom: 0;
}
.row.divider:last-child {
	margin-bottom: 0;
	border: none;
}
.row-divider {
	margin: 1.5em 0 3em;
	border: none;
	border-bottom: 1px dotted #CCC;
}
/*------------------------------------------------------------------

[13. Miscellaneous]

*/



.slash {
	padding-right: .25em;
	color: #0885b5;
}
.social-icons-container {
	width: 100%;
	display: table;
	padding: 0;
	margin: 2.5em 0 0;
	list-style: none;
}
.social-icons-container li {
	width: 33%;
	display: table-cell;
	text-align: center;
}
.social-icon {
	width: 50px;
	height: 50px;
	display: inline-block;
	overflow: hidden;
	line-height: 600px;
	background: url(../img/social/social-sprite.png) no-repeat 0 0;
}
.social-icon-twitter {
	background-position: 0 0;
}
.social-icon-twitter:hover {
	background-position: 0 -50px;
}
.social-icon-googleplus {
	background-position: -50px 0;
}
.social-icon-googleplus:hover {
	background-position: -50px -50px;
}
.social-icon-facebook {
	background-position: -100px 0;
}
.social-icon-facebook:hover {
	background-position: -100px -50px;
}
.clearfix,  .row {
	zoom: 1;
}
.clearfix:before,  .row:before,  .clearfix:after,  .row:after {
	content: "";
	display: table;
}
.clearfix:after,  .row:after {
	clear: both;
}
.check_out_main {
	width:100%;
	float:left;
	background-image:url(../img/single-check2.png);
	background-repeat:repeat-y;
	background-repeat:repeat-x;
	background-repeat:repeat;
	border:0px solid black;
	z-index:3;
	position:relative;
	border-radius:5px;
	-moz-box-shadow: 0 0 2px 2px #888;
	-webkit-box-shadow: 0 0 2px 2px#888;
	box-shadow: 0 0 2px 2px #888;
	margin-top:25px;
}
.check_out_hd {
	float:left;
	width:100%;
	/*height:33px;*/
	background:url(../img/hd1.png);
	background-repeat:repeat;
	background-size:100% 100%;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	/*padding: 6px 0 6px 23px;*/
}
.check_out_hd_heading
{
	padding:1% 0 1% 5%;
}
.check_out_leftsidebar {
	width:45%;
	float:left;
	border:0px solid black;
	margin-left:18px;
	margin-bottom:24px;
	margin-top:6px;
}
.check_out_sidebartxt {
	font: 12px/1.7em 'Open Sans';
	color:#333333;
	float:left;
	margin-top:5px;
}
.italic_txt {
	font-family: 'Open Sans';
	font-size:12px;
	font-weight: 600;
	color:#0887b4;
	font-style:italic;
}
.check_out_btn {
	float:right;
	margin-top:7px;
}
.checkout_logo {
	background-image:url(../img/check_logo.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:4;
}
.checkout_text {
	position:relative;
	z-index:2;
}
.btn1-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #bbd555;
 *background-color: #bbd555;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
 .btn1-primary:hover, {
 color: #ffffff;
 background-color: #c2db61;
 *background-color: #92b214;
}
.btn1 {
	display: inline-block;
 *display: inline;
	/*  padding: 4px 12px;*/

  margin-bottom: 0;
	/* *margin-left: .3em;*/

  font-size: 10.93px;
	text-transform:lowercase;
	/*<!-- line-height: 20px;-->*/

  color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
 *background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
 *border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 *zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn1:hover,  .btn1:active,  .btn1.active,  .btn1.disabled,  .btn1[disabled] {
	color: #333333;
	background-color: #e6e6e6;
 *background-color: #d9d9d9;
}
.btn1:active,  .btn1.active {
	background-color: #cccccc \9;
}
.btn1:first-child {
 *margin-left: 0;
}
.btn1:hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn1:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn1.active,  .btn1:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn1.disabled,  .btn1[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn1-primary.active,  .btn1-warning.active,  .btn1-danger.active,  .btn1-success.active,  .btn1-info.active,  .btn1-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn1 {
	border-color: #c5c5c5;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn1-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #35a8d4;
 *background-color: #35a8d4;
	background-image: -moz-linear-gradient(top, #35a8d4, #0c88b7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#35a8d4), to(#0c88b7));
	background-image: -webkit-linear-gradient(top, #35a8d4, #0c88b7);
	background-image: -o-linear-gradient(top, #35a8d4, #0c88b7);
	background-image: linear-gradient(to bottom, #35a8d4, #0c88b7);
	background-repeat: repeat-x;
	border-color: #0c88b7 #0c88b7 #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9fec09', endColorstr='#ff92b214', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	height:26px;
	/*width:64px;*/
	font-family:Arial, Helvetica, sans-serif;
}
.btn1-primary:hover,  .btn1-primary:active,  .btn1-primary.active,  .btn1-primary.disabled,  .btn1-primary[disabled] {
	color: #ffffff;
	background-color: #0c88b7;
 *background-color: #0c88b7;
}
.btn1-primary:active,  .btn1-primary.active {
	background-color: #003399 \9;
}
/*------------------------------------------------------------*/



.btn-yellow-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #bbd555;
 *background-color: #bbd555;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
 .btn-yellow-primary:hover, {
 color: #ffffff;
 background-color: #c2db61;
 *background-color: #92b214;
}
.btn-yellow {
	display: inline-block;
 *display: inline;
	/*  padding: 4px 12px;*/

  margin-bottom: 0;
	/* *margin-left: .3em;*/

  font-size: 10.93px;
	text-transform:lowercase;
	/*<!-- line-height: 20px;-->*/

  color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
 *background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
 *border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 *zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-yellow:hover,  .btn-yellow:active,  .btn-yellow.active,  .btn-yellow.disabled,  .btn-yellow[disabled] {
	color: #333333;
	background-color: #e6e6e6;
 *background-color: #d9d9d9;
}
.btn-yellow:active,  .btn-yellow.active {
	background-color: #cccccc \9;
}
btn-yellow:first-child {
 *margin-left: 0;
}
.btn-yellow:hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn-yellow:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn-yellow.active,  .btn-yellow:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-yellow.disabled,  .btn-yellow[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-yellow-primary.active,  .btn-yellow-warning.active,  .btn-yellow-danger.active,  .btn-yellow-success.active,  .btn-yellow-info.active,  .btn-yellow-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn-yellow {
	border-color: #c5c5c5;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-yellow-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #fcb833;
 *background-color: #fcb833;
	background-image: -moz-linear-gradient(top, #fcb833, #c98c00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcb833), to(#c98c00));
	background-image: -webkit-linear-gradient(top, #fcb833, #c98c00);
	background-image: -o-linear-gradient(top, #fcb833, #c98c00);
	background-image: linear-gradient(to bottom, #fcb833, #c98c00);
	background-repeat: repeat-x;
	border-color: #c98c00 #c98c00 #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9fec09', endColorstr='#ff92b214', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	height:26px;
	/*width:64px;*/
	font-family:Arial, Helvetica, sans-serif;
}
.btn-yellow-primary:hover,  .btn-yellow-primary:active,  .btn-yellow-primary.active,  .btn-yellow-primary.disabled,  .btn-yellow-primary[disabled] {
	color: #ffffff;
	background-color: #c98c00;
 *background-color: #c98c00;
}
.btn-yellow-primary:active,  .btn-yellow-primary.active {
	background-color: #003399 \9;
}
/*******************************************************/



.btn-blue-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #bbd555;
 *background-color: #bbd555;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
 .btn-blue-primary:hover, {
 color: #ffffff;
 background-color: #c2db61;
 *background-color: #92b214;
}
.btn-blue {
	display: inline-block;
 *display: inline;
	/*  padding: 4px 12px;*/

  margin-bottom: 0;
	/* *margin-left: .3em;*/

  font-size: 10.93px;
	text-transform:lowercase;
	/*<!-- line-height: 20px;-->*/

  color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
 *background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
 *border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 *zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-blue:hover,  .btn-blue:active,  .btn-blue.active,  .btn-blue.disabled,  .btn-blue[disabled] {
	color: #333333;
	background-color: #e6e6e6;
 *background-color: #d9d9d9;
}
.btn-blue:active,  .btn-blue.active {
	background-color: #cccccc \9;
}
btn-blue:first-child {
 *margin-left: 0;
}
.btn-blue:hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn-blue:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn-blue.active,  .btn-blue:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-blue.disabled,  .btn-blue[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-blue-primary.active,  .btn-blue-warning.active,  .btn-blue-danger.active,  .btn-blue-success.active,  .btn-blue-info.active,  .btn-blue-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn-blue {
	border-color: #c5c5c5;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-blue-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #37aad6;
 *background-color: #37aad6;
	background-image: -moz-linear-gradient(top, #37aad6, #0f8aba);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#37aad6), to(#0f8aba));
	background-image: -webkit-linear-gradient(top, #37aad6, #0f8aba);
	background-image: -o-linear-gradient(top, #37aad6, #0f8aba);
	background-image: linear-gradient(to bottom, #37aad6, #0f8aba);
	background-repeat: repeat-x;
	border-color: #0f8aba #0f8aba #0f8aba;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9fec09', endColorstr='#ff92b214', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	height:26px;
	/*width:64px;*/
	font-family:Arial, Helvetica, sans-serif;
}
.btn-blue-primary:hover,  .btn-blue-primary:active,  .btn-blue-primary.active,  .btn-blue-primary.disabled,  .btn-blue-primary[disabled] {
	color: #ffffff;
	background-color: #0f8aba;
 *background-color: #0f8aba;
}
.btn-blue-primary:active,  .btn-blue-primary.active {
	background-color: #003399 \9;
}
/********************************************************/

.btn-yellow2-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #bbd555;
 *background-color: #bbd555;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
 .btn-yellow2-primary:hover, {
 color: #ffffff;
 background-color: #c2db61;
 *background-color: #92b214;
}
.btn-yellow2 {
	display: inline-block;
 *display: inline;
	/*  padding: 4px 12px;*/

  margin-bottom: 0;
	/* *margin-left: .3em;*/

  font-size: 10.93px;
	text-transform:lowercase;
	/*<!-- line-height: 20px;-->*/

  color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
 *background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
 *border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 *zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-yellow2:hover,  .btn-yellow2:active,  .btn-yellow2.active,  .btn-yellow2.disabled,  .btn-yellow2[disabled] {
	color: #333333;
	background-color: #e6e6e6;
 *background-color: #d9d9d9;
}
.btn-yellow2:active,  .btn-yellow2.active {
	background-color: #cccccc \9;
}
btn-yellow2:first-child {
 *margin-left: 0;
}
.btn-yellow2:hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn-yellow2:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn-yellow2.active,  .btn-yellow2:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-yellow2.disabled,  .btn-yellow2[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-yellow2-primary.active,  .btn-yellow2-warning.active,  .btn-yellow2-danger.active,  .btn-yellow2-success.active,  .btn-yellow2-info.active,  .btn-yellow2-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn-yellow2 {
	border-color: #c5c5c5;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-yellow2-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #fdae00;
 *background-color: #fdae00;
	background-image: -moz-linear-gradient(top, #fdae00, #cf8e00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdae00), to(#cf8e00));
	background-image: -webkit-linear-gradient(top, #fdae00, #cf8e00);
	background-image: -o-linear-gradient(top, #fdae00, #cf8e00);
	background-image: linear-gradient(to bottom, #fdae00, #cf8e00);
	background-repeat: repeat-x;
	border-color: #cf8e00 #cf8e00 #cf8e00;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9fec09', endColorstr='#ff92b214', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	height:26px;
	/*width:64px;*/
	font-family:Arial, Helvetica, sans-serif;
}
.btn-yellow2-primary:hover,  .btn-yellow2-primary:active,  .btn-yellow2-primary.active,  .btn-yellow2-primary.disabled,  .btn-yellow2-primary[disabled] {
	color: #ffffff;
	background-color: #cf8e00;
 *background-color: #cf8e00;
}
.btn-yellow2-primary:active,  .btn-yellow2-primary.active {
	background-color: #003399 \9;
}
.cart_main {
	width:100%;
	float:left;
	border-radius: 10px;
	background:#ececec;
	margin-top:25px;
	border-bottom: 1px solid #d9d9d9;
}
.cart_hd {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#464040;
	text-align:center;
	font-size:14px;
	margin:10px 0 0 0;
}
.cart_txt {
	/*border-bottom:1px solid black;*/

	float: left;
	margin: 10px 0 0 19px;
	width: 89%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#636363;
}
.divider-line {
	margin: .5em 0 0em;
	border: none;
	border-bottom: 1px solid #d9d9d9;
	width:100%;
	float:left;
}
.bottom_border {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height:38px;
	background:url(../img/cart_bottom.png);
	background-repeat:repeat-x;
	float:left;
	width:100%;
}
.proceed {
	
	margin:11px auto;
	width:100%;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	cursor:pointer;
}
.cart_numeric
{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#0088bb;
	float:right;
}
.check-out-body
{
	float:left;
	width:100%;
}
/***********************************************************/
.btn-proceed-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #bbd555;
 *background-color: #bbd555;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
 .btn-proceed-primary:hover, {
 color: #ffffff;
 background-color: #c2db61;
 *background-color: #92b214;
}
.btn-proceed {
	display: inline-block;
 *display: inline;
	/*  padding: 4px 12px;*/

  margin-bottom: 0;
	/* *margin-left: .3em;*/

  font-size: 15px;
	text-transform:uppercase;
	font-weight:bold;
	/*<!-- line-height: 20px;-->*/

  color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
 *background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
 *border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 *zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-proceed:hover,  .btn-proceed:active,  .btn-proceed.active,  .btn-proceed.disabled,  .btn-proceed[disabled] {
	color: #333333;
	background-color: #e6e6e6;
 *background-color: #d9d9d9;
}
.btn-proceed:active,  .btn-proceed.active {
	background-color: #cccccc \9;
}
.btn-proceed:first-child {
 *margin-left: 0;
}
.btn-proceed:hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn-proceed:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn-proceed.active,  .btn-proceed:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-proceed.disabled,  .btn-proceed[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-proceed-primary.active,  .btn-proceed-warning.active,  .btn-proceed-danger.active,  .btn-proceed-success.active,  .btn-proceed-info.active,  .btn-proceed-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn-proceed {
	border-color: #c5c5c5;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-proceed-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #35a8d4;
 *background-color: #35a8d4;
	background-image: -moz-linear-gradient(top, #35a8d4, #0c88b7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#35a8d4), to(#0c88b7));
	background-image: -webkit-linear-gradient(top, #35a8d4, #0c88b7);
	background-image: -o-linear-gradient(top, #35a8d4, #0c88b7);
	background-image: linear-gradient(to bottom, #35a8d4, #0c88b7);
	background-repeat: repeat-x;
	border-color: #0c88b7 #0c88b7 #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9fec09', endColorstr='#ff92b214', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	height:31px;
	width:162px;
	font-family:Arial, Helvetica, sans-serif;
}
.btn-proceed-primary:hover,  .btn-proceed-primary:active,  .btn-proceed-primary.active,  .btn-proceed-primary.disabled,  .btn-proceed-primary[disabled] {
	color: #ffffff;
	background-color: #0c88b7;
 *background-color: #0c88b7;
}
.btn-proceed-primary:active,  .btn-proceed-primary.active {
	background-color: #003399 \9;
}
.img-txt
{
	float:left;
	margin-top:-139px;
	margin-left:68px;
	position:absolute;
}
.img-txt h1
{
	color: #FFFFFF;
    font-family: 'bebas_neueregular';
    font-size: 60px;
    font-weight: normal !important;
    margin-bottom: 0.5em;
    text-shadow: 0 0 0 #4F4F50, 0 0 3px #E3E2E7;
    text-transform: uppercase;
	line-height:0px;
}
.img-txt h2
{
	color: #FFFFFF;
    font-family: 'bebas_neueregular';
    font-size: 48.25px;
    font-weight: normal !important;
    margin-bottom: 0.5em;
    text-shadow: 0 0 0 #4F4F50, 0 0 3px #E3E2E7;
    text-transform: uppercase;
	line-height:0px;
	margin-top: 20px;
}
.style1
{
	font-family: 'allerregular';
	font-size:18px;
	color: #FFFFFF;
	font-weight: normal;
}
.top-text
{
	float:right; text-align:right; /*line-height: 25px;*/
}
.top-text form
{
	margin:0px;
}
.top-text input[type="text"]
{
	height:16px;
	width:190px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-right: -3px;
}
.btn-search
{
	font-size: 11px;
    line-height: 16px;
    padding: 4.5px 9px;
	margin-top: -10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.top-text span
{
	 width: 30px;
	display:inline-block;
}
.style2
{
	font-family: 'oswaldbook';
	color:#f7590f;
	font-size:28.64px;
	text-shadow: 1px 1px 0 #FFFFFF, 1px 0 1px white;
}
.style3
{
	font-family: 'allerregular';
	font-size:12px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 15px;
}
.style4
{
	font-family:font-family: 'oswaldbook';
	font-size:15px;
	color:#dbbff7;
}
.style5
{
	font-family: 'oswaldbook';
	color:#ffffff;
	font-size:26.5px;
	text-shadow: 1px 1px 0 #1d2a19, 1px 0 1px #1d2a19;
}
.style6
{
	font-family: 'allerregular';
	font-size:14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 15px;
}
.style7
{
	color: #fff609;
    font-family: 'bebas_neueregular';
    font-size: 48.25px;
    font-weight: normal !important;
    margin-bottom: 0.5em;
   text-shadow: 0 0 0 #FFFFFF, 0 0 3px #000000;
    text-transform: uppercase;
	line-height:5px;
}
.style8
{
	color: #FFFFFF;
    font-family: 'bebas_neueregular';
    font-size: 34px;
    font-weight: normal !important;
    margin-bottom: 0.5em;
    text-shadow: 0 0 0 #4F4F50, 0 0 3px #E3E2E7;
    text-transform: uppercase;
	line-height:0px;
}
.style9
{
	color: #fa1954;
    font-family: 'bebas_neueregular';
    font-size: 60px;
    font-weight: normal !important;
    text-shadow:2px 0 0 #FFFFFF, 0 0 0 #FFFFFF;
    text-transform: uppercase;
	line-height:0px;
}
.style10
{
	color: #ff5573;
    font-family: 'bebas_neueregular';
    font-size: 74.48px;
    font-weight: normal !important;
    text-shadow:2px 0 0 #4f4f50, 0 0 0 #e3e2e7;
    text-transform: uppercase;
}
.img-txt-right
{
	float:right;
	margin-top:-139px;
	position:relative;
	width:60%;
}
.img-txt-right h1
{
	color: #fff609;
    font-family: 'bebas_neueregular';
    font-size: 60px;
    font-weight: normal !important;
    margin-bottom: 0.5em;
    text-shadow: 2px 1px 0 #FFFFFF, 1px 0 0 #000000;
    text-transform: uppercase;
	line-height:5px;
}
.img-txt-right h2
{
	color: #FFFFFF;
    font-family: 'bebas_neueregular';
    font-size: 48.25px;
    font-weight: normal !important;
    margin-bottom: 0.5em;
    text-shadow: 0 0 0 #4F4F50, 0 0 3px #E3E2E7;
    text-transform: uppercase;
	line-height:0px;
}
.img-txt-right h3
{
	color: #FFFFFF;
    font-family: 'bebas_neueregular';
    font-size: 60px;
    font-weight: normal !important;
    margin-bottom: 0.5em;
    text-shadow: 0 0 0 #4F4F50, 0 0 3px #E3E2E7;
    text-transform: uppercase;
	line-height:0px;
	margin-top: 20px;
}
#main-nav img
{
	float:left;
	margin: -1px 6px 0 0;
}






/*Developed By Dibyendu On 06-11-13*/

.table th, .table td.centre{text-align:center;}



table tr th.plan-title {
	background-color: #686868;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    font-size: 16px;
	font-weight:normal;
	text-shadow:1px 1px solid #CCC;
    padding: 10px 0;
	text-align:center;
}


table tr td.plan-price {
    background-color: #797979;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 66px;
    line-height: 0.3em;
    padding: 0px 0 10px 20px;
	color:#fff;
}


table tr td span.note {
    display: inline;
    font-size: 17px;
    line-height: 0.8em;
    position: relative;
    top: -5px;
	left:-8px;
}

table tr td span.term {
    display: block;
    font-size: 13px;
    line-height: 0;
    margin-bottom: 0;
    padding: 2em 0 1em;
	position:relative;
	left:-8px;
}
table tr td.centre a.btn {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 1em 2em;
}





table tr td.blue {
    color: #00A3B0;
    font-size: 23px;
    line-height: 28px;
	text-align:center;
}






#button2 {
  background: #e8007e;
  border: 2px solid #eee;
 /* height: 38px;*/
  width: 85px;
  margin: 10px auto 10px auto;
  overflow: hidden;
  display: block;
  text-align: center;
  vertical-align:middle;
  font-size:14px;
  font-weight:bold;
  line-height: 20px;
  text-decoration:none;
  color:#fff;
  padding:6px 0px 10px 0px;
  
  
 *Rounded Corners*/
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
  
 /*Gradient*/
 background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
 background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
 background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
 background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
 background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  
 /*Shadow*/
 -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
 box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);


/*Transition*/
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
  
  
}



#button2:hover {
  background-color: #f80a8b;
}


/*Rounded Corners*/
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
  
 /*Gradient*/
 background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
 background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
 background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
 background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
 background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  
 /*Shadow*/
 -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
 box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);


/*Transition*/
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;



