/*
Theme Name: Gold's Gym
Theme URI: http://www.goldsgym.com/
Description: The default Gold's Gym theme by Sebo Marketing.
Version: 1.0
Author: Sebo Marketing
Author URI: http://www.sebomarketing.com
Tags: blue
*/



/* --------------------
Reset Code
-------------------- */

html, body,
div,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input,
img,
p, blockquote {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
	font-style: normal;
}

ul, ol {
	list-style: none;
}

img {
	border:none;
}

fieldset {
	border:none;
}

strong, label {
	font-weight: bold;
}

em {
	font-style: italic;
}



/* --------------------
Element Styles
-------------------- */

body {

	font-family:Arial, Helvetica, San-serif;
	font-size:85%;
	color:#000000;
}

p {
	margin:0 0 1.2em 0;
	line-height:1.2em;
}

a:link {
	padding-right:15px;
	color:#000;
}
a:visited, a:active {
	color:#C11111;
}
a:hover {
	color:#C11111;
	text-decoration:none;
}

:focus {
	outline:none;
}


h1 {
	margin-bottom:24px;
	padding-top:6px;
	font-size:140%;
}
	h1 a {
		text-decoration:none;
	}
	h1 a:hover {
		text-decoration:underline;
	}

h2 {
	margin-bottom:24px;
	padding-top:6px;
	font-size:125%;
	font-weight:bold;
}
	h2 a {
		text-decoration: none;
	}
	h2 a:hover {
		text-decoration:underline;
	}

h3 {
	font-size:125%;
	padding:0px 0px 10px 0px;
	font-family: Arial Black, Arial, sans-serif;
}
.product-category h3 {
	font-size: 100%;
}

img {

}

.hr {
	margin:1.4em 0;
	border-bottom:1px solid #233C55;
}

.hr2 {
	margin:1.4em 0;
	border-bottom:1px solid #436689;
}



/* --------------------
Floats, Clears
-------------------- */

.float-left {
	float: left;
}
	.float-left img {
		display: inline;
		padding: 0 15px 15px 0;
	}
.float-right {
	float:left;
	margin:10px 0 0 0;
	padding:0 12px;
}
	.float-right img {
		display: block;
		margin:0 auto 8px;
	}
.float-center {
	margin:0 auto;
}



.clear {
	clear:both;
}
.clear-left {
	clear:left;
}
.clear-right {
	clear:right;
}



.off-page {
	position:absolute;
	left:-999em;
}



/* --------------------
Text Styles
-------------------- */
.bigger {
	font-size:120%;
}
.smaller {
	font-size:76%;
}



.strike {
	text-decoration:line-through;
}
.error {
	color:#a00;
}



.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}



.extra-line {
	margin-bottom:2.4em;
}



/* --------------------
Buttons
-------------------- */

a.button-style-1, a.button-style-1:link, a.button-style-1:active, a.button-style-1:visited {
	width:200px;
	height:54px;
	padding-top:6px;
	display:block;
	margin:auto;
	text-align:center;
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
	background:transparent url('images/button-style-1.jpg') top left no-repeat scroll;
}
a.button-style-1:hover {
	color:white;
	text-decoration:underline;
}



a.button-style-2, a.button-style-2:link, a.button-style-2:active, a.button-style-2:visited {
	width:138px;
	height:22px;
	padding-top:6px;
	display:block;
	margin:auto;
	background:transparent url('images/button-style2.gif') top left no-repeat scroll;
	text-align:center;
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
}
a.button-style-2:hover {
	color:white;
	text-decoration:underline;
}



/* --------------------
Modal Windows
-------------------- */

#simplemodal-overlay {
	background-color:#999;
}

	#simplemodal-container a.modalCloseImg {
		background:url('images/x.png') no-repeat;
		width:25px;
		height:29px;
		display:inline;
		z-index:3200;
		position:absolute;
		top:-15px;
		right:-16px;
		cursor:pointer;
	}

#simplemodal-container {
	position:relative;
	padding:25px;
	width:675px;
	height:320px;

	font-size:95%;

	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	/*border:1px solid #0C3B57;*/
	background-color:#fff;
}

	#simplemodal-container img {
		margin-bottom:.5em;
	}
	#simplemodal-container h2 {
		margin:0 0 .5em 0;
		padding:0;
		font-weight:bold;
		color:#0C3B57;
		background:none;
	}
	#simplemodal-container h3 {
		margin:0 0 .3em 0;
		font-weight:bold;
		color:#0C3B57;
	}
	#simplemodal-container p {
		margin-left:0;
	}



/* --------------------
Lists
-------------------- */

.ul-style-1 {
	margin-left:16px;
	margin-bottom:.6em;
	list-style:none;
}
	.ul-style-1 ul {
		margin:.5em 0 1.5em 16px;
	}
	.ul-style-1 li {
		margin:.3em 0;
		/*padding-left:15px;
		padding-left:5px;*/
		list-style:disc;
		/*background:transparent url('images/bullet.gif') 0 3px no-repeat scroll;*/
	}

.ul-style-2 {
	float:left;
	margin-left:16px;
	margin-bottom:.6em;
	list-style:none;
}
	.ul-style-2 ul {
		margin:.5em 0 1.5em 16px;
	}
	.ul-style-2 li {
		margin:.3em 0;
		/*padding-left:15px;
		padding-left:5px;*/
		list-style:disc;
		/*background:transparent url('images/bullet.gif') 0 3px no-repeat scroll;*/
	}

.ul-style-3 {
	margin-top:2em;
	margin-bottom:.5em;
	list-style:none;
}
	.ul-style-3 li {
		margin:.5em 0;
		padding-left:10px;
		padding-right:5px;
		color:#000;
		list-style:disc;
	}
	.ul-style-3 ul {
		margin:.5em 0;
	}


.ul-style-spaced li {
	margin-bottom:.6em;
}
	.ul-style-spaced li p {
		padding:.6em 0 0 0;
	}



.ol-style-spaced li {
	margin:0px 0px 0px 23px;
	list-style:decimal outside none;
	padding:15px 0px 0px 0px;
	text-transform:uppercase;
	font-family:Arial Black, sans-serif;
}
	.ol-style-spaced li p {
		padding:.6em 0 0 0;
		text-transform:none;
		font-family:Arial,Helvetica,San-serif;
	}



/* --------------------
Blobs
-------------------- */

.blob-default {
	margin-bottom:12px;
}

.blob-image {
	margin-bottom:15px;
}

.blob-testimonial {
	padding:15px 15px 1px;
	margin-right:10px;
	margin-bottom:15px;
	color:#0C3B57;
}

.blob-style-1 {
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	width:173px;
	background:#ffe24d;
}

.blob-style-1 .blob-body {
	height:auto;
	text-align:center;
	text-transform:uppercase;
	background:#ffe24d;
}

.blob-style-1 .blob-body h2 {
	margin-bottom:5px;
	padding:10px 12px 4px 9px;
	height:auto;
	line-height:1em;
	font-size:150%;
	background:#ffe24d;
	display: block;
}

.blob-style-1 .blob-body h3 {
	margin:0;
	padding-top:4px 25px 8px 0;
	font-family:Impact,Impact,Arial,sans-serif;
	font-size:130%;
	color:#000;
}

.blob-style-1 .blob-body p {
	margin:0;
	padding:4px 25px 8px 0;
	font-size:79%;
}


#sidebar {
	position:relative;
}
	#twitter-icon {
		position:absolute;
		float:right;
		right:36px;
		top:-6px;
	}
	#sidebar h2 {
		margin-bottom:15px;
	}
		#sidebar h2 a {
			color:#0095D5;
		}
		#sidebar h2 a.rsswidget {
			color:#0095D5;
		}
		#sidebar .rsswidget img {
			float:right;
			margin-top:5px;
			margin-right:10px;
		}
	.sidebarBlob {
		margin:0px 0px 0px 0px;
	}
		.sidebarBlob h2 {
			display:none;
		}

	#sidebar ul {
		margin:0;
		padding:0;
		list-style:none;
	}
		#sidebar ul ul li {
			margin:0 0 18px 20px;
			color:#0C3B57;
			font-size:79%;
			line-height:1.2em;
		}
			#sidebar ul ul li a {
				color:#0C3B57;
				text-decoration:none;
			}

		#blog-feed li {
			margin:0 0 20px 20px;
		}
		#blog-feed li h3 {
			font-size:85%;
			color:#0C3B57;
		}
			#blog-feed li h3 a {
				text-decoration:none;
				font-weight:bold;
				color:#0C3B57;
			}
		#blog-feed li p {
			font-size:79%;
		}
.columnBody .freePass a:visited,.columnBody .freePass a:link, .columnBody .freePass a:active {
	background:url("images/large-button.png") no-repeat scroll left bottom transparent;
	color:#FFFFFF;
	display:block;
	font-size:160%;
	height:54px;
	padding:16px 0 0;
	text-align:center;
	text-decoration:none;
	width:360px;
	}
	.columnBody .freePass a:hover {
		background:url("images/large-button.png") no-repeat scroll left bottom transparent;
		}


/* *****************************************************************************************************************************
The Gulf Between Presentational Elements and Layout Elements



























The End of the Gulf
***************************************************************************************************************************** */


/* --------------------
General Layout
-------------------- */
body {
	min-width:950px;
	padding-bottom:20px;
	background:transparent url('images/body-bg.png') repeat;
}

#site-bg {
	background: transparent url('images/site-bg.png') repeat-x;
	}

#site-name {
	position:absolute;
	left:-999em;
}

#container {
	position:relative;
	top:0;
	margin:0 auto;
	width:960px;
	text-align:center;
	background:transparent;;
}

#content {
	padding-top:133px;
	width:960px;

	text-align:left;

	background:transparent;
	z-index:4;
}

#columnWrapper {
	position:relative;
	margin: 0 0 0 26px;
	width:875px;
	min-height:648px;
	/* IE6 Mumbo Jumbo */
	height:auto !important;
}


/* --------------------
Column Styles
-------------------- */
.column1 {
	width:724px;
}
	.column1 h1, .column1 h2 {

	}

.columnStyle1 {

}
	.columnStyle1 .columnTopLeft {
		display:none;
	}
	.columnStyle1 .columnBody {
		padding:5px 0 0 15px;
	}
	.columnStyle1 .columnBottomLeft {
		display:none;
	}


.columnStyle1 .columnBody>ul {
	margin:0;
	padding:0;
	list-style:none;
}


.column2 {
	width:203px;
}
	.column2 h1, .column2 h2 {

	}
	.faqs {
		padding-top: 50px;
	}
		.faqs a {
			color:#000000;
		}

.columnStyle2 {
	padding:6px;
	/* ie6 */
	height:auto !important;
	height:515px;
	background:transparent url('images/column-2-bg.jpg') top left repeat-x scroll;
}
	.columnStyle2 .columnTopLeft {
		margin-top:0;
		margin-left:14px;
		width:173px;
		background:transparent url('images/left-nav-bg.jpg') top left no-repeat scroll;
	}
	.columnStyle2 .columnTopLeft {
		display:none;
	}
	.columnStyle2 .columnBody {
		margin-left:14px;
		width:200px;
	}
	.columnStyle2 .columnBottomLeft {
		display:none;
	}



/* --------------------
Main Navigation
-------------------- */
#nav-left {
	background:url("images/nav-left.png") no-repeat scroll left top transparent;
	height:33px;
	position:absolute;
	right:0;
	top:95px;
	width:709px;
	z-index:6;
	}
#nav-right {
	background:url("images/nav-right.png") no-repeat scroll right top transparent;
	display:block;
	height:33px;
	position:relative;
	width:auto;
	}


#navigation {
	height:33px;
	margin:0 10px;
	background:url("images/nav-bg.png") repeat-x scroll right top transparent;
	}
	#navigation>ul {
		float:right;
		margin:0;
		height:33px;
		list-style:none;
	}
		/* Normal */
		#navigation>ul>li {
			position: relative;
			float:left;
		}
		#navigation>ul>li.last {

		}
			#navigation>ul>li>a:link, #navigation>ul>li>a:visited, #navigation>ul>li>a:active {
				color:#2F2F2F;
				float:left;
				font-family:Arial Narrow;
				font-size:106%;
				font-weight:bold;
				height:25px;
				margin:0;
				padding:8px 15px 0;
				text-decoration:none;
				text-transform:uppercase;
				}
			#navigation>ul>li>a:hover {

			}

		/* Hover */
		#navigation>ul>li:hover {

		}
			#navigation>ul>li:hover>a:link, #navigation>ul>li:hover>a:visited, #navigation>ul>li:hover>a:hover, #navigation>ul>li:hover>a:active {
				color:#fff;
				background: transparent url('images/nav-bg-hl.png') top right repeat-x scroll;
			}

		/* Current */
		#navigation>ul>li.current-menu-item {
			background: transparent url('images/nav-bg-hl.png') top right repeat-x scroll;
		}
		#navigation>ul>li.current-menu-item a {
			color:#fff;
			text-decoration:none;
		}
			#navigation>ul>li.current-menu-item>a:link, #navigation>ul>li.current-menu-item>a:visited, #navigation>ul>li.current-menu-item>a:active, #navigation>ul>li.current-menu-item>a:hover {

			}

		/* Current Hover */
		#navigation>ul>li.selected:hover {
			background: transparent url('images/nav-bg-hl.png') top right repeat-x scroll;
		}
		#navigation>ul>li.last:hover {
			background: transparent url('images/nav-bg-hl.png') top right repeat-x scroll;
		}
			#navigation>ul>li.selected:hover>a:link, #navigation>ul>li.selected:hover>a:visited, #navigation>ul>li.selected:hover>a:active, #navigation>ul>li.selected:hover>a:active {
				background: transparent url('images/nav-bg-hl.png') top right repeat-x scroll;
			}



/* --------------------
Main Navigation Dropdowns
-------------------- */

#navigation ul li ul {
	background:none repeat scroll 0 0 #FAFAFA;
	display:none;
	height:auto;
	left:0;
	position:absolute;
	top:33px;
	width:185px;
	z-index:5;
	border:1px solid #910D0D;
}
	#navigation ul li:hover ul {
		display:block;
	}

	/* Make the last item right aligned */
	#navigation ul li.last ul {
		left:auto;
		right:-1px;
	}

		/* Normal */
		#navigation ul li ul li{
			display:block;
			float:left;
			height:auto;
			margin:0;
			padding:7px 0 7px 5px;
			position:relative;
			text-align:left;
			width:180px;
			z-index:5;
		}

		#navigation ul li ul li:first-child a:link, #navigation ul li ul li:first-child a:visited, #navigation ul li ul li:first-child a:hover, #navigation ul li ul li:first-child a:active {
			width:171px;
		}

		#navigation ul li ul li:last-child a:link, #navigation ul li ul li:last-child a:visited, #navigation ul li ul li:last-child a:hover, #navigation ul li ul li:last-child a:active {
			width:171px;
		}

			#navigation ul li ul li a:link, #navigation ul li ul li a:visited, #navigation ul li ul li a:active {
				float:none;
				margin:0;
				height:auto; /* needed for firefox still? */
				width:auto;
				font-size:85%;
				font-family:Arial Narrow;
				text-align:left;
				text-decoration:none;
				text-transform:uppercase;
				color:#000000;
			}

		/* Hover */
		#navigation ul li ul li:hover {
			background:url("images/nav-bg-hl.png") repeat-x scroll right top transparent;
		}
			#navigation ul li ul li:hover>a:link, #navigation ul li ul li:hover>a:visited, #navigation ul li ul li:hover>a:hover, #navigation ul li ul li:hover>a:active {
				color:#FFFFFF;
			}

		/* Current */
		#navigation ul li ul li.selected {
			background:#F3F3F3;
		}
			#navigation ul li ul li.selected>a:link, #navigation ul li ul li.selected>a:visited, #navigation ul li ul li.selected>a:active {
				background:#F3F3F3;
			}

		/* Current Hover */
		#navigation ul li ul li.selected:hover {
		}
			#navigation ul li ul li.selected:hover a:link, #navigation ul li ul li.selected:hover a:visited, #navigation ul li ul li.selected:hover a:hover, #navigation ul li ul li.selected:hover a:active {

			}

#navigation ul.sub-menu li ul {
	display:none;
}

#navigation ul.sub-menu li:hover ul {
	left:185px;
	position:absolute;
	display:block;
	top:0;
}
/* --------------------
Left Navigation
-------------------- */

.blobStyleNav {
	background:none;
	padding:0px 0px;
	margin-bottom:15px;
	padding:10px 0 0;
	font-family:Arial Narrow;
	font-weight:bold;
	font-size:95%;
	text-transform:uppercase;
}

	/* Top */
	.blobStyleNav .blobTopLeft {
		display:none;
	}

	.blobStyleNav .menu {
		-moz-border-radius:0 0 1ex 1ex;
		-webkit-border-radius:0 0 1ex 1ex;
		border-radius:0 0 1ex 1ex;
		background:url("images/sidebar-blob-bg.gif") repeat-x scroll 0 0 #1D1D1D;
	}

	/* Header */
	.blobStyleNav h2 {
		-moz-border-radius:1ex 1ex 0 0;
		-webkit-border-radius:1ex 1ex 0 0;
		border-radius:1ex 1ex 0 0;
		background:url("images/sidebar-header-bg.gif") repeat-x scroll 0 0 transparent;
		color:#000000;
		font-size:150%;
		margin:0;
		padding:10px 0 11px 22px;
	}

	/* Links */
	.blobStyleNav ul ul{
		padding-left:10px;
	}
	.blobStyleNav ul li {
		margin-bottom:0px;
	}
		.blobStyleNav ul li a {
			display:block;
			padding:8px 0px 8px 20px;
		}

		/* Normal */
		.blobStyleNav ul li{
			margin:0 0 0 2px;
		}
			.blobStyleNav ul li a:link, .blobStyleNav ul li a:visited, .blobStyleNav ul li a:active {
				color:#FF0000;
				text-decoration:none;
			}

		/* Hover */
		.blobStyleNav ul li:hover {
			margin:0 0 0 2px;
			height:auto;
			background:transparent url('images/bullet.png') 0 2px no-repeat scroll;
		}
			.blobStyleNav ul li:hover>a:link, .blobStyleNav ul li:hover>a:visited, .blobStyleNav ul li:hover>a:hover, .blobStyleNav ul li:hover>a:active {

				color:#DCDCDC;
				text-decoration:underline;
			}
		.blobStyleNav ul li.current_page_item {

			margin:0 0 0 2px;
			height:auto;
			background:transparent url('images/bullet.png') 0 2px no-repeat scroll;
		}
			.blobStyleNav ul li.current_page_item>a:link, .blobStyleNav ul li.current_page_item>a:visited, .blobStyleNav ul li.current_page_item>a:hover, .blobStyleNav ul li.current_page_item>a:active {

				color:#DCDCDC;
				text-decoration:underline;
			}

		/* Current */
		.blobStyleNav ul li.selected {
			margin:0 0 0 -5px;
			padding-left:5px;
			width:179px;
			background:transparent url('images/bullet.png') 0 50% no-repeat scroll;
		}
			.blobStyleNav ul li.selected a:link, .blobStyleNav ul li.selected a:visited, .blobStyleNav ul li.selected a:active {
				color:#000;
				text-decoration:none;
			}

		/* Current Hover */
		.blobStyleNav ul li.selected:hover {
			margin:0 0 0 -5px;
			padding-left:5px;
			width:179px;
			background:transparent url('images/bullet.png') 0 50% no-repeat scroll;
		}
			.blobStyleNav ul li.selected:hover a:link, .blobStyleNav ul li.selected:hover a:visited, .blobStyleNav ul li.selected:hover a:hover, .blobStyleNav ul li.selected:hover a:active {
				color:#000;
				text-decoration:none;
			}

	/* Bottom */
	.blobStyleNav .blobBottomLeft { display:none; }



/* --------------------
Header
-------------------- */

#header-wrapper {
	position:absolute;
	top:0;
	left:0;

	width:960px;
	height:128px;
	border-bottom: 5px solid #52403f;
	background:transparent;
	z-index:5;
}

#header {
	position:relative;
	width:960px;
	height:128px;
}
	#site-logo {
		position:absolute;
		top:0px;
		left:0px;
		height:103px;
		width:227px;
		z-index:6;
	}
	#links {
		position:absolute;
		top:0px;
		right:0px;
		padding-top:10px;
		width:auto;
		height:25px;
		color:#fff;
		background:none;
	}
	#links a {
		padding:0 5px 0 5px;
		color:#fff;
		text-decoration:none;
		text-transform:lowercase;
		font-family:Arial Narrow;
		font-size:89%;
		font-weight:bold;
	}
	#links a:hover {
		text-decoration:underline;
	}

		#header h3.phone {
			color:#FF0000;
			font-family:Arial,sans-serif;
			font-size:200%;
			left:400px;
			position:relative;
			top:61px;
		}

	#getquote {
    position: absolute;
    top: 30px;
    left: 475px;
}


/* --------------------
Footer
-------------------- */

#footer-wrapper {
	width:960px;
	height:40px;
	background:none;
}

#footer {
	position:relative;
	width:960px;
	height:auto;
	padding:20px 0 10px 0;
	text-align:left;
	color:#fff;
	font-size:79%;
	font-family:Arial, Helvetica, Sans-serif;
	text-align:center;
}
	#footer p.copyright {
		margin:10px 0;
		text-align:right;
	}
#footer-links {
	display:block;
	height:60px;
	width:960px;
	}
	#footer-links ul {
		background:url("images/footer-links-bg.png") repeat-x scroll left top transparent;
		height:60px;
		position:relative;
		}
	#footer-links ul li {
		background:url("images/footer-links-seperator.png") no-repeat scroll right 4px transparent;
		display:block;
		float:left;
		height:60px;
		width:192px;
		}
	#footer-links ul li.last {
		background:none;
		}
	#footer-links ul li a {
		color:#2F2F2F;
		display:block;
		font-size:169%;
		height:43px;
		padding-right:0;
		padding-top:17px;
		text-align:center;
		text-decoration:none;
		text-transform:uppercase;
		width:192px;
		}
.first a {

}
.last a {

}

/* custom-fonts */

@font-face {
	font-family: 'Bliss2';
	src: url(/wp-content/themes/modu-laser/fonts/Bliss2-ExtraLight.eot);
}

@font-face {
	font-family: 'Bliss2';
	src: url(/wp-content/themes/modu-laser/fonts/Bliss2-ExtraLight.ttf);
}

@font-face {
	font-family: 'Bliss2 Italic';
	src: url(/wp-content/themes/modu-laser/fonts/Bliss2-ExtraLightItalic.eot);
}

@font-face {
	font-family: 'Bliss2 Italic';
	src: url(/wp-content/themes/modu-laser/fonts/Bliss2-ExtraLightItalic.ttf);
}

/* Tables */

.innerTable {
	display:block;
	margin-bottom:15px;
	border:none;
}

th.left {
	background:transparent url('images/tableheader.png') no-repeat top left scroll;
	width:240px;
	height:33px;
	padding-left:10px;
	color:#fff;
}

th.right {
	background:transparent url('images/tableheader.png') no-repeat top right scroll;
	width:225px;
	height:33px;
	color:#fff;
}

	td.leftlight {
		background:#D6D6D6;
		height:33px;
		padding-left:10px;
	}

	td.rightlight {
		background:#D6D6D6;
		color:#860C0B
	}

	td.leftdark {
		background:#B4B4B4;
		height:33px;
		padding-left:10px;
		color:#000;
	}

	td.rightdark {
		background:#B4B4B4;
		color:#860C0B
	}

	td.leftblack {
		background:transparent url('images/tablefooter.png') no-repeat top left scroll;
		height:8px;
	}

	td.rightblack{
		background:transparent url('images/tablefooter.png') no-repeat top right scroll;
	}

/*============Sebo Custom===========*/

.ulStyle1 li {
	padding-left: 30px;
	background: transparent url('images/bullet.png') no-repeat left center scroll;
	margin-bottom: 20px;
}

.contactBlobBody {
	background: transparent url('images/contact-blob1.png') no-repeat left top scroll;
	width: 200px;
	height: 100px;
}

	.contactBlob h2 {
		background: transparent url('images/sidebar-header-bg.gif') repeat-x scroll 0 0;
		-moz-border-radius: 1ex 1ex 0 0;
		color: #000;
		font-size: 150%;
		margin: 0;
		padding: 10px 0 9px 22px;
	}

	.contactBlob p {
		color: #DCDCDC;
		padding: 7px 0 7px 16px;
		margin: 0 0 13px;
	}

	.contactBlob a {
		top: 243px;
		left: 20px;
		color: #DCDCDC;
		padding: 0 0 0 22px;
		text-decoration: none;
		font-weight:bold;

	}

		.contactBlob a:hover {
			color: #DCDCDC;
			background: transparent url('images/bullet.png') no-repeat scroll left center;
			text-decoration: underline;
		}
.woocommerce .cart-collaterals .shipping_calculator {
	float: left !important;
	clear: none !important;
}
.left {
	float: left;
}
.product-catalog .left {
	margin-bottom: 65px;
}
/*==========End Sebo Custom=========*/
















