@charset "UTF-8";
/* CSS Document */

/*   
Theme Name: Robinson Show Services
Theme URI: http://www.robinsonshowservices.ca
Description: Portfolio Theme
Author: Neil Fenton
Version: 1.0
.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

html {
	padding-bottom: 100px;
}

body {
	font: 10pt/1.5 'Helvetica Neue', Helvetica, 'Lucida Grande',Verdana,sans-serif;
	background: url('img/bg.png') repeat-x #f0f0f0;
}

a:focus {
	outline: 0px;
}

a {
	text-decoration: none;
	color: #0e9829;
}

a:hover {
	text-decoration: none;
	color: #16e33e;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Layout
----------------------------------------------------------------------------------------------------*/

#navigation {
	padding-top: 62px;
}

li.reg {
	background: transparent url('img/navi-bg.png') repeat-x bottom left;	
	display:block;
	float:left;
	height:40px;
	margin:0;
	width:134px;
}

li.end {
	background: transparent url('img/navi-bg-end.png') repeat-x bottom left;
	display:block;
	float:left;
	height:40px;
	margin:0;
	width:134px;	
}

div#body-content {
	background-color: #ffffff;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border: 1px solid #cccccc;
	padding-bottom: 20px;
}

div#fp-branding {
	background: transparent url('img/opener.png') no-repeat;
	min-height: 376px;
	padding-bottom: 20px;
}

div#quote-request {
	position: absolute;
	top: 275px;
}

div#left-column {
	background-color: #ffffff;
	border: 0px solid #cccccc;
	padding-bottom: 20px;
	padding-top: 10px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
}

div#body-sub {
	background: #fff url('img/bg-header.png') repeat-x;	
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	margin-top: 4px;
	padding-top: 15px;
}

div#body-sub-content {
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;	
}

div#testimonials {
	color: #666666;
	margin-top: 70px;
	text-align: justify;
	font-size: 85%;
}

div#footer {	
	margin-top: 50px;
}

.inventory-box {
	float: left;
	display: inline;
	width: 260px;
	height: 250px;
	overflow: hidden;
	padding: 10px 25px;
	border: 0px solid #000;
}

div#inventory-content {
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 15px;
	min-height: 300px;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;	
}

div.clear {
	clear:both;
}

/* `Specific Use Typography
----------------------------------------------------------------------------------------------------*/

.inventory-bump {
	padding-left: 20px;
}

hr.block-top {
	border: 0;
	border-top: 5px solid #13b232;
	margin: 0;
	margin-left: 25px;
	margin-top: 15px;
	width: 75px;
}

.space {
	padding-bottom: 30px;
}

hr.block-bottom {
	border: 0;
	border-top: 1px solid #13b232;
	margin: 0;
	margin-left: 25px;
	margin-bottom: 25px;
	width: 75px;
}

.page-link {
	color: #3458a5;
	letter-spacing: 1px;
	padding-top: 5px;
	margin: 0;
	font-size: 14pt;
	text-align: center;
	font-weight: 200;
}

#body-sub-content p {
	padding-left: 25px;
	padding-right: 25px;
}

h3.biggreen {
	padding-left: 25px;
	padding-right: 25px;
	color: #13b232;
	padding-bottom: 10px;
	margin: 0;
	font-size: 22pt;
}

#left-column p {
	margin: 0;
	padding-left: 20px;
}

#right-column p {
	margin: 0;
	padding-right: 20px;
}

.ln {
	padding-left: 20px;
}

h3.ln2 {
	padding-left: 20px;
	padding-top: 20px;
}

h3.ep {
	padding-right: 20px;
}

h3.white {
	color: #cccccc;
}

.news-title {
	font-size: 14pt;
	font-weight: lighter;
	letter-spacing: 1px;
	padding-top: 0px;
}

.the-date {
	font-size: 8pt;
	font-weight: lighter;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666666;
	padding-bottom: 10px;
}

.footer-text {
	font-size: 90%;
	color: #666666;
}

.smallprint {
	font-size: 75%;
	text-align: left;
	color: #666666;
}

.contactus {
	font-size: 120%;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.leftbump {
	margin-top: 30px;
	padding-left: 20px;
}


/* `jQuery Tools Stuff
----------------------------------------------------------------------------------------------------*/

#triggers {
}

#triggers img {
}

/* the active thumbnail */
#triggers a.active img {
	outline:1px solid #000;

	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}

/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x;		
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../img/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* More jquery styling
=============================================*/

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:0px solid #666;
	height: 30px;
}

/* single tab */
ul.tabs li { 
	float:right;
	background: #ccc;
	text-indent:0;
	padding:0;
	margin:5px 10px 0 0 !important;
	list-style-image:none !important; 
	border: 1px solid #666;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	font-size:12px;
	display:block;
	height: 20px;  
	width: 20px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:0px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}


	
