/* ===========================================================

Title:		Munshini Stylesheet
Author:		David Longworth, dave@orangetape.com

Notes:		- Do not modify unless you know what you are doing
			- For further information contact the author
			- [* html] is styling for IE version 6 and under.

=============================================================== */


/* --------------------
 Misc etc
-------------------- */

* {
	padding: 0;
	margin: 0;
}
p {
	padding: 0.4em 0;
}
hr {
	display: none;
}
img { border: none; }
abbr {
	background: #FF9;
	cursor: help;
	border: none;
}
abbr:hover {
	background: #FF6; 
}
address {
	font-style: normal;
	margin: 10px 0 20px 0;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.new {
	background: #C00;
	border: 2px solid #900;
	color: #fff;
	font-size: 0.5em;
	letter-spacing: 0.1em;
	padding: 5px 10px;
	margin: 0 5px 0 0;
	vertical-align: text-top;
}
* html .new {vertical-align: middle; padding: 2px 10px; }
.info {
	background: #ECEBE6;
	color: #666666;
	border-bottom: 1px solid #E1E0D9;
	text-align: center;
	padding: 15px 0;
	margin: 0 0 -10px 0;
	position: relative;
	z-index: 100000;
	clear: both;
	font-size: 1.2em;
	
}

/* --------------------
 Body
-------------------- */

body {
	background: #fff /*#ebebeb url(/img/bg.gif) repeat-y 50% 0*/;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #222;
}

/* --------------------
 Links
-------------------- */

a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	border-bottom: 1px dotted #666;
	color: #666;
	text-decoration: none;
	outline: none;
}

#header h1 a {
	width: 270px;
	height: 130px;
	display: block;
	border: none;
	margin: 0 auto;
}

/* Download link for brochures */
a.pdf {
	padding: 3px 0 3px 23px;
	background: url(/img/pdf.png) no-repeat 0 50%;
	text-decoration: none;
}
a.pdf span {
	color: #999;
}
a.swf {
	padding: 3px 0 3px 23px;
	background: url(/img/swf.png) no-repeat 0 50%;
	text-decoration: none;
}
a.swf span {
	color: #999;
}

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

#header {
	background: #1E1B15;
}
#header h1 {
	width: 720px;
	margin: 0 auto;
	height: 130px;
	background: #1E1B15 url(/img/munshini.gif) no-repeat 49% 70%;
	color: #fff;
	text-indent: -1000em;
}
#header ul {
	background: #685E46 url(/img/bg-nav.gif) repeat-x 0 100%;
	border-top: 1px solid #8D805F;
	border-bottom: 2px solid #111;
	padding: 17px 0 15px 0;
	text-align: center;
}
#header ul li {
	display: inline;
	list-style: none;
	padding: 0 2px 0 8px;
	background: url(/img/nav-bullet.gif) no-repeat 0 50%;
}
#header ul li#nav-home {
	padding: 0;
	background: none;
}
#header ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
	text-decoration: none;
}
#header ul li a:hover {
	text-decoration: underline;
}
#header ul li a#current {
	background: #8D805F;
	padding: 0 2px;
}

/* --------------------
 Content
-------------------- */

#wrap {
	margin: 0 auto;
	text-align: left;
	/*border-right: 1px solid #999;
	border-left: 1px solid #999;*/
	background: #fff;
	width: 640px;
	padding: 40px;
	font-size: 1.2em;
	line-height: 1.8em;
}
* html #wrap {
	width: 720px;
}
#page {
	float: left;
	width: 400px;
}
#side {
	width: 200px;
	float: right;
}
/*.rotator {
	padding: 0 0 170px 0;
	background: url(/img/stock/rotator.php) no-repeat 0 100%;
}*/
.rotator {
	padding: 0 0 120px 0;
	background: url(/img/stock/stock1.jpg) no-repeat 0 100%;
}

#footer {
	font-size: 0.9em;
	clear: both;
	padding: 50px 0 0 0;
	color: #666;
}
#footer p {
	padding: 10px 0;
	border-top: 1px solid #999;
}
* html #footer {
	padding: 30px 0 0 0
}

/* --------------------
 Headers
-------------------- */

h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #170000;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0 0 10px 0;
}
#wrap h2.title {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #999;
}
#wrap h2.title span {
	font-size: 0.3em;
	vertical-align: middle;
}

#wrap h3 {
	margin: 40px 0 -50px 0;
	font-size: 1.5em;
	color: #111;
	float: left;
	width: 100%;
	background: url(/img/bg-h3.gif) repeat-x 0 50%;
}
#wrap h3 span {
	padding: 5px 10px;
	margin: 0 10px;
	background: #fff;
}
#wrap #page h2, #wrap #side h2 {
	color: #300;
	font-size: 1.8em;
	margin: 0 0 7px 0;
	background: none;
	width: auto;
	float: none;
}

/* --------------------
 Gallery CSS
-------------------- */

.gallery {
	margin: 50px -30px 20px 10px;
	padding: 20px 0 0 0;
	float: left;
	clear: both;
}
* html .gallery {
	clear: both;
	float: none;
	padding: 20px 0 0 0;
}
.gallery li {
	float: left;
	margin: 0 30px 20px 0;
	display: block;
	text-align: center;
}
.gallery li img {
	margin: 10px 0 10px 20px;
	padding: 2px;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	background: #ddd;
	display: inline;
}
* html .gallery li img {
	float: left;
}
.gallery li a img {
	border: 2px solid #fff;
	background: #fff;
	display: block;
	padding: 10px 20px 20px 20px;
	margin: 0px;
	float: none;
}
* html .gallery li a {
	display: block;
}

* html .gallery li a img {
	margin: 30px 0 0 0;
}
* html .gallery li a {
	padding: 10px 20px 20px 20px;
}
* html .gallery li a {
	float: left;
}
* html .gallery li a:hover {
	background: url(/img/zoom.gif) no-repeat 50% 100%;
	border: none;
}
.gallery li a:hover img {
	background: url(/img/zoom.gif) no-repeat 50% 100%;
}

.gallery li p {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 20px;
	color: #666;
	font-size: 0.9em;
}
* html .gallery li p {
	width: 90px;
	text-align: right;
	float: left;
}

/* --------------------
 Lightbox: huddletogether.com/projects/lightbox/
-------------------- */

#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightbox a {
	border: none;
}
#lightbox img#closeButton {
	margin: -5px 0 0 -15px;
}
*html #lightbox img#closeButton {
	margin: -5px 0 0 0;
}
#lightbox kbd {
	background: #ddd;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding: 1px 5px;
}
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption { float: left; }
#keyboardMsg { float: right; font-size: 1.3em; padding: 5px 0 0 0; color: #666; }

#lightbox img { border: none; } 
#overlay img { border: none; }
#overlay { background-image: url(http://www.munshini.co.uk/img/overlay.png); }

* html #overlay{
	background-color: #1E1B15;
}


/* --------------------
 Forms
-------------------- */

form#contact {
	padding: 20px 30px;
	margin: 20px 0;
	background: #fefefe url(/img/bg-form.gif) repeat-x 0 0;
}
form#contact input, form#contact textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 5px;
	margin: 5px 0;
	border: 1px solid #ccc;
	background: #fff;
}
form#contact dd {
	margin: 0 0 10px 0;
}
form#contact label {
	color: #666;
}
form#contact input#send {
	background: #323745 url(/img/bg-button.gif) repeat-x 0 100%;
	border: 2px solid #666;
	padding: 5px 10px;
	color: #fff;
	font-size: 0.8em;
	text-transform: uppercase;
	width: auto;
}
