* {margin:0;padding:0;}

body {
	background: #161616;
	margin: 0;
	padding: 0;	
	font-size: 1em;
	font-family: Arial;
}

img {
	border: 0px;	
}
.wp-smiley {
	width: auto !important;
}
h1 {
	font-family: 'futuraMdcnReg', arial, 'Times New Roman';
	color: #ffffff;
	text-transform: uppercase;
	font-size: 300%;
}
h2 {
	font-family: 'futuraMdcnReg', arial, 'Times New Roman';
	color: #ffffff;
	text-transform: uppercase;
	font-size: 225%;
	font-weight: normal;
}
h3 {
	font-family: 'futuraMdcnReg', arial, 'Times New Roman';
	text-transform: uppercase;
	font-size: 150%;
	font-weight: normal;
	margin: 0px;
}
h4 {
	font-family: arial;
	font-size: 100%;
	font-weight: bold;
}
p {
	font-family: arial,'Times New Roman';
	font-size: 75%;
	line-height: 16px;
}
li {
	font-family: arial,'Times New Roman';	
}
textarea {
	font-family: arial,'Times New Roman';	
	font-size: 100%; 
	width: 720px;
	border: 1px solid #FFF;
	background: #272727;
	color: #FFF;
	padding: 10px;
}
textarea:focus {
	color: #272727;
	background-color: #FFF;
}

.container {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	min-height: 150px;
}
.clear {
	clear:both;
}
.last {
	margin-right: 0px !important;
}
.errors {
	padding: 10px;
	background-color: #FABBBB;
	border: 1px solid #850B0B;
	color: #850B0B;	
	margin-top: 20px;
}
.errors li {
	font-size: 80%;
}	
.content .errors p {
	margin-top: 0px;
}
.success {
	padding: 10px;
	background-color: #D0F7D1;
	border: 1px solid #176319;
	color: #176319;	
}
.success li {
	font-size: 80%;
}	

.blue_button {
	background: #68c0e5; /* Old browsers */
	background: -moz-linear-gradient(top, #68c0e5 0%, #2989d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68c0e5), color-stop(100%,#2989d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #68c0e5 0%,#2989d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #68c0e5 0%,#2989d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #68c0e5 0%,#2989d8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #68c0e5 0%,#2989d8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68c0e5', endColorstr='#2989d8',GradientType=0 ); /* IE6-9 */
	text-transform: uppercase;
}
.blue_button a {
	color: #FFF;
	text-decoration: none;
	font-family: Arial;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 75%;
	padding: 8px 10px 7px 10px;	
}
.blue_button a:hover {
	color: #FFB119;
}

.yellow_button {
	text-transform: uppercase;
	background: #ffc11e; /* Old browsers */
	background: -moz-linear-gradient(top, #ffc11e 0%, #ffa214 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc11e), color-stop(100%,#ffa214)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc11e 0%,#ffa214 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc11e 0%,#ffa214 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc11e 0%,#ffa214 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffc11e 0%,#ffa214 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc11e', endColorstr='#ffa214',GradientType=0 ); /* IE6-9 */
}
.yellow_button a {
	color: #FFF;
	text-decoration: none;
	font-family: Arial;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 75%;
	padding: 8px 10px 7px 10px;	
}
.form_yellow_button {
	background: #ffc11e; /* Old browsers */
	background: -moz-linear-gradient(top, #ffc11e 0%, #ffa214 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc11e), color-stop(100%,#ffa214)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc11e 0%,#ffa214 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc11e 0%,#ffa214 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc11e 0%,#ffa214 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffc11e 0%,#ffa214 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc11e', endColorstr='#ffa214',GradientType=0 ); /* IE6-9 */
	text-transform: uppercase;	
	color: #FFF;
	text-decoration: none;
	font-family: Arial;
	padding: 8px 10px 7px 10px;	
	border: 0px;
	cursor: pointer;
}

.border {
	background-image: url('/assets/images/layout/border.jpg');
	background-repeat: no-repeat;
	width: 960px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.content-border {
	background-image: url('/assets/images/layout/content-border.jpg');
	background-repeat: no-repeat;
	width: 745px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.yellow {
	color: #FFB71B;
	float: none !important;
}
.grey {
	color: #777777;
}
.white {
	color: #FFF;
}
.blue {
	color: #3291DA;
}
.blue_button_image {
	width: 96px !important;
}

/********** END OF DEFAULTS SET AT TOP ********/

/***** CUSTOM FONTS ****/
@font-face {
	/* thin font */
	font-family: "blissMedium";
	src: url('../fonts/blissmedium.eot');
	src: url('../fonts/blissmedium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/blissmedium.woff') format('woff'),
	url('../fonts/blissmedium.ttf') format('truetype'),
	url('../fonts/blissmedium.svg#blissmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	/* thin font */
	font-family: "futuraMdcnReg";
	src: url('../fonts/futura_mdcn_bt.eot');
	src: url('../fonts/futura_mdcn_bt.eot?#iefix') format('embedded-opentype'),
	url('../fonts/futura_mdcn_bt.woff') format('woff'),
	url('../fonts/futura_mdcn_bt.ttf') format('truetype'),
	url('../fonts/futura_mdcn_bt.svg#futura_mdcn_bt') format('svg');
	font-weight: normal;
	font-style: normal;
}

/******** HEADER STYLING ********/
#header {
	width: 100%;
	height: 145px;
	background-image:url('/assets/images/layout/header-background.jpg');
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
}
#header .container {
	height: 160px;
}
#header .logo {
	float: left;
	background-image: url('/assets/images/layout/logo.png');
	background-repeat: no-repeat;
	height: 382px;
	width: 332px;
	display: block;
	margin-left: -70px;
	position: relative;
	z-index: 100;
}
#header .logo a {
	display: block;
	width: 330px;
	height: 125px;
}
#header ul {
	list-style-type: none;
	padding: 0px;
	float: right;
	margin-top: 0px;
	position: relative;
}
#header ul li {
	float: left;
	padding: 0;
	margin: 0;
	height: 39px;
	border-left: 2px groove #ffc33a;
}
#header ul .right {
	border-right: 2px groove #ffc33a;
}
#header ul li a {
	font-size: 97%;
	font-family: 'blissMedium', arial, 'Times New Roman';
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 23px 10px 22px;
	float: left;
}
#header ul li a:hover {
	background: #ffa312; 
	background: -moz-linear-gradient(top, #ffa312 0%, #ffb71c 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa312), color-stop(100%,#ffb71c));
	background: -webkit-linear-gradient(top, #ffa312 0%,#ffb71c 100%);
	background: -o-linear-gradient(top, #ffa312 0%,#ffb71c 100%);
	background: -ms-linear-gradient(top, #ffa312 0%,#ffb71c 100%); 
	background: linear-gradient(to bottom, #ffa312 0%,#ffb71c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa312', endColorstr='#ffb71c',GradientType=0 );
}
#header ul li ul {
	display: none;
}
#header ul li:hover ul {
	display: block;	
	position: absolute;
	top: 37px;
	background-color: #ffbc3c;
	min-width: 260px;
	padding-right: 0px;
	margin-right: 0px;
	z-index: 10001;
}
#header ul li ul li {
	position: relative;
	left: -2px;
	clear: both;
}
#header ul li:hover ul li a {
	display: block;
	margin-right: 0px;
	width: 240px;
	padding-right: 0px;	
	font-size: 80%;
}
#header ul li:hover ul li a:hover {
	background: #FFF;
	color: #ffbc3c;	
	display: block;
}
#header ul li ul.header_products_menu {
	top: 20px;
	margin-left: 3px;
	position: absolute;
	background-color: #161616;
	min-width: 200px;
	padding-right: 0px;
	margin-right: 0px;
	z-index: 10001;	
}
#header ul li:hover ul.header_products_menu li {
	border-right: 0px;	
}
#header ul li:hover ul.header_products_menu li a {
	display: block;
	margin-right: 0px;
	width: 140px;
	padding-right: 0px;	
}
#header ul li:hover ul.header_products_menu li a:hover {
	color: #ffbc3c;	
	display: block;
	background: #161616;
}

#header span a {
	text-decoration: none;
}
#header span img {
	margin-top: 2px;	
	margin-right: 3px;
}
#header .phone_numbers {
	float: left;
}
#header .phone_numbers p {
	font-family: 'futuraMdcnReg', arial;
	color: #ffffff;
	font-weight: normal;
	float: left;
	width: 330px;
	font-size: 200%;
	margin: 15px 0 0 35px;
}
#header .phone_numbers .caption {
	color: #60b3d6;
}
#header .flags {
	float: right;
	margin: 12px 0 0 0;
}
.music_player {
	position: absolute;
	float: left;
	margin-top: 305px;
}
.main_product_image {
	display: block;	
	width: 745px;
	min-height: 270px;
}

.container #gallery-1 .gallery-caption {
	display: none;
}

#sub-navigation {
	width: 662px;
	float: right;
	height: 50px;
	margin: 25px 0 0 0;	
}
#sub-navigation ul li a {
	font-size: 80%;
	padding: 0 5px;
	margin: 0;	
	text-decoration: none;
	color: #ffffff;
}
#sub-navigation ul li a:hover {
	background: #161616;
	color: #ffb71b;
}
#sub-navigation p {
	color: #ffb71b;
	font-family: 'blissMedium', arial;
	text-transform: uppercase;
	margin-top: 0px;
	font-size: 100%;
}
#sub-navigation ul {
	list-style-type: none;
	padding: 0;
	float: left;
	margin: 0 0 0 -5px;	
	position: relative;
	z-index: 10000;
}
#sub-navigation ul li {
	display: inline;
	font-family: 'blissMedium', arial;
	text-transform: uppercase;
	color: #ffffff;
	border-right: #464646 2px solid;
	border-left: 0px;
	height: auto;
	padding: 5px 0;
}
#sub-navigation ul li.none {
	border-right: none;	
}
#sub-navigation ul li.none a{
	padding-right: 0px;
}


/******** FOOTER STYLING ********/
#footer {
	position: relative;	
	clear:both;
	background: #272727;
	border-top: 1px solid #b1b1b1;
	overflow: hidden;
	margin-top: 20px;
}
#footer #upper-footer {
	height: 195px;
}
#footer #upper-footer ul {
	float: left;
	width: 215px;
}
#footer #upper-footer ul {
	padding: 0;
	list-style-type: none;
	margin: 20px 0 0 0;
}
#footer #upper-footer ul li {
	padding: 0;
	list-style-type: none;
	height: 23px;
	font-size: 90%;
}
#footer #upper-footer ul a {
	font-size: 80%;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'blissMedium', arial, 'Times New Roman';
}
#footer #upper-footer ul a:hover {
	color: #FFB71B;
}
#footer #upper-footer #contact {
	float: right;
	width: 150px;
	text-align: right;
	margin: 20px 0;
}
#footer #upper-footer #contact h1 {
	font-size: 200%;
	font-weight: normal;
}
#footer #upper-footer #contact h2 {
	font-size: 140%;
	font-weight: normal;	
	margin-bottom: 20px;
	margin-top: -5px;
}
#footer #upper-footer #contact p {
	font-family: 'blissMedium', Arial, 'Times New Roman';
	font-size: 75%;
	text-transform: uppercase;
}
#footer #upper-footer #contact address {
	color: #cccccc;
	font-size: 75%;
	font-family: 'blissMedium', arial, 'Times New Roman';
	font-style: normal;
	margin: 15px 0 0 0;
	letter-spacing: 0px;
	font-weight: normal;
	text-transform: uppercase;
}
#footer #upper-footer #contact address span {
	display: block;
	margin-bottom: 1px;
}
#footer #lower-footer {
	background: #f4a016;
	border-top: 1px solid #ffffff;
	height: 46px;
	font-size: 90%;
	font-family: arial, 'Times New Roman';
	color: #ffffff;
	overflow: hidden;
	width: 100%;
}
#footer #lower-footer .copyright {
	float: left;
	margin-top: 15px;
}
#footer #lower-footer .rapidweb {
	float: right;
	margin-top: 15px;
}
#footer #lower-footer .rapidweb a {
	text-decoration: none;
	color: inherit;
}

/******** MAIN AREA - TOP GENERAL STYLING ********/
#top-content {
	width: 960px;
	padding-top: 120px;
	z-index: 1;
}
#top-content .contact {
	margin-top: 40px;
	position: relative;
	z-index: 1000;
}

#top-content img {
	border: none;
	float: right;
}
#top-content #slideshow {
	width: 802px;
	height: 353px;
	position: absolute;
	margin-left: 158px;
}
#top-content #slideshow h1 {
	margin: -10px 0 4px 35px;
}
#top-content #slideshow .title {
	color: #ffb119;
	font-family: 'futuraMdcnReg', arial, 'Times New Roman';
	margin: 90px 0 -4px 37px;
	text-transform: uppercase;
	font-size: 140%;
}
#top-content #slideshow p {
	width: 260px;
	color: #ffffff;
	margin: 4px 0 25px 35px;
}
#top-content #slideshow ul {
	margin: 60px 0 0 35px;
}
#top-content #slideshow ul li {
	list-style-type: none;
	display: inline;
	float: left;
	margin-right: 5px;
}
#top-content #slideshow ul a {
	display: block;
	background: #888888;
	height: 15px;
	width: 15px;
	border-radius: 50%;
}
#top-content #slideshow ul a span {
	display: none;
}
#top-content #slideshow ul .active {
	background: #ffb119;
}

/******** MAIN AREA - LOWER CONTENT AREA GENERAL STYLING ********/
.container .box-2 {
	/*float: left;
	width: 470px;
	height: 235px;
	margin: 20px 20px 0 0;*/
}
.container .box-2.video_box {
	min-height: 235px;
	height: auto;
}
.container .box-3 {
	float: left;
	width: 306px;
	margin: 0 20px 0 0;
}
.container .box-4 {
	float: left;
	width: 225px;
	height: 260px;
	margin: 5px 20px 0 0;
}

.container .home_description {
	color: #FFB119;
	margin-top: 13px;
}
.container .home_description p {
	color: #FFF;
	width: 410px;
	margin: 10px 0 0 0;
}
.container .home_description h1 {
	font-family: 'futuraMdcnReg', arial, 'Times New Roman';
	text-transform: uppercase;
	font-size: 225%;
	font-weight: normal;
}
.container .home_description h2 {
	font-family: 'futuraMdcnReg', arial, 'Times New Roman';
	text-transform: uppercase;
	font-size: 150%;
	font-weight: normal;
	margin: 0px;
	color: #FFB71B;	
}
.container .latest_news {
	background-color: #272727;
	padding: 5px 10px;
	width: 450px;
	height: 225px;
}
.container .box-2 .latest_news h3 {
	color: #FFF;
}
.container .box-2 .latest_news h4 {
	margin: 10px 0;
}
.container .box-2 .latest_news h4 a {
	color: #ffb119;
	text-decoration: none;
}
.container .box-2 .latest_news p {
	width: 280px;
	float: left;
	color: #FFF;
	height: 110px;
	overflow: hidden;
	margin-right: 20px;
}
.container .box-2 .latest_news .latest_news_pager {
	position: relative;
	top: 13px;
}
.container .box-2 .latest_news .latest_news_pager a {
	background: none repeat scroll 0 0 #888888;
	border-radius: 50% 50% 50% 50%;
	color: #000000;
	display: block;
	float: left;
	font-size: 1%;
	height: 15px;
	margin-right: 5px;
	text-decoration: none;
	width: 15px;	
}
.container .box-2 .latest_news .latest_news_pager a.activeSlide {
	background-color: #63BCE4;
}
.container .box-2 .latest_news a img {
	border: 1px solid #848484;
	float: left;
	width: 140px;
}
.container .box-2 .latest_news .blue_button {
	width: 90px;
}
.container .homepage_3 h3 {
	color: #FFF;
}
.container .homepage_3 p {
	color: #FFF;
}
.container .homepage_3 img {
	border: 1px solid #848484;
	margin: 7px 0;
}
.container .homepage_3 .blue_button {
	width: 90px;
	margin: 10px 0 0 0;
}
.container .homepage_3 #homepage_testimonials {
	background-color: #444444;
	padding: 25px 60px;
	width: 185px;
	min-height: 210px;
	margin: 5px 0 0 0;
	background-image: url('/assets/images/layout/testimonials.jpg');
	background-repeat: no-repeat;
}
.container .homepage_3 #homepage_testimonials p.testimonial_author {
	margin-top: 7px;
	color: #61c9ff;
	font-weight: bold;
}
.container .homepage_stock {
	background-color: #272727;
	padding: 20px;
	width: 185px;
	height: 225px;
}
.container .homepage_stock p a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.container .homepage_stock p a:hover {
	color: #FFB71B;
}
.container .homepage_stock p.title a {
	font-size: 120%;
}
.container .homepage_stock p.price a {
	font-size: 180%;
}
.container .homepage_stock a img {
	border: 1px solid #848484;
	margin: 10px 0;
}
.container .homepage_stock .yellow_button {
	margin: 10px 0 0 0;
	width: 90px;
}

.container .video_box {
	margin: 0;
	min-height: 345px;
}
.container .video_box p {
	color: #FFF;
}
.container .services_description {
	color: #FFB119;
	margin: 0px 20px 0 0;
	height: auto;
}
.container .services_description p {
	color: #FFF;
	width: 470px;
	margin: 10px 0 0 0;
}
.container #top-content .services_description img {
	float: left;
}
.container .stud_card {
	margin: 10px 0 0 0;
	border: 1px solid #848484;
	width: 468px;
	float: left;
	padding-bottom: 10px;
	background-color: #272727;
} 
.container .stud_card .stud_card_content {
	padding: 10px;
}
.container .stud_card .stud_card_content ul {
	list-style-type: none;
	float: left;
	font-weight: bold;
}
.container .stud_card .stud_card_content ul li {
	text-transform: uppercase;
	font-size: 75%;
	margin: 10px 0 0 0;
	color: #FFF;
}
.container .stud_card .stud_card_content ul.stud_ul_left {
	width: 157px;
	margin: 10px 10px 0 0;
}
.container .stud_card .stud_card_content ul.stud_ul_right {
	width: 280px;
	margin: 10px 0 0 0;	
}

.container .services_images {
	float: left;
}
#services_title_pricing {
	margin: 10px 0 0 0;
}
#services_title_pricing .title {
	float: left;
	width: 465px;
}
#services_title_pricing .title h3 {
	margin: -10px 0 0 0;
}
#services_title_pricing .pricing {
	float: right;
	width: 320px;
	margin: 10px 0 0 0;
}
#services_title_pricing .pricing .blue_button {
	float: right;
	margin: 5px 0 0 0;
}
#services_title_pricing .pricing .price {
	float: left;
	color: #FFF;
	font-size: 200%;
	font-weight: bold;
	margin: 12px 0 0 0;
}
#main .container #top-content .services_image_title {
	margin: 0 0 0 215px;
	font-size: 200%;
	padding: 5px 10px;
	width: 725px;	
	background: url('/assets/images/layout/main-product-page-image-bg.png');
}
.slideshowlink {
	display: none;	
}
.other-photo1 {
	float: left;
	border: 1px solid #848484;
	background: url('/assets/images/layout/other1.jpg') no-repeat;
	width: 220px;
	height: 209px;
	margin: 10px 11px 0 0;
	cursor: pointer;	
}
.other-photo1:hover {
	background: url('/assets/images/layout/other1.jpg') no-repeat;
}
.other-photo2 {
	float: left;
	border: 1px solid #848484;
	background: url('/assets/images/layout/other2_grey.jpg') no-repeat;
	width: 250px;
	height: 209px;
	margin: 10px 11px 0 0;	
	cursor: pointer;
}
.other-photo2 p {
	position: absolute;
	bottom: 40px;
	margin-left: 10px;
	font-weighT: bold;
}
.other-photo2:hover {
	background: url('/assets/images/layout/other2.jpg') no-repeat;
}
.other-photo3 {
	float: left;
	border: 1px solid #848484;
	background: url('/assets/images/layout/other3.jpg') no-repeat;
	width: 275px;
	height: 209px;
	margin: 10px 11px 0 0;	
	cursor: pointer;	
}
.other-photo3:hover {
	background: url('/assets/images/layout/other3.jpg') no-repeat;
}
.other-photo4 {
	float: left;
	border: 1px solid #848484;
	background: url('/assets/images/layout/other4.jpg') no-repeat;
	width: 173px;
	height: 209px;
	cursor: pointer;	
	margin: 10px 0 0 0;		
}
.other-photo4:hover {
	background: url('/assets/images/layout/other4.jpg') no-repeat;
}
.page {
	margin-top: 40px;
	min-height: 250px;
}
.post {
	margin: 20px 0;
}
li.recentcomments {
	color: #FFF;
}
.content {
	float: right;
	width: 745px;
	color: #FFF;
}
.content p {
	margin: 12px 0;
}
#top-content .content .content_image_right {
	float: right;
	margin: 15px 0 20px 20px;
	border: 1px solid #EFEFEF;
}
#top-content .content ul {
	margin: 0 0 0 25px;
	padding: 0px;
}
#top-content .content a {
	text-decoration: none;
	color: #FFB71B;	
	font-weight: bold;
}
#top-content .content a:hover {
	color: #60B3D6;
}

.testimonials-widget-testimonials {
	font-family: Arial;
	color: #FFF;
	font-size: 80%;
}
.testimonials-widget-testimonials blockquote {
	height: 145px;
	overflow: hidden;
}
.testimonials-widget-testimonials blockquote.showFullTestimonial {
	height: auto !important;
}
.testimonials-widget-testimonials a {
	text-decoration: none;
	color: #FFF;	
}
.testimonials-widget-testimonial div.credit {
	margin: 20px 0 0 0 !important;
}
.testimonials-widget-testimonial div.credit span.author {
	font-weight: bold;
	color: #63BCE4;	
	width: 185px;
	display: block;
}
.testimonials-widget-testimonial div.credit span.author a {
	font-weight: bold;
	color: #63BCE4;

}
.testimonials-widget-testimonial div.credit span.title {
	clear: both;
}
#nav-single {
	float: right;	
}
.content h2 {
	font-size: 150%;	
}

#top-content article.comment {
	margin-top: 10px;	
}
.commentlist {
	list-style-type: none;	
}

#main .container #top-content .contact .contact_information .contact_information {
	float: left;
	width: 275px;	
	margin: 10px 20px 0 0;
}
#main .container #top-content .contact .contact_information .contact_form {
	float: left;
	width: 430px;	
	background-color: #272727;
	margin: 20px 0 0 0;
	padding: 10px;
}
#main .container #top-content .contact .contact_information .contact_form p label {
	width: 180px;
	float: left;	
}
#main .container #top-content .contact .contact_information .contact_form p label span.required {
	color: #C33;	
}
#main .container #top-content .contact .contact_information .contact_form p input {
	padding: 5px;	
	width: 230px;
	background-color: #444444;
	border: 1px solid #FFF;
	color: #FFF;
}
#main .container #top-content .contact .contact_information .contact_form p input:focus {
	color: #444444;	
	background-color: #FFF;
}
#main .container #top-content .contact .contact_information .contact_form p textarea {
	width: 400px;	
	background-color: #444444;	
	height: 140px;
	color: #FFF;
	margin-top: 10px;
}
#main .container #top-content .contact .contact_information .contact_form p textarea:focus {
	color: #444444;	
	background-color: #FFF;
}
#main .container #top-content .contact .contact_information .contact_form p input.form_yellow_button {
	width: 120px;	
	border: 0px;
}
.entry-meta, label.assistive-text {
	font-family: Arial;	
	font-size: 80%;
}
.comment-author, .reply {
	font-size: 80%;	
}
.entry-title {
	font-size: 200%;	
}
#top-content .entry-content img {
	border: 1px solid #848484;
}
.field {
	padding: 5px;	
	width: 230px;
	background-color: #444444;
	border: 1px solid #FFF;
	color: #FFF;	
}
.field:focus {
	color: #444444;	
	background-color: #FFF;
}
.page-header {
	float: left;
	width: 500px;	
}
#nav-above {
	floaT: right;
}
#nav-above h3 {
	float: left;
	display: none;	
}
#nav-above .nav-previous {
	float: left;
	font-family: Arial;
	font-size: 80%;
	margin: 10px 0 0 0;	
}	
#nav-above .nav-next {
	float: right;
	font-family: Arial;	
	font-size: 80%;	
	margin: 10px 0 0 20px;
}
#nav-below {
	floaT: right;
}
#nav-below h3 {
	float: left;
	display: none;	
}
#nav-below .nav-previous {
	float: left;
	font-family: Arial;
	font-size: 80%;
	margin: 10px 0 0 0;	
}	
#nav-below .nav-next {
	float: right;
	font-family: Arial;	
	font-size: 80%;	
	margin: 10px 0 0 20px;
}
#nav-single {
	position: relative;
	z-index: 10001;	
}
#nav-above {
	position: relative;
	z-index: 10001;	
}
#nav-single .nav-previous {
	float: left;
	font-family: Arial;
	font-size: 80%;
	margin: 10px 0 0 0;	
}	
#nav-single .nav-next {
	float: right;
	font-family: Arial;	
	font-size: 80%;	
	margin: 10px 0 0 20px;
}
#secondary {
	float: left;
	width: 200px;
	margin: 300px 0 0 0;	
}
#secondary h3 {
	color: #FFF;	
}
#secondary ul li a {	
	text-decoration: none;
	color: #FFB71B;
	font-size: 80%;
}
#secondary ul li a:hover {	
	color: #60B3D6;
}
#secondary ul {
	list-style-type: none;	
	margin: 0 0 10px 0;
}
#home_lower_content {
	margin-top: 345px;	
}
#top-content .listings .content ul {
	margin-left: 0px;	
}
#top-content .content ul.products li a {
	color: #FFF;	
}



#top-content .content ul.products li h4 a, #top-content .content ul.products li h4 a:hover {
	color: #FFB71B;	
}

ul.products li h4 {
	color: #FFB71B !important;
}

ul.products li p {
	color: #FFF !important;
}

.listings {
	min-height: 300px;	
}
#top-content .content img {
	margin: 0 0 0 10px;	
	border: 1px solid #848484;
	width: auto;
	height: auto;
}
#top-content .content p img {
	float: none;
	margin: 0px;	
}
.single-post-style {
	float: right; 
	width: 750px;
}
.listings {
	padding-top: 40px;	
}
.product_page_other_products ul.products {
	/*float: right;
	width: 300px;	*/
}
.product_page_other_products ul li {
	display: none;	
}
.product_page_other_products ul li.product_page_boxes {
	display: block;	
	margin-left: 20px !important;
	margin-right: 0px !important;
	padding: 20px !important;
}
body ul#sharebar {
	margin-left: 0px !important;
	left: 0px;
	margin-top: 100px !important;
}

body ul#sharebar {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 85px;
	z-index: 99;
}
body ul#sharebar li {
	display: block;
	margin: 5px;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
body ul#sharebarx {
	display: none;
	float: left;
	list-style: none outside none;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
body ul#sharebarx a {
	line-height: 14px;
	text-decoration: none;
}
body ul#sharebarx li {
	float: left;
	line-height: 18px;
	margin-right: 20px;
}
body ul#sharebarx li .st_email {
	margin: 0 15px !important;
}
.sharebar-button {
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid #DDDDDD;
	color: #444444;
	display: block;
	font-family: Verdana,Arial;
	font-size: 11px;
	margin: 0 0 5px;
	padding: 2px 4px;
}
.sharebar-button:hover {
	border-color: #AAAAAA;
}
.credit {
	line-height: 9px;
	margin: 0;
	padding: 0;
}
.credit a {
	color: #CCCCCC;
	font-family: Verdana;
	font-size: 8px;
	line-height: 9px;
	text-decoration: none;
	text-transform: uppercase;
}
.FBConnectButton_Small {
	background-position: -5px -232px !important;
	border-left: 1px solid #1A356E;
}
.FBConnectButton_Text {
	margin-left: 12px !important;
	padding: 2px 5px 3px !important;
}
.stButton {
	margin: 0 0 6px !important;
}
.stButton:last-child {
	margin: 0 !important;
}
.stButton .stFb_vbubble {
	width: 53px !important;
}
.stButton .stFb_text {
	margin: 1px 1px 0 14px !important;
	padding: 2px 5px 3px !important;
}
.entry-content img {
	max-width: 742px; 
}
.latest_news_slideshow {
	height: 180px !important;
}
#gallery-2 .gallery-caption {
	color: #FFF;
}
