/* CSS Document 

Created by Julian Smith
Websmiths - http://www.websmiths.com.au
2007

---- CONTENTS -----

- Basics
- Forms
- Main Layout 
- Nav Lists
- Main Typography
- Pathways classes
- General Classes

-------------------*/



/*
----- set basics -----*/

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	border: 0;
}

a {
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
	
ul, ol { margin: .4em 0 .8em 2.5em; }

/*
----- Form fields etc. ------*/
input, textarea {
	padding: .2em;
	border: 1px solid #666;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
}


form b, form i { float: left; }
form b {
	width: 120px;
	padding: 0 1em 0 0;
	text-align: right;
}

form p, form h2 { width: auto; overflow: auto; }
form p { padding: .2em 0; }



/*
----- Main Layout -----*/

body {
	background: #fff;	/* #cc9 */
	text-align: center;
	font-size: 76%;
}

div#wrap {
/*	background: #fff;
*/	width: 793px;
	margin: 0 auto;
	background: #fff url(../../images/mc_strip.gif) repeat-y;
}

div#header {
	background: url(../../images/mc_header.gif) no-repeat right top;
	height: 130px;
}
	div#header h1 {
		text-align: right;
		font-family: "Comic Sans MS", Papyrus, Galahad, Arial, Helvetica, Verdana, sans-serif;
		color: #666;
		font-size: 1.1em;
		padding: 100px 40px 0 0;
	}

div#logo {
	float: left;
}

div#content {
	padding: 10px 17px 0 1px;
}


div#footer {
	background:  url(../../images/mc_footer.gif) no-repeat right top;
	padding: 26px 0 0;
}
	div#footer p {
		font-size: .85em;
		color: #ffc;
		background: #000;
		clear: both;
	}
	
#footlinks { padding-left: 75px; overflow: hidden; }
	#footlinks a {
		float: left;
		height: 50px;
		padding: 0 10px 0 0;
	}
	#footlinks a#sf { width: 110px; }
	#footlinks a#h { width: 85px; }
	#footlinks a#fa { width: 138px; }
	#footlinks a#b { width: 170px; }
	#footlinks a#p { width: 50px; }
	#footlinks a#s { width: 60px; padding: 0; }
	
	
	
div#websmiths {
	font-size: .82em;
	color: #888;
}
	#websmiths a { color: #630; }
	#websmiths p { padding: 5px; }

#footer p, #websmiths p { text-align: center; }



/* 
----- Nav lists -----*/

/* -- Top Nav --*/
div#mainnav {
	float: left;
	width: 160px;
}

#mainnav ul { 
/**/
	padding: 0;
	margin: 0;
}
	#mainnav ul ul { 
	}

#mainnav li { 
	list-style-type: none;
	padding: 0;
	float: left;
	
	/*position: relative;
	width: 170px;
*/
}
	#mainnav a, #mainnav a:visited { 
		background: url(../../images/nav_arrow.gif) no-repeat;
		padding: 3px 8px 2px 32px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: bold;
		color: #444;
		width: 120px;
		float: left;
}
	#mainnav a:hover {
		background-position: left bottom;
		text-decoration: none;
		padding: 4px 0 3px 40px;
	}
	#mainnav li#active a, #mainnav li#active a:hover
	/*, #footnav li.active a, #footnav li.active a:hover*/ { 
		background-position: left center;
		padding: 12px 0 3px 38px;
		color: #660000;
		text-decoration: none;
	}
	
	#mainnav li ul { 
		display: none;
/*		position: absolute;
		top: 2.2em;
		left: 0;
*/		padding: 0;
		margin: 0;
	}
		#mainnav li#active ul { display: block; }
		#mainnav li#active li a { 
			background-position: left top;
			padding-left: 50px;
			color: #363;
			width: 110px;
		}
		#mainnav li#active li a:hover {
			background-position: left bottom;
			padding-left: 48px;
			padding-right: 4px;
			color: #900;
		}
			
			#mainnav li#active li a, #mainnav li#active li a:hover { padding-top: 2px; }
	
/*	#mainnav li ul a { width: 8em; }
	
	#mainnav li:hover ul { display: block; }
*/

/* News */

div#news {
	padding: 40px 6px 10px 30px;
	clear: left;
}

	#news h1, #news h2, #news p, #news strong, #news em {
		font-family: "Comic Sans MS", Papyrus, Verdana, Arial, Helvetica, sans-serif;
	}

	#news h1, #news h2 { padding: 1.2em 0 .4em; }
	#news p { padding: .5em 0 .4em; }
	
	#mainnav #news a {
		background: none;
		padding: 0;
		font-size: 1em;
		color: #09f;
		float: none;
		font: inherit;
	}
		#mainnav #news a:visited { color: #069; }
		#mainnav #news a:hover { text-decoration: underline; }



/* Flash */

div#flash {
/*	background: #000;
*/	margin: .2em 0 0;
	padding: 3px;
}


div.linkthru {
	margin: 6px 0 0;
}


div.halfcol {
	width: 264px;
	float: left;
	padding: .2em .7em;
}
div.halfcol p { padding: .5em 0 .3em; }


	
	
form.manage { padding: 30px; }
form.managelist { padding: 5px 30px; }
form.managelist p { background: #ccc; }
form.managelist p.inshop { background: #6f9; }
#backlinks { margin-top: 30px; clear: both; text-align: right; }




#contactconfirm h3 { 
	color: #666;
	clear: both;
}


/*
----- Main Typography -----*/





p {
	padding: .6em 3em .5em 0;
	line-height: 1.18em;
	color: #555;
}


h1 {
	font-size: 1.05em;
	padding: .7em 0 0;
	color: #555;
}

h2 {
	font-size: 1em;
	color: #660000;
}

h2, h3 {
	padding: 1.3em 4em .4em 0;
	line-height: 1.35em;
	color: #444;
}

h4, h5 {
	padding: .7em 0 .2em;
	color: #444;
}

h6 {
	color: #336699;
	text-transform: uppercase;
	line-height: 1.3em;
	padding: 1em 4em 1em 0;
}

.centre { text-align: center; }


/* inline styles */ 

em { 
	color: #333;
	font-weight: bold;
}





.highlight { background: #9ff; padding: .4em; }
.emphasise {
	font-weight: bold;
	font-style: italic;
	color: #336666;
}


/*
----- Client area styles (for FCKEditor) -----*/



.copy {
	background: #fff /* #fdf9ce		url(../../images/content_bg.jpg) no-repeat right bottom*/;
	padding: 6px 8px 8px 12px;
	border: 1px solid #ccc;
	min-height: 350px;
/*	margin: 0 0 0 150px;
	padding: 0 1em 1em;
*/
}
	.copy ul { margin-left: 4em; } 
	.copy li {
		padding: .3em 100px .5em .5em;
		list-style-image: url(../../images/bullet.gif);
	}

/* Rows for displaying logos */
div#agencies { margin: 12px 0 0; }

.row1, .row2 { 
	padding: .3em;
	margin: 1px 0 0;
	background:#EEEBE0;		/*	F3E9D8	*/
}
	.row2 { background: #DDE5EE; }	/* DED6CF */

	.row1 img, .row2 img {
		float: left;
		margin: 0 1em 0 0;
	}
		.row1 h4, .row2 h4 {
			font-size: 1.4em;
			font-family: Arial, Helvetica, Geneva, sans-serif;
			font-weight: normal;
			letter-spacing: .17ex;
			color: #27471A;
		}


div.pagelist p.header span { font-weight: bold; }
div.pagelist p span {
	float: left;
	width: 80px;
}
div.pagelist p span.id { width: 1em; }
div.pagelist p span.description, div.pagelist p span.edit { width: 90px; }


.hidden { display: none; }





div#links {
	position: absolute;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	top: 5px;
	left: 0;
}

div#links a { 

	padding: 1em;
	color: #663300;
}


/*
#contactus { font-size: 1.2em; }
*/

div#content #contactus form h2 {
	white-space: nowrap;
	padding-left: 0;
}
#contactus .message {
	clear: both;
	padding: 10px;
	font-weight: bold;
}
div#content #contactus .message p { color: #900; }

div#content #contactus form { 
	clear: both;
	padding-left: 2em;
}

#contactdetails {
	float: right;
	width: 300px;
	padding: 12px;
	font-weight: bold;
}
	#contactdetails p { padding: .3em 0; }
	
	#contactdetails strong { color: #993; }
	

/*
----- Various classes -----*/

.clear { clear: both; }


.fl { float: left; }
.fr { float: right; }

	img.fl { margin: 20px 1em 0 20px; }

div#header, div#content, div#links, div#footer/*, div#wrap, #footlinks, #mainnav li,*/, div.copy { overflow: auto; }

div.third {
	float: left;
	width: 180px;
	margin: 5px;
}

form.paypal p, .pp_header {
	zborder: 1px solid #650;
	padding: 0;
	margin: 1px 0;
	white-space: nowrap;
	width: 570px;
	clear: both;
}

.pp_header {
	border: 0;
	font-weight: bold;
}

form.paypal img, .pp_header span.img {
	float: left;
	border: 1px solid #650;
	width: 80px;
}
.pp_header span.img { 
	border: 0;
	padding: 1px;
}

form.paypal span, .pp_header span {
	float: left;
	font: bold 1.1em;
	border: 1px solid #650;
	border-width: 0;
	padding: 1em 6px;	
	width: 40px;
}
form.paypal span.item {
	font-weight: bold;
}

.pp_header span { border: 0; }

form.paypal span.description, span.description { 
	width: 220px;
	white-space: normal;
}
form.paypal input {
	float: left;
	border: 0;
	padding: 8px 0 0;
}


form.shop { 
	clear: both;
}

div#content div.display_item {
	background: #f8f8f8;
	padding: 10px;
	margin: 10px;
	overflow: auto;
}


div.item_details, form.shop p.item {
	margin-left: 105px;
}


form.shop p, form#cart p, #form p, #leftform p, #rightform p { width: auto; }

form.shop p.headers {
	font-weight: bold;
}
form.shop p.dostuff {
	margin: 0 0 0 164px;
	clear: left;
}

form.shop span, form.shop input, form.shop img, form.shop strong, form.shop select, form#cart span, form#cart input, div.itemimg, span.qty, span.item, span.description, span.size, span.price, span.postage, span.total {
	float: left;
}
div.itemimg {
	background-color: #333;
	background-position: center;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	padding: 4px;
	margin-right: 4px;
}
form.shop span, form#cart span {
	padding: 0 3px;
}


form.shop span.item {
	font-weight: bold;
	width: 70px;
}
form.shop span.description {
	width: 240px;
}
form.shop span.price {
	width: 50px;
}
form.shop span.postage {
	width: 80px;
}

form.shop span.qty {
	font-weight: bold;
}

div#postage_message {
	background: #C5D5B5;
	border: 1px dotted #222;
	margin: 10px;
	padding: 10px 10px 15px;
	overflow: auto;
}
#postage_message h3 { font-size: 1.2em; padding-top: 0; }
#postage_message p { padding-left: 30px; }
#postage_message b, #postage_message i { float: left; }
#postage_message b { 
	width: 150px;
	text-align: right;
	margin: 0 4px;
}


form#cart input, form#cart img, .noborder { border: 0; }
form#cart p.submits input, form#cart p.submits img { padding: 2px; }
form p.carthead { font-weight: bold; }

form .submit, form#cart input.submit { 
	margin: 0 2px;
	padding: 1px 3px;
	border: 1px solid #ccc;
	border-bottom-color: #777;
	border-right-color: #777;
}

#cart .alert { 
	font-style: italic;
	color: #c00;
}


div#content div.display_item, form#cart input.number, fieldset, legend {
	border: 1px solid #999;
	border-color:  #999 #dfdfdf #dfdfdf #999;
}


form#cart span.qty, span.qty { width: 30px; }
form#cart span.item, span.item { width: 100px; }
form#cart span.description, span.description { width: 280px; }
span.size { width: 200px; }
form#cart span.price, form#cart span.total,/* span.price,*/ span.total { width: 72px; }
form#cart .total, .total { font-weight: bold; }

div#cart span.price { width: 100px; }
div#cart span.size { width: 80px; }
div#cart span.description { width: 200px; }

div.instructions { margin: 6px; }
div.instructions p { color: #066; }


#form b { width: 60px; }
#leftform b, #rightform b { width: 75px; }

fieldset, legend {
	padding: 8px;
	background: #f8f8f8;
	overflow: visible;
}
legend {
	margin: 6px 0 0;
	padding: 4px 8px;
}


div#leftform, div#rightform {
	margin: 0;
	padding: 6px;
	width: 275px;
	float: left;
}
	#rightform {
		margin-left: 0;
	}

div#confirmdetails {
	margin: 0 200px 12px 0;
	padding: 10px 10px 20px;
	border: 1px dashed gray;
	overflow: auto;
/*	border-width: 1px 0;
*/}
	#confirmdetails span.label, div#customerinfo span.label {
		width: 120px;
		text-align: right;
		background: #fff;
		float: left;
		clear: both;
		font-weight: bold;
	}



div#customerinfo input, div#customerinfo select, div#customerinfo em, span.label {
	float: left;
}

form div#customerinfo h3, form div#customerinfo p { clear: both; }

form#orderform {
	padding: 5px;
	text-align: center;
}