/*
Theme Name: RailsPlayground Theme
Theme URI: http://www.mindwiremedia.net
Description: RailsPlayground theme.
Version: 1.0
Author: MindWireMedia - Justin Blough
*/



/* Begin Typography & Colors */




#headerimg 	{
	margin: 7px 9px 0; 
	height: 192px;
	width: 740px;
	
	}



.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2em;

	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.0em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #9E0E11;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #666;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */






#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}




.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding: 20px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


#sidebar ul ul li:before {
	content: "\00BB \0020";
	}



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */




select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
 /*End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
 /*End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
 /*End captions */

body{background: #fafafa; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; color: #333; margin: 0px; padding: 0px; font-size: 62.5%; /* Resets 1em to 10px */}

#Container{width:980px;background: #fff ; margin: 0px auto 25px auto; padding: 0px 0px; border: 1px solid #666;}


#Header{position:relative;background: #fff url('images/bg_header.png') repeat-x left bottom;  height: 110px;}
#Header #Logo{position:absolute; top:5px; left: 20px; font-size: 2.5em; font-weight: bold;}
#Header #Phonenumber{position: absolute; top:50px; right:10px; text-align: right; color: #999; font-size: 1.4em; font-style: italic;}

#Header #Buttons{position: absolute; top:0px; right: 0px; width: 550px; margin: 0px; padding: 0px;}
#Header #Buttons li{float: right; list-style:none;}
#Topnav #Search{float: right;}





#Topnav{ background: transparent url('images/bg_nav.gif') repeat-x ; color: #fff; font-size: 1.2em; font-weight: bold;
height:57px;}
#Topnav .bar{background: transparent;}

#Topnav li{padding-right: 1px; background: transparent url('images/bg_topnav_seperator.png') no-repeat 100% 0px;}

.horizontalnav{ list-style: none; padding: 0px; margin: 0px;}
.horizontalnav li{float: left;}
.horizontalnav li a{display:block; padding:0px 15px;float: left; color: #fff; font-size: 1.2em; text-decoration: none; font-weight: bold; margin-right: 0px; height: 37px; padding-top: 20px;}
.horizontalnav li a:hover{color:#9E0E11;
/*background: transparent url('images/bg_topnav_bar_over.png') repeat-x; */ background:transparent;}
.horizontalnav li:after{content: '';}

#Topnav .current_page_item a, #Topnav .current_page_item a:hover{color:#fff;background: transparent url('images/bg_nav_selected.gif') repeat-x 0px -1px;}




#Page{background:transparent; font-size: 1.2em;}


#Content{float:left; margin: 0px 0px; ;
background: transparent; min-height: 500px;}



#Content h2{font-weight: normal; color: #000 !important;}
#Content h2 b, #Content h2 strong{color: #c52127; font-weight: bold;}
.widecolumn {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width:735px;
	float:left;
	}
	.fullcolumn {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width:100%;
	}


/* == POST - wrapped by Page, surrounds all entries == */
.post {margin:0px;}

/* == END POST - wrapped by Page, surrounds all entries == */


/* == Entry Styles : wrapped around page content iside of Post === */
.entry {margin-left: 15px; padding: 10px 20px;}
.entry h1, .entry h2{margin-left: -15px;}
.entry h3{color:#006699;}
.entry li{padding-left: 8px;list-style:circle outside url('images/bullet_dotted.gif');}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
	html>body .entry ul {
	margin-left: 10px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	list-style: none outside url('images/bullet_dotted.gif');
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	list-style: none outside url('images/bullet_dotted.gif');
	}
	
	.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
	.entry p a:visited {
	color: #b85b5a;
	}
/* == End Entry Styles : wrapped around page content iside of Post === */


.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#TopBanner{min-height: 155px; border-bottom: 5px solid #666;margin: 0px; padding: 0px; position: relative; background: transparent url('images/bg_topbanner.gif') repeat-x left bottom;}

#TopBanner #TopBannerImg {min-height: 155px;}

#TopBanner h1{color: #000; font-weight: normal;}
#TopBanner h1 b, #TopBanner h1 strong{color: #c52127; font-weight: bold;}
#TopBanner .phrase{position: absolute; top:50px; left: 30px; width: 450px;}
#TopBanner .banner_img{position: absolute; top:0px; right: 0px; width: 735px;}




#SubNav{background: transparent; color: #999; font-size: 0.8em; font-weight: bold;  padding: 0px 0px; margin: 0px; width: 200px; position: absolute; top:0px; right:0px; }

#SubNav .current_page_item  a, #SubNav .current_page_item a:hover{color:#fff !important;background: transparent url('images/bg_topnav_bar_current.png') repeat-x 0px -5px;}

#SubNav .verticalnav ul{padding: 0px; margin: 0px; margin-right: 20px;}
#SubNav .verticalnav li{list-style: none; padding: 0px; margin: 0px;}
#SubNav .verticalnav li a{color:#9E0E11; font-size: 1em; padding: 3px 5px;}
#SubNav .verticalnav .current_page_item a, #SubNav .verticalnav .current_page_item a:hover {color: #000 !important;}


#Sidebar {font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif; width:245px; float: right; }
#Sidebar ul {margin: 0px; padding: 0px; padding: 5px; border: 3px solid #fff;}
#Sidebar ul li {list-style: none;margin-left: 10px;}

#Sidebar ul h2{font-weight: normal; color: #000 !important; margin:0px 0px 10px 0px;}
#Sidebar ul h2 b, #Sidebar ul h2 strong{color: #c52127; font-weight: bold;}

#Sidebar .sidebarBox{border: 1px solid #666;}

#Sidebar .loginboxborder{border-left: 1px solid #666;}
#Sidebar .loginbox{min-height: 140px; background: #FBFBFB;}


#Sidebar .graybox{background: #FBFBFB url('images/bg_graybox.gif') repeat-x left 25px;}

#Sidebar .graybox a{color: #666;}
#Sidebar .graybox a:hover{color: #333;}

#Sidebar .blackbox{background: #4e4e4e url('images/bg_blackbox.gif') repeat-x left bottom; color: #fff;}
#Sidebar .blackbox h2{color: #000 !important;}
#Sidebar .blackbox h2 b, #Sidebar .blackbox h2 strong{color: #fff;}
#Sidebar .blackbox a{color: #ccc;}
#Sidebar .blackbox a:hover{color: #c52127;}


#footer{clear:both; background: transparent; min-height: 57px; text-align: center; padding-top: 20px; border-top: 3px solid #ccc;
}


#footer p {
	margin: 0;
	padding: 20px 0;
	
	}
#footer #address{color: #333; font-size: 12px; padding-top: 10px;text-align: center;}
#footer #dev_logos{float: left; padding-left: 10px;}
#footer #contact{float: right; padding-top: 10px; padding-right: 20px;}

#sub-footer{margin: 20px auto; width: 980px; text-align: center;}


.accessbar{float: right;}

a{color:#9E0E11;}
a:hover{color: #666;}

/* === Home Page Styles === */
#PlanBlocks{border-bottom: 1px solid #666; }
td.planbox{padding: 5px 10px; border-right: 1px solid #666;}
td.planbox h2{font-weight: bold; color: #999 !important;}
td.planbox h2 b{color: #c52127;}
td.planbox .price{text-align: center; font-style: italic; font-weight: bold; }
td.planbox p {padding: 0px 10px 0px 20px;}
.lastbox{width: 230px !important;}



#RotateBanner{float: left;width:735px;}
#RotateBanner .slideshow{width: 735px; overflow:hidden !important;}

.homepage{width: 100%; margin: 0px; padding: 0px;}

.fullcolumn table{margin: 0px; padding: 0px; width: 100%;}
.fullcolumn table td{width:25%; vertical-align: top;}

.homeFeatures { padding: 10px;}
.homeFeatures h3{color: #9E0E11; margin-top: 10px;}
.homeFeatures table {width:100%;}
.homeFeatures table td {vertical-align: top; padding: 10px;}
.homeFeatures table li{margin-bottom: 10px; list-style-image: url('images/bullet_dotted.gif');}


/* === End: Home Page Styles === */

/*td a.orderbuttonsm{text-align: center; width: 112px;margin-left: 20px; margin-top: 20px; height: 37px;}*/


.breadcrumb {padding: 2px; padding-left: 10px; border-bottom: 1px solid #ccc; background: #333; color: #fff; }
.breadcrumb a{color: #777;}
.breadcrumb a:hover{color: #aaa;}
.moreinfolinks a{color: #aaa;}

 .plantable td{padding: 3px;}
 
input{padding: 2px;}
/********** Fields ***********/
.field-grp{ display:block; width:100%; float:left;padding-top:6px; }
.label-area{ width:150px; text-align:right; float:left; font-weight:bold; margin-right:8px; line-height:20px;}
.field-area{ width:300px; float:left; line-height:auto; padding:0;  }
.labeltext-area{ width:335px; float:left; text-align:left; color:#2E5797; font-weight:bold; margin-left:15px; line-height:17px; }
.fieldtext-area{ width:290px; height:126px; float:left; line-height:17px; }
.text-box{width:278px; height:80px;  font-family:arial; font-size:11px; color:#666; border:1px solid #CCCCCC; }
.inbox{width:200px;color:#666; border:1px solid #CCCCCC; padding: 3px; }
.checkbox{ width:20px; float:left; display:block; padding-top: 5px;}


.dedicated .field-area{width:30% !important; padding: 15px 10px !important;}

#searchform {
margin: 0px; padding: 0px; padding-top: 10px; padding-right: 10px;
}
input.customfield{width: 89px; height: 21px; background: transparent url('images/bg_search_sm.png') no-repeat left top; margin: 0px; padding: 0px; border: 0px; line-height: 100%; padding:10px 11px 0px 10px;}
#searchsubmit{ width: 36px; height: 32px; background: transparent url('images/btn_search.png') no-repeat left top; margin: 0px; padding: 0px; border: 0px;}
#searchsubmit:hover{background: transparent url('images/btn_search_over.png') no-repeat left top;}
/********** / Fields ***********/
.accountloginform { margin: 0px; padding: 0px;}
.accountloginform .field-group{font-size: 0.9em; float: none; width: 100%;margin: 0px; padding: 0px;}
.accountloginform .label-area{width:50px;font-size: 0.9em; font-weight: normal; text-align: left;}
.accountloginform .field-area{width:150px;}
.accountloginform .inbox {width:150px !important;}
.accountloginform input{width: 100%;}



/********** Plan Tables ***********/
.plantable{margin-bottom: 20px;}
.plancontent{border: 1px solid #777;}

.plantable .field-grp{float: none;}
.plantable .label-area{float: left; width: 200px; text-align: left; padding: 3px;}
.plantable .field-area{float: left; width: 140px; text-align: center; padding: 3px;}
.plantable .prices .field-area{font-size:0.8em;}
.plantable .prices .field-area strong{font-size: 1.2em;}
.plantable .oddrow {background-color: #ebebeb;}
.plantable .oddrow .field-area{border-left: 1px solid #fff;}

.plantable h2{color: #CCCCCC !important;margin: 0px; padding: 0px; font-weight: bold !important; font-size: 1.3em; text-transform:uppercase;}
.plantable h2 em{font-size: 0.8em; color: #666; font-weight: normal; font-style: normal; }
.plantable h3{color:#000; margin: 0px; padding: 0px; margin-top: 15px; font-size: 1.1em; }
.plantable h3 strong{color:#c52127;}

.plantable li{margin-left: 10px; list-style: circle outside url('images/bullet_dotted.gif');}
.field-area li(list-style: none outside url('images/bullet_dotted.gif');)
.plantable ul{list-style: none outside url('images/bullet_dotted.gif'); margin-left:10px;}
.plantable .plancontent h3{border-bottom: 1px solid #ccc; }

.pricebox{width:120px !important; float:right; padding: 0px 0px 20px 20px; border: 1px solid #ccc; padding: 10px;}
.pricebox .prices {font-size:0.8em; text-align: center;}
.pricebox .orderbuttons_sm{float: none !important;}
/********** End: Plan Tables ***********/
.moreinfolink{text-align: right; float: right; width: 100%; padding-right: 20px;}
.moreinfolink a{color: #777;}


/* ======= Buttons / Image Buttons ========= */

/*header buttons */
#Header #Buttons li a{display: block; width: 72px; height:25px; margin-left: 5px; background: transparent url('images/btn_sprite.png') no-repeat -3px -600px;padding: 6px 2px 0px 30px; color: #000; text-decoration: none; font-size: 1.1em;}
#Header #Buttons li a:hover{background: transparent url('images/btn_sprite.png') no-repeat -3px -650px; color: #fff;}

#Header #Buttons li a.bonfire{display: block; width: 135px; height:25px; margin-left: 5px; background: transparent url('images/btn_sprite.png') no-repeat -1px -500px;padding: 7px 2px 0px 5px; color: #000; text-decoration: none; font-size: 1.1em;}
#Header #Buttons li a.bonfire:hover{background: transparent url('images/btn_sprite.png') no-repeat -1px -550px; color: #fff;}

#Header #Buttons li a.bonfire em{width: 20px !important; height: 20px; background: transparent url('images/bg_bonfirechat_icon.png') no-repeat 0px 0px; margin-right: 10px; display: block; float: left;}



.btn_moreinfo a{height: 21px;width: 72px; background: transparent url('images/btn_sprite.png') no-repeat 0px -400px; font-weight: normal; font-style: italic; color: #000; font-size: 0.9em; padding: 4px 2px 0px 30px; display: block; text-decoration: none; text-align: left;}
.btn_moreinfo a:hover{background: transparent url('images/btn_sprite.png')no-repeat 0px -450px; color: #fff;}
.btn_moreinfo{ float: right; width: 105px; padding-right: 10px;}

/* homepage order buttons */
td.planbox .orderbutton{text-align: center; width: 185px;margin-left: 20px; margin-top: 20px;}
td.planbox .orderbutton a{height: 27px;width: 150px; background: transparent url('images/btn_sprite.png') no-repeat 0px 0px; font-weight: normal; font-style: italic; color: #000; font-size: 1.4em; padding: 17px 10px 17px 30px; display: block; text-decoration: none;}
td.planbox .orderbutton a:hover{background: transparent url('images/btn_sprite.png') no-repeat 0px -100px;color: #fff;}

/* order buttons sm */
.orderbuttons_sm{}
.orderbuttons_sm a {height: 26px;width: 103px; background: transparent url('images/btn_sprite.png') no-repeat 0px -200px; font-weight: normal; font-style: italic; color: #000; font-size: 1.2em; padding: 8px 5px 3px 0px; display: block; text-decoration: none; float: right; text-align: left;}
.orderbuttons_sm a:hover{background: transparent url('images/btn_sprite.png') no-repeat 0px -250px;color: #fff;}

.orderbuttons_sm a strong{float: left; min-width: 30px; padding-left: 10px; color: #fff; text-align: left;}
.orderbuttons_sm a:hover strong{color: #fff;}

.blackbox .orderbuttons_sm a{background: transparent url('images/btn_sprite.png') no-repeat 0px -250px;color: #fff !important;}
.blackbox .orderbuttons_sm a:hover {background: transparent url('images/btn_sprite.png') no-repeat 0px -200px;color: #000 !important;}

input.loginbutton{display: block; width:107px; height: 35px;  background: transparent url('images/btn_sprite.png') no-repeat 0px -300px; font-size: 1.2em; color: #000; padding: 2px 5px 5px 35px; float: right; border: 0px; margin: 0px;}
input.loginbutton:hover{display: block; background: transparent url('images/btn_sprite.png') no-repeat 0px -350px; color: #fff;}

#Credits{font-size: 10px; color: #ccc; margin-top: 5px;}
#Credits a{color: #ccc;  background: transparent url('http://files.mindwiremedia.net/logos/mwm_swirl_20x12.png') no-repeat left 3px; padding: 3px; padding-left: 22px;}
#Credits a{color: #666;}

/* ======= END Buttons / Image Buttons ========= */

.skypeline{padding-left: 20px; background: transparent url('images/skypeicon.png') no-repeat 0px -2px;}
.skypeline a{color:#999 !important;}

.specialoffer{padding-left: 20px; min-height: 20px; background: transparent url('images/ico_specials.png') no-repeat left top; width: auto; }

	
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

