/*
	KaizenPrint.co.uk
	Global.css
*/

html, body { margin: 0px auto; position: relative; }
html { background: url('../images/global/backer_bar.gif') top repeat-x; text-align: center; }
ul, li, p, h1, h2, h3, h4, h5 { padding: 0px; margin: 0px; list-style: none; }
a { text-decoration: none; color: #666666; }
a:hover { color: #eb880a; }
a img { border: 0px; }

body, textarea { font-family: Helvetica, Arial, sans-serif; }
body
{
	width: 940px;
	padding: 0px 40px 0px 40px;
	
	background: url('../images/global/logo.gif') 40px -10px no-repeat;
	
	font-size: 12px;
	color: #666666;
	text-align: left;
}

/* Headers */

h1
{
	float: left;
	width: 168px;
	height: 105px;
	text-indent: -9000px;
}
h1 a { width: 170px; height: 97px; display: block; position: absolute; z-index: 20; }

h2
{
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	padding: 0px 0px 5px 5px;
	margin: 0px 0px 10px 0px;
}
div#column_left.page h2 { padding-left: 0px; margin: 0px; font-weight: bold; }
h2.two { font-size: 12px; border-bottom: 1px solid #4b8dd7; color: #4b8dd7; padding-bottom: 2px; margin-bottom: 5px; }

h3 { font-size: 12px; }

h4
{
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	
	margin: -5px 0px 10px 0px;
}

h2#callus
{	
	display: block;
	top: 100px;
	left: 0;
	margin: 0;
	height: 20px;
	width: 160px;
	
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	border: none;
	
	z-index: 10;
	position: absolute;
}

/* Header */

div#header, ul#menu { float: right; }
div#header { width: 730px; height: 69px; }

/* Header > Search Form */

div#header .links, #header .search { float: left; }
div#header .links { width: 190px; padding-top: 30px; }
div#header .links span.admin { font-size: 11px; }
div#header .search
{
	width: 385px;
	height: 42px;
	background: url('../images/global/backer_searchbox.gif') no-repeat;
	margin: 15px 0px 0px 0px;
	padding: 10px;
}
div#header .search div { float: left; display: block; }
div#header .search div.dropdown { width: 150px; }
div#header .search div.field { width: 150px; }
div#header .search input { margin-top: 1px; border: 0px; outline: none; }
div#header .search div.field input
{
	width: 143px;
	height: 21px;
	
	padding: 0px 5px 0px 5px;
	color: #666666;
	
	background: url('../images/global/backer_searchfield.gif') no-repeat;
}
div#header .search div.button { width: 65px; }
div#header .search div.button input
{
	width: 57px;
	height: 21px;
	padding: 1px 0px 0px 2px;
	color: #FFFFFF;

	background: url('../images/global/searchbox_button.gif') no-repeat;
}
div#header .search div.button input:hover { background: url('../images/global/searchbox_button_hover.gif') no-repeat; }
div#header .search div.button input:active { background: url('../images/global/searchbox_button_hover.gif') no-repeat; padding-top: 2px; }
div#header .basket
{
	float: right;
	width: 105px;
	padding: 10px;
	margin: 5px 0px 0px 0px;
	font-size: 11px;
}
div#header .basket span { font-size: 12px; font-weight: bold; }
div#header .search span.hideme { display: none; background: url('../images/global/searchbox_button_hover.gif') no-repeat; }

/* Header > Menu */

ul#menu
{
	width: 760px;
	height: 44px;
	margin: 6px 0px 0px 0px;
	
	font-size: 11px;
}

ul#menu li, ul#menu li a { display: block; }
ul#menu li { float: left; height: 44px; }
ul#menu li a { padding: 15px 10px 17px 10px; color: #FFFFFF; }

ul#menu li#current a
{
	background: #FFFFFF;
	color: #eb880a;
	font-weight: bold;
}
ul#menu li a:hover { color: #FFFFFF; back1ground: #eb880a; }
ul#menu li a:active { color: #FFFFFF; background: #eb880a; padding: 16px 10px 15px 10px; }
ul#menu li#current a:hover { color: #666666; }
ul#menu li#current a:active { color: #666666; padding: 16px 10px 16px 10px; }

/* Column > Left */

div#column_left
{
	clear: both;
	float: left;
	width: 680px;
	
	margin: 20px 0px 0px 0px;
}

div#column_left.page { padding-bottom: 20px; }
div#column_left.todo h2 { font-size: 24px; color: #e88f20; font-weight: bold; }
div#column_left.todo h3 { font-size: 14px; color: #a0a0a0; font-weight: bold; padding-bottom: 20px; }
div#column_left.todo p { font-size: 13px; color: #999999; padding-top: 10px; }

div#column_left.prices h3
{
	font-size: 20px;
	border-bottom: 1px solid #dfdfdf;
	
	padding-bottom: 8px;
	margin-bottom: 15px;
	
	color: #7d7d7d;
	letter-spacing: -1px;
	height: 20px;
}

div#whatwedo
{
	height: 150px;
	margin: 6px 0px 0px 0px;
	padding: 10px;
	background: url('../images/home/backer_module.gif') repeat-x;
}

div#whatwedo ul
{
	float: left;
	width: 200px;
	height: 110px;
	padding: 10px 0px 0px 20px;
	
	background: url('../images/home/module_divider.gif') right no-repeat;
	color: #FFFFFF;
}
div#whatwedo ul.noborder { background: none; }
div#whatwedo ul li { list-style-type: square; margin-left: 15px; }
div#whatwedo ul li.title
{
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	list-style: none;
	margin-left: 0px;
}

div#whatwedo ul li a { color: #FFFFFF; font-size: 11px; line-height: 16px; }
div#whatwedo ul li a:hover { color: #CCCCCC; }

div#homeSlideshow
{
	display: block;
	width: 680px;
	height: 410px;
}

p.blurb { padding: 20px; }

/* Column > Left > Product List */

div#product_list { float: left; width: 226px; }
div#product_list div.category
{
	display: block;
	width: 219px;
	padding-left: 17px;
	
	line-height: 25px;
	background: url('../images/global/dot_blue.gif') 2px 7px no-repeat;
}
div#product_list div.category:hover { background: url('../images/global/dot_orange.gif') 2px 7px no-repeat; }

ul.product_list_sub
{
	display: none;
	padding: 0px 0px 0px 20px;
}
ul.product_list_sub li
{
	width: 190px;
	font-size: 11px;
	list-style-image: url('../images/global/dot_orange.gif');
}

/* Column > Left > Small */

div#column_left_small
{
	clear: both;
	float: left;
	width: 180px;
	min-height: 525px;
	
	margin: 20px 0px 10px 0px;
	background: url('../images/global/backer_left_small.gif') top no-repeat;
}

/* Column > Middle */

div#column_middle
{
	float: left;
	width: 490px;
	
	margin: 20px 0px 0px 10px;
}

div#column_middle p
{
	padding: 10px 0px 0px 0px;
	line-height: 19px;
}

/* Column > Right */

div#column_right
{
	float: right;
	width: 250px;
	
	margin: 20px 0px 0px 0px;
}
div#column_right p { margin: 0px 0px 3px 0px; }

div#column_right h3
{
	font-size: 12px;
	padding-left: 10px;
	color: #FFFFFF;
	text-shadow: 1px 1px #666666;
	
	/* Below settings are overwrote for div#subscribe h3 further below */
	padding-top: 13px;
	height: 27px;
	background: url('../images/global/h3.gif') no-repeat;
	border-bottom: 1px solid #FFFFFF;
}

ul#this_section { padding-bottom: 10px; }
ul#this_section li
{
	height: 35px;
	background: #efefef;
	color: #808080;
	
	border-bottom: 1px solid #FFFFFF;
}
ul#this_section li.current { font-size: 14px; font-weight: bold; }

ul#this_section li a
{
	height: 25px;
	width: 240px;
	display: block;
	background: #efefef;
	
	padding: 10px 0px 0px 10px;
}
ul#this_section li a:hover { background: #b6b6b6; color: #FFFFFF; }

/* Column > Right > ContactSide */

div#contactside p
{
	font-size: 11px;
	padding: 5px 0px 0px 5px;
}

div#contactside input
{
	border: 1px solid #CCCCCC;
	padding: 5px;
	color: #666666;
	
	width: 227px;
}

div#contactside input.button
{
	padding: 5px 10px 5px 10px;
	width: auto;
	background: #F4F4F4;
	color: #666666;
}
div#contactside input.button:hover { border: 1px solid #eb880a; background: #eb880a; color: #FFFFFF;  }
div#contactside input.button:active { border: 1px solid #CCCCCC; background: #CCCCCC; color: #FFFFFF;  }

div.fname, div.lname
{
	float: left;
	width: 122px;
	height: 35px;
	padding: 0px 0px 0px 5px;
}

div.lname { float: right; padding: 0px; }
div#contactside div input { width: 105px; }

/* Column > Right > Subscribe */

div#subscribe h3
{
	padding-top: 14px;
	height: 50px;
	background: url('../images/global/h3_subscribe.gif') no-repeat;
	border-bottom: none;
}

div#subscribe p
{
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0px 5px 20px;
	border-bottom: 1px dotted #777777;
}
div#subscribe p.rss 	{ background: url('../images/global/subscribe_rss.gif') left no-repeat; }
div#subscribe p.twitter { background: url('../images/global/subscribe_twitter.gif') left no-repeat; }
div#subscribe p.email 	{ background: url('../images/global/subscribe_email.gif') left no-repeat; }
div#subscribe p a 		{ color: #eb880a; }
div#subscribe p :hover 	{ color: #666666; }

/* Footer > Featured */

div#footer_featured { clear: both; padding-top: 20px; }

div#footer_featured div
{
	float: left;
	width: 233px;
	height: 142px;
	margin: 0px 2px 20px 0px;
	
	background: url('../images/global/featured_back.png') no-repeat;
	
	text-align: center;
	text-shadow: -1px -1px #F4F4F4;
}

div#footer_featured div a
{
	display: block;
	height: 130px;
	padding-top: 12px;
	width: 100%;
}

div#footer_featured div span.img
{
	display: block;
	width: 233px;
	height: 90px;
}

div#footer_featured div span.info
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: -10px;
	
	width: 233px;
}

div#footer_featured div span { font-size: 11px; font-weight: normal; color: #848484; }

/* Footer > Links */

div#footer_links
{
	clear: both;
	text-align: center;
	letter-spacing: 5px;
	font-size: 12px;
	font-weight: bold;
}
div#footer_links a { letter-spacing: 0px; }

/* Footer > Copyright */

div#footer_copyright
{
	padding: 20px 0px 20px 0px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

/* Notices */

div.noticered, div.noticeblue
{
	display: block;
	padding: 20px;
	margin: 0px 0px 10px 0px;
	
	color: #FFFFFF;
	
	font-size: 14px;
}

div.noticered { background: #b52d2d; }
div.noticeblue { background: #2d6ab5; }

/* BBcode > Out */

div.rightAligned
{
	float: right;
	width: 200px;
	padding: 20px 0px 20px 20px;
}

/* Global Form */

input.global, textarea.global
{
	width: 638px;
	height: 22px;
	border: 1px solid #d6d6d6;
	padding: 13px 10px 0px 10px;
	background: #fefefe url('../images/register/input.gif') repeat-x;
	
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
textarea.global { height: auto; }
 
input.globalButton
{
	width: 150px;
	height: 30px;
	
	margin: 10px 0px 20px 0px;
	border: 1px solid #d6d6d6;

	font-size: 11px;
	font-weight: bold;
	
	color: #666666;
	background: #f7f7f7;
}
input.globalButton:hover { border: 1px solid #eb880a; background: #eb880a; color: #FFFFFF;  }
input.globalButton:active { border: 1px solid #CCCCCC; background: #CCCCCC; color: #FFFFFF;  }

form.global p { padding: 10px 0px 10px 0px; }

div#cart-added
{
	display: block;
	position: absolute;
	
	top: 60px;
	margin: 0px 0px 0px 700px;
	
	z-index: 100;
	
	width: 170px;
	height: 100px;
	
	background: url('../images/shoppingcart/popup.png') no-repeat;
}

/* Column > Full */

div#column_full { clear: both; margin: 20px 0 0 0; }

div#column_full h1
{
	float: none;
	width: auto;
	height: auto;
	text-indent: 0;
	
	padding: 25px 0 10px 0;
	font-size: 22px;
	border-bottom: 1px solid #cccccc;
}

ul.column_map
{
	float: left;
	display: block;
	width: 300px;
	margin: 5px;
}
ul.column_map li { line-height: 20px; list-style-type: square; margin: 0 0 0 20px; }
ul.column_map li.category { padding: 5px 0 0 0; font-weight: bold; }
ul.column_map li.divider { padding: 0 0 10px 0; border-bottom: 1px solid #cccccc; list-style-type: none; margin: 0; }
ul.column_map li.head
{
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	
	padding: 20px 0 5px 0;
	margin: 0 0 10px 0;
	
	border-bottom: 1px solid #cccccc;
}
ul.column_map ul.column_map_sub { padding: 0 0 0 20px; }

/* Closure */

div#curtain
{
	opacity: 0.8;
	z-index: 5;
	position: absolute;
	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;
	display: block;
	
	background: #FFFFFF;
}

div#closure
{
	position: absolute;
	margin: 100px 0 0 270px;
	
	z-index: 200;
	
	width: 410px;
	padding: 40px;
	background: #ffffff;
	border: 5px solid #e5e5e5;
}

div#closure p { line-height: 16px; padding: 0 0 10px 0; }
div#closure p.important { font-size: 18px; font-weight: bold; color: #eb880a; padding: 0 0 15px 0; }
div#closure p.button { padding: 20px 0 0 80px; }
div#closure p.button a
{
	border: 1px solid #eb880a;
	padding: 5px;
	text-align: center;
	
	display: block;
	width: 235px;
	height: 18px;
	
	background: #eb880a;
	color: #ffffff;
}
div#closure p.button a:hover { border: 1px solid #999999; background: #999999; color: #ffffff; }

/* Portfolio Pages */

div#portfolio-banner
{
	display: block;
	width: 680px;
	height: 200px;
	background: red;
}

div#portfolio-blurb
{
	float: left;
	display: block;
	width: 400px;
	height: 230px;
	padding: 0 10px 10px 10px;
}
div#portfolio-blurb p { padding: 20px 0 0 0; line-height: 19px; }
div#portfolio-items p.title { padding: 0 0 0 10px; }

div#portfolio-list
{
	float: right;
	display: block;
	width: 230px;
	height: 230px;
	background: blue;
}

div#portfolio-items
{
	clear: both;
	padding: 20px 0 20px 0;
}

div.folioItem
{
	float: left;
	width: 160px;
	padding: 10px;
}
div.folioItem p.sub { padding: 10px 0 0 0; }

/* Artwork Templates */

div#artwork-blurb
{
	float: left;
	display: block;
	width: 350px;
	height: 230px;
	padding: 0 10px 10px 10px;
}
div#artwork-blurb p { padding: 20px 0 0 0; line-height: 19px; }

ul#artwork-list { float: right; width: 300px; padding: 20px 0 0 0; }
ul#artwork-list li
{
	height: 35px;
	background: #F4F4F4;
	font-weight: bold;
}
ul#artwork-list li span { float: left; width: 150px; padding: 9px 0 0 10px; }
ul#artwork-list li a { float: left; width: 28px; background: red; margin: 5px 0 0 5px; height: 24px; display: block; text-indent: -9999px; }
ul#artwork-list li a.indesign { background: url('/assets/images/templates/indesign.png') no-repeat; }
ul#artwork-list li a.illustrator { background: url('/assets/images/templates/illustrator.png') no-repeat; }
ul#artwork-list li a.photoshop { background: url('/assets/images/templates/photoshop.png') no-repeat; }