/***** 01. RESET *****/
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0; padding: 0; border: 0;
}

/***** 02. GENERAL *****/
	body {
		background: #b1bebc url(http://mushindesign.co.uk/images/bg_glow.png) repeat-y center top;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#header, #mid, #footer {
		width: 900px;
		margin: 0 auto;
		overflow: hidden;
		padding: 30px 30px 0 30px;
	}
	
	#header-container {
		background: #211440 url(img/bg-span.jpg) repeat-x;
		height: 400px;
	}
	
		#header {
		background: url(img/bg-glow.jpg) no-repeat 50% bottom;
		height: 370px;
		}
		
			#header-container.min {
			background: #211440 url(img/bg-span.jpg) repeat-x 0 bottom;
			height: 240px;
			}
			
				#header.min {
				background: url(img/bg-glow.jpg) no-repeat 50% bottom;
				height: 210px;
				}
	
		#logo-nav {
			width: 900px;
			overflow: hidden;
		}
		#showcase {
			margin-top: 30px;
			width: 900px;
			overflow: hidden;
		}
	
	#mid-container {
		background: #fafafa url(img/mid-top.png) repeat-x 0 top;
	}
	
	#mid {
		min-height: 350px;
	}
	
	#footer-container {
		background: #ebebeb url("img/footer-top.png") repeat-x 0 top;
	}
	
		
	#social-container {
		background: #000;
		height: 25px;
		border-bottom: 1px solid #090909;
	}
	
	#social {
		background: #000;
		color: #fff;
		width: 900px;
		margin: 0 auto;
	}
	
		#social ul {
			list-style: none;
		}
		
			#social ul li {
				float: right;
				padding: 5px 0 5px 15px;
				font-size: 11px;
			}
			
				#social ul li a {
					color: #fff;
				}
				
				#social ul li a:hover {
					color: #de6e00;
				}
	
	/***** TEXT STYLES *****/
	a {
		color: #de6e00;
		text-decoration: none;
		outline: none;
	}
	
	a:hover {
		color: #f2b478;
	}
	
	p {
		color: #888;
		font-size: 12px;
		line-height: 19px;
		margin-bottom: 10px;
	}
	
	h1 {
		color: #444;
		font-size: 36px;
		margin: 0 0 30px 0;
		font-weight: bold;
	}
		#header h1 {
			color: #eaeaea;
		}
	
	h2 {
		color: #666;
		font-size: 24px;
		margin: 30px 0 10px 0;
	}
	
	h3 {
		color: #555;
		font-size: 18px;
		line-height: 28px;
		margin: 5px 0 10px 0;
	}
	
	/***** 03. LAYOUT *****/
	.box280icon {
		width: 230px;
		min-height: 100px;
		margin-top: 5px;
		margin-right: 30px;
		margin-bottom: 30px;
		float: left;
		padding-left: 50px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	
		.box280icon:hover {
			margin-top: 0;
			cursor: default;
		}
	
	.box280 {
		width: 280px;
		margin-right: 30px;
		margin-bottom: 30px;
		float: left;
	}
	
	.box435 {
		width: 435px;
		margin-right: 30px;
		margin-bottom: 30px;
		float: left;
	}
	
	.box590 {
		width: 590px;
		margin-right: 30px;
		margin-bottom: 30px;
		float: left;
	}
	
	.box900 {
		width: 900px;
	}
	
		.last {
			margin-right: 0;
		}
		
		.first {
			clear: left;
		}
			/*** Icons ***/
			.fire {
				background: url(img/firefox.png) no-repeat 3px 0;
			}
			
			.money {
				background: url(img/money.png) no-repeat 3px 0;
			}
			
			.support {
				background: url(img/support.png) no-repeat 3px 0;
			}
			
			.colour {
				background: url(img/colour.png) no-repeat 3px 0;
			}
			
			.cogs {
				background: url(img/cogs.png) no-repeat 3px 0;
			}
			
			.book {
				background: url(img/book.png) no-repeat 3px 0;
			}
			
	.float-left {
		float: left;
	}
		
	ul.social-links {
			list-style: none;
			margin-top: 10px;
		}
		
			ul.social-links li {
				padding-bottom: 10px;
			}
			
				ul.social-links li a {
					font-size: 18px;
				}
				
				ul.social-links li a:hover {
					color: #f2b478;
				}
			
/***** NAV *****/
.logo {
			float: left;
			background: url(img/logo.png) no-repeat;
			width: 280px;
			height: 83px;
			text-indent: -9999px;
		}
		
ul.nav {
		float: right;
		padding: 9px 0 5px 5px;
		margin: 18px 0px 0 0;
		right: 0;
	}
		
		ul.nav li {
			float: left;
			list-style: none;
		}

			ul.nav li a {
				color: #f1f1f1;
				font-size: 12px;
				font-weight: bold;
				text-align: center;
				text-decoration: none;
				display: block;
				padding: 8px 10px;
				margin: 0 5px;
				-webkit-transition: all .2s;
				-moz-transition: all .2s;
				-o-transition: all .2s;
				transition: all .2s;
			}
				
				ul.nav li a:hover, a.active {
					background: #302255;
					color: #fff;
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
					-o-border-radius: 4px;
					border-radius: 4px;
				}
				
	#intro {
		width: 415px;
		margin: 30px 30px 30px 0;
		float: left;
	}		
	
	#mac-holder {
		width: 435px;
		height: 313px;
		margin-bottom: 30px;
		float: left;	
	}	
		
		#featured {
			background: url(img/mac.png) no-repeat;
			height: 313px;
			width: 480px;
			top: 168px;
			position: absolute;
		}
			
			#featured ul {
				list-style: none;
				position: relative;
				top: 46px;
				left: 89px;
				width: 303px;
				height: 189px;
				overflow: hidden;
			}
		

/***** IMAGES *****/			

	.border {
		padding: 5px;
		background: #fff;
		border: 1px solid #ddd;
		margin: 30px 20px 20px 0;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
		-moz-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
		-o-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
		box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
	}	
	
	.ads {
		margin-top: 26px;
	}
	.ads.first {
		margin-right: 26px;
	}

/***** TEMPLATES *****/
 ul#templates {
 	list-style: none;
	margin: 0;
	padding: 0 0 15px 0;
	width: 900px;
 }
 
 	ul#templates h2 {
 		margin-top: 0;
 	}
	
	 ul#templates p {
 		margin-bottom: 25px;
 	}
 
	 ul#templates li {
	 	margin: 0 0 15px 0;
		padding: 0 0 15px 0;
		overflow: hidden;
	 }

	 #templates li a.templates-thumb {
		padding: 5px;
		background: #fff;
		border: 1px solid #ddd;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
		-moz-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
		-o-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
		box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
		display: block;
		width: 500px;
		float: left;
		margin-right: 30px;
	 }
	 
	 /***Template Buttons***/
	.button-buy {
		cursor: pointer;
		color: #7e9155;
		text-shadow: rgba(255, 255, 255, .45) 0 1px 0;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		border: 1px solid #a9b886;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: rgba(0, 0, 0, .20) 0 1px 5px;
		-moz-box-shadow: rgba(0, 0, 0, .20) 0 1px 5px;
		-o-box-shadow: rgba(0, 0, 0, .20) 0 1px 5px;
		box-shadow: rgba(0, 0, 0, .20) 0 1px 5px;
		background: #bdce96 url(img/btn-green.png) repeat-x;
		margin: 5px 10px 10px 0;
		padding: 6px 20px;
		min-height: 10px;
		font-size: 14px;
	}
	
			.button-buy:hover, .button-buy:focus {
				background: #bdce96;
				color: #fff;
				text-shadow: rgba(0, 0, 0, .35) 0 0 2px;
				font-family: Arial, Helvetica, sans-serif;
			}
			
	.button-live {
		cursor: pointer;
		color: #649099;
		text-shadow: rgba(255, 255, 255, .45) 0 1px 0;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		border: 1px solid #81afb9;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: rgba(0, 0, 0, .20) 0 1px 5px;
		-moz-box-shadow: rgba(0, 0, 0, .20) 0 1px 5px;
		-o-box-shadow: rgba(0, 0, 0, .20) 0 1px 5px;
		box-shadow: rgba(0, 0, 0, .20) 0 1px 5px;
		background: #96c4cd url(img/btn-blue.png) repeat-x;
		margin: 5px 10px 10px 0;
		padding: 6px 20px;
		min-height: 10px;
		font-size: 14px;
	}
	
			.button-live:hover, .button-live:focus {
				background: #96c4cd;
				color: #f9f9f9;
				text-shadow: rgba(0, 0, 0, .35) 0 0 2px;
				font-family: Arial, Helvetica, sans-serif;
			}
	 
/***** FREEBIES *****/
 ul#freebies {
 	list-style: none;
	margin: 0;
	padding: 0 0 15px 0;
	width: 900px;
 }
 
 	ul#freebies h2 {
 		margin-top: 0;
 	}
	
	 ul#freebies p {
 		margin-bottom: 25px;
 	}
 
	 ul#freebies li {
	 	margin: 0 0 15px 0;
		padding: 0 0 15px 0;
		overflow: hidden;
	 }

	 #freebies li a.freebies-thumb {
		padding: 5px;
		background: #fff;
		border: 1px solid #ddd;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
		-moz-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
		-o-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
		box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
		display: block;
		width: 500px;
		float: right;
		margin-left: 30px;
	 }
	 
	 .copy {
	 	color: #999;
		font-size: 11px;
		margin: 0;
	 }
	 
/***** TWITTER *****/
	#twitter_update_list {
		font-size: 12px;
		color: #666;
		margin: 20px 0 0 0;
	}
	
	
		#twitter_update_list li {
			list-style: none;
			margin-bottom: 20px;
			line-height: 18px;
			background: url(img/footer-indent.png) repeat-x 0 bottom;
			padding-bottom: 10px;
		}
		
		#twitter_update_list span a {
			display: inline;
			padding: 0;
			color: #de6e00;
		}
		
		#twitter_update_list a {
			display:block;
			padding-top: 5px;
			color: #888;
		}
		
.twitter-share-button {
	float: right;
}

.template-title{
	width: 358px;
	float: left;
}

		/***** 09 MID CONTACT *****/
	#mid .notification_error {
		font-size: 12px;
		line-height: 20px;
		padding: 10px 0 15px 70px;
		background: url(img/icon_mail_no.png) no-repeat 0 50%;
		color: #a1272c;
	}
	
	#mid .notification_ok {
		font-size: 12px;
		line-height: 20px;
		padding: 10px 0 15px 70px;
		background: url(img/icon_mail_yes.png) no-repeat 0 50%;
		color: #518f2c;
	}
	
	#mid .info_fieldset {
		margin: 20px 0 0 0; padding: 0; width: 500px;
	}
	
	#mid .info_fieldset span {
	font-style: oblique;
	font-size: 11px;
	}
	
	/***Contact form label text***/
	#mid .label {
		width: 500px;
		float: left;
		text-align: left;
		font-size: 12px;
		color: #444;
		margin-top: 6px;
		padding-bottom: 5px;
	}
	
	/***Input & Textarea styles***/
	#mid input[type=text], textarea {
		height: 10px;
		width: 270px;
		margin: 0 0 15px 0;
		padding: 8px;
		float: left;
		background: url(img/form_grad.png) repeat-x bottom #fcfcfc;
		color: #aaa;
		font: 12px arial;
		border: 1px solid #d6d6d6;
		-webkit-border-radius: 2px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: height .5s, border .5s;
		-moz-transition: height .5s, border .5s;
		-o-transition: height .5s, border .5s;
		transition: height .5s, border .5s;
		-webkit-box-shadow: rgba(0, 0, 0, .10) 0 1px 3px;
		-moz-box-shadow: rgba(0, 0, 0, .10) 0 1px 3px;
		-o-box-shadow: rgba(0, 0, 0, .10) 0 1px 3px;
		box-shadow: rgba(0, 0, 0, .10) 0 1px 3px;
	}
	
	#mid textarea { height: 100px; width: 400px; margin-bottom: 5px; border: 1px solid #d6d6d6; font: 12px arial; }
	
	/***Input & Textarea styles on hover***/
	#mid input[type=text]:hover, textarea:hover { border-color: #bbb; }
	
	/***Input & Textarea styles on input***/
	#mid input[type=text]:focus, textarea:focus {
		-webkit-box-shadow: #ffc039 0 0 5px;
		-moz-box-shadow: #ffc039 0 0 5px;
		-o-box-shadow: #ffc039 0 0 5px;
		box-shadow: #ffc039 0 0 5px;
		font-size: 12px;
		color: #777;
		border-color: #de6e00;
	}
	
	#mid br { clear: left; }
		
/***** 09 FOOTER CONTACT *****/
	#footer .notification_error {
		font-size: 12px;
		line-height: 20px;
		padding: 10px 0 15px 70px;
		background: url(img/icon_mail_no.png) no-repeat 0 50%;
		color: #a1272c;
	}
	
	#footer .notification_ok {
		font-size: 12px;
		line-height: 20px;
		padding: 10px 0 15px 70px;
		background: url(img/icon_mail_yes.png) no-repeat 0 50%;
		color: #518f2c;
	}
	
	#footer .info_fieldset {
		margin: 20px 0 0 0; padding: 0; width: 280px;
	}
	
	/***Contact form label text***/
	#footer .label {
		width: 60px;
		float: left;
		text-align: left;
		font-size: 12px;
		color: #444;
		margin-top: 6px;
	}
	
	/***Input & Textarea styles***/
	#footer input[type=text], textarea {
		height: 10px;
		width: 170px;
		margin: 0 0 25px 0;
		padding: 8px;
		float: left;
		background: url(img/form_grad.png) repeat-x bottom #fcfcfc;
		color: #aaa;
		font: 10px arial;
		border: 1px solid #d6d6d6;
		-webkit-border-radius: 2px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: height .5s, border .5s;
		-moz-transition: height .5s, border .5s;
		-o-transition: height .5s, border .5s;
		transition: height .5s, border .5s;
	}
	
	#footer textarea { height: 50px; margin-bottom: 5px; }
	
	/***Input & Textarea styles on hover***/
	#footer input[type=text]:hover, textarea:hover { border-color: #bbb; }
	
	/***Input & Textarea styles on input***/
	#footer input[type=text]:focus, textarea:focus {
		-webkit-box-shadow: #ffc039 0 0 5px;
		-moz-box-shadow: #ffc039 0 0 5px;
		-o-box-shadow: #ffc039 0 0 5px;
		box-shadow: #ffc039 0 0 5px;
		font-size: 12px;
		color: #777;
		border: 1px solid #de6e00;
	}
	
	#footer br { clear: left; }

		
/***** 11. BUTTONS & ICONS *****/
/***Orange Button***/
	.button {
		cursor: pointer;
		color: #b57611;
		text-shadow: rgba(255, 255, 255, .45) 0 1px 0;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		border: 1px solid #b57611;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: rgba(0, 0, 0, .25) 0 2px 1px;
		-moz-box-shadow: rgba(0, 0, 0, .25) 0 2px 1px;
		-o-box-shadow: rgba(0, 0, 0, .25) 0 2px 1px;
		box-shadow: rgba(0, 0, 0, .25) 0 2px 1px;
		background: #e7930e url(img/btn-orange.png) repeat-x;
		margin: 5px 10px 10px 0;
		padding: 10px 20px;
		height: 12px;
		font-size: 16px;
	}
	
	.button:hover, .button:focus {
		background: #f0a414;
		color: #fff;
		text-shadow: rgba(0, 0, 0, .35) 0 0 2px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.button:active {
		color: #fff;
		text-shadow: rgba(0, 0, 0, .35) 0 0 2px;
	}
	

	
	/***Black Button***/
.button_bl {
		cursor: pointer;
		color: #fff;
		text-shadow: #000 0 -1px 0;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		border: 1px solid #111;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: rgba(0, 0, 0, .25) 0 1px 1px;
		-moz-box-shadow: rgba(0, 0, 0, .25) 0 1px 1px;
		-o-box-shadow: rgba(0, 0, 0, .25) 0 1px 1px;
		box-shadow: rgba(0, 0, 0, .25) 0 1px 1px;
		background: #111;
		background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
		background: -moz-linear-gradient(top, #333, #111);
		background: -o-linear-gradient(top, #333, #111);
		background: linear-gradient(top, #333, #111);
		margin: 5px 10px 10px 0;
		padding: 3px 10px;
		font-size: 14px;
	}
	
	.button_bl:hover, .button_bl:focus {
		color: #fff;
		text-shadow: #000 0 -1px 0;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		border-color: #000;
		-webkit-box-shadow: #666 0 0 5px;
		-moz-box-shadow: #666 0 0 5px;
		-o-box-shadow: #666 0 0 5px;
		box-shadow: #666 0 0 5px;
	}
	
	.button_bl:active {
		background: #000;
		background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
		background: -moz-linear-gradient(top, #222, #000);
		background: -o-linear-gradient(top, #222, #000);
		background: linear-gradient(top, #222, #000);
	}
	
/***White Button***/
.button_wh {
		cursor: pointer;
		color: #333;
		text-shadow: #fff 0 1px 0;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		border: 1px solid #ddd;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: rgba(0, 0, 0, .25) 0 1px 1px;
		-moz-box-shadow: rgba(0, 0, 0, .25) 0 1px 1px;
		-o-box-shadow: rgba(0, 0, 0, .25) 0 1px 1px;
		box-shadow: rgba(0, 0, 0, .25) 0 1px 1px;
		background: #ddd;
		background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ddd));
		background: -moz-linear-gradient(top, #f9f9f9, #ddd);
		background: -o-linear-gradient(top, #f9f9f9, #ddd);
		background: linear-gradient(top, #f9f9f9, #ddd);
		margin: 5px 10px 10px 0;
		padding: 3px 10px;
		font-size: 14px;
	}
	
	.button_wh:hover, .button_wh:focus {
		color: #333;
		text-shadow: #fff 0 1px 0;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		border-color: #ccc;
		-webkit-box-shadow: #ccc 0 0 5px;
		-moz-box-shadow: #ccc 0 0 5px;
		-o-box-shadow: #ccc 0 0 5px;
		box-shadow: #ccc 0 0 5px;
	}
	
	.button_wh:active {
		background: #ccc;
		background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#ccc));
		background: -moz-linear-gradient(top, #e9e9e9, #ccc);
		background: -o-linear-gradient(top, #e9e9e9, #ccc);
		background: linear-gradient(top, #e9e9e9, #ccc);
	}
	
/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }