/* Western Printers CSS by Leena Bandy, 2011
**** CONTENTS ****
    
    - Global
    	- Layout
    	- Header
    		- Orange Tabs
    		- Main Navigation
    	- Global Table styles				
    	- Section Box Areas
    	- Footer
    	- Image Gallery
    - Home Page
    - Digital Printing
    - Location
    - Quotation
    	- Errors
			- Recaptcha
    - Global Classes

**** COLOURS ****
00688B
#F0A81D - orange
#325C74 - body dark bluE
*/


/* Global Tags ---------------------------------*/

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  background: #444444 url(../images/global/bg2.gif) repeat-x 0 -40px;
  padding: 0;
  margin: 0;
	color: #454545;
}
h2, h1 {
  color:#3c8390;
}
h1 {
  margin: 0 0 20px 0;
  letter-spacing: -0.1px;
  font-size:25px;
}

h2 {
  font-weight: normal;
  font-size: 20px;
  margin: 0 0 10px 0;
}

h3 {
  margin: 0;
  color:#f0a81d;
}
p {
  margin-top: 0;
  line-height:20px;	
}
a img {
border: none;
outline: none;
}
/* LAYOUT ----------------------------------*/

#wp_wrapper {
  margin: 0 auto;
  width:990px;
	position:relative;
}
#wp_header {
  width:100%;
  background: #343333 url(../images/global/wp_header_bg2.gif) no-repeat 0 -40px;
  height: 100px;
  width:976px;
  margin: 0 auto;
}
/* Header *************/
/* Orange Tabs */
ul#orange-tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}
ul#orange-tabs li {
  float: left;
  width: 143px;
  height: 43px;
  background: transparent url(../images/global/orange_tabs.png) 0px -15px no-repeat;
  text-align: center;
  padding: 4px 0 0 0 ;
  color: #ffffff;
  font-weight: bold;
}
ul#orange-tabs li a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
ul#orange-tabs li:hover {
	  background: transparent url(../images/global/orange_tabs.png) 0px -10px no-repeat;
		padding: 9px 0 0 0 ;
}

#wp_content_wrap {
  width:990px;
	background-color: #ffffff;
	box-shadow: 0px 0px 45px #333;
/* IE HACK background	image for IE */
	_background:transparent url(../images/global/content_bg.png) repeat-y;
}

#wp_content {
	margin: 0 auto;
	padding: 30px;
	width: 930px;
}
/* contact details */

#wp_header .contact {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 7px;
  border: 1px solid #F0A81D;
  clear: both;
  color: #F0A81D;
  float: right;
  font-size: 14px;
  padding: 6px 10px;
  position: absolute;
  right: 40px;
  top: 50px;
}
.contact span {
	font-weight: bold;
}
#wp_header .contact a {
	color: #F0A81D;
	text-decoration: none;
}
#wp_header .contact a:hover {	
	text-decoration: underline;
}
/* Main Navigation */

#wp_mainnav {
  	margin: 0 auto;
  	padding: 0;
  	width:990px;
  	background: #343333 url(../images/global/nav_bg.gif) repeat-x;
  	height: 34px;
  	list-style: none;
  	font-size: 14px;
  	border-bottom:3px solid #169ab0;
}

#wp_mainnav li {
  	float:left;
  	padding: 0;
  	border-right: 1px solid #666666;
}
#wp_mainnav li a {
  	color: #8cbac3;
  	padding: 9px 12px;
  	display: block;
  	text-decoration: none;
}
#wp_mainnav li#promotional_link {
	border:none;
}
#wp_mainnav li#promotional_link a {
  	padding: 9px 10px;
}

#wp_mainnav li a:hover, 
.home li#home_link a,
.printed_stationery li#printed_stationery_link a,
.digital_printing li#digital_printing_link a,
.posters li#posters_link a,
.t-shirts li#tshirts_link a,
.rubber_stamps li#rubber_stamps_link a,
.document_binding li#document_binding_link a,
.calendars li#calenders_link a,
.promotional li#promotional_link a {
  	color: #333333;
  	background: #343333 url(../images/global/nav_hover.gif) repeat-x;
}

/* Global Table styles */

.dpprice {
	border-collapse: collapse;
  	border-right:1px solid #cccccc; 
  	border-bottom:1px solid #cccccc; 
  	margin:10px 0 26px 0;
	width: 100%;
}
.dpprice td {
  	border-left:1px solid #cccccc; 
  	border-top:1px solid #cccccc;
	padding: 10px;
}
.tableq {
	background-color: #eeeeee;
}
.dptype{
	background-color: #F0A81D; 
	color: #ffffff; 
	font-weight: bold
}
/* Section Box Areas */
.content_section {
  margin: 20px 0;
  padding: 0;
}
.col_half {width: 450px;}
.col_third {width: 312px;}
.col_2thirds {width: 624px;}

.info_box {
  	width: 425px; 
  	padding: 14px;
  	margin: 10px;
  	border:1px solid #cccccc;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 7px #CCCCCC;		
}

.content_section.left,
.col_half.left,
.col_third.left,
.col_2thirds.left {
  	margin: 0 10px 15px 0;
  	float: left;
}
.content_section.right,
.col_half.right,
.col_third.right,
.col_2thirds.right {
  	margin: 0 0 15px 10px;
  	float: right;
}

/* Footer */

#footer {
  	font-size: 10px;
	margin: 0 auto;
  	width:940px;
	padding: 10px 25px;
  	color: #333;
	background-color: #dddddd;
}

ul#wp_footer_nav {
  	padding: 0;
	margin: 0;
  	list-style: none;
	clear: both;
}

ul#wp_footer_nav li {
  	float:left;
  	padding: 0 15px;
  	border-right: 1px solid #666666;
}
ul#wp_footer_nav li.first_footer_link {
	padding: 0 15px 0 0;
}
ul#wp_footer_nav li.last_footer_link {
	border-right: none;
}
ul#wp_footer_nav li a {
	color: #666666;
}

/* Image Gallery */

ul.image_gall {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	margin: 10px 0;
}

ul.image_gall li {
  	background-color:#eee;
  	border: 1px solid #ddd;
  	float:left;
  	margin: 0 7px 20px 7px;
  	padding:10px;
  	text-align:center;
}
ul.image_gall li img {
	margin: 0 auto;
	display: block;
	margin: 0 auto 5px auto;
}
ul.image_gall li a {
	text-decoration: none;
}

.digital_printing ul.image_gall li {
  height:220px;
  width:196px
}
.rubber_stamps ul.image_gall li {
  height:auto;
  width:115px;
}
.t-shirts ul.image_gall li {
  height:auto;
  width:196px;
}

/* Home Page ****************/

.wp_rotate_content {
  height: auto;
  width: 585px;
  margin: 20px 0;
  background-color: #fff;
  float: right;
  overflow: hidden;
	box-shadow: 1px 1px 11px #888;
	border: 5px solid #666;
}

.wp_rotate_content ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #fff;
  margin: 0 auto;
  height: 330px;
  position:relative;
	
}
.wp_rotate_content ul li {
  height: 330px;
  width: 585px;
  overflow: hidden;
  position: absolute;	
  top:0;
  left: 0;
	background-position: no-repeat;
}
.wp_rotate_content ul li.show {
	z-index:10;
}
.wp_rotate_content ul li a {
	text-decoration: none
}
.wp_rotate_content ul li span {
  background: rgb(100, 100, 100) ; 
  opacity: 0.8;
  padding: 15px;
  display: block;
  margin-top: 270px;
  color: #ffffff;
  font-weight: bold;
  height:35px;
}
li#slide01  {background-image: url('../images/home/li-01.jpg');}
li#slide02 	{background-image: url('../images/home/li-02.jpg');}
li#slide03  {background-image: url('../images/home/li-03.jpg');}
li#slide04  {background-image: url('../images/home/li-04.jpg');}
li#slide05  {background-image: url('../images/home/li-05.jpg');}

.home .intro_text {
	width: 300px;
	float: left;
}

/* Digital Printing */

ul.threecolumnUl {
  margin: 0;
  padding: 0;
  list-style-image : url('images/global/bullet1.jpg');
  float: left;
}

ul.threecolumnUl li {
	margin: 7px 17px ;
}
ul.threecolumnUl li ul {
  margin:0 0 0 10px;
  padding: 0;
  font-size: 12px;
}
/* Location*/
iframe#location_map {
  float: left;
  margin-right: 15px;
}
address {
  font-style: normal;
  font-size: 16px;
  display: block;
}

/* Quotation */
.quotation #quote_form {
  margin: 0 auto; 
}

.quotation #quote_form ul {
  list-style-type:none;
  margin: 0;
  padding: 20px 0 0 0;
}
.quotation #quote_form fieldset {
	height: 340px;
	float: left;
	border:1px solid #dddddd;
	padding: 10px;
	border-radius: 5px 5px 5px 5px;	
	width: 430px;
}
.quotation #quote_form fieldset#personal {
	margin-right: 15px
}
.quotation #quote_form legend {
  color: #f0a81d;
  font-weight: bold;
  font-size: 16px;
}
.quotation #quote_form legend span{
  font-size: 11px;
  font-weight: normal;
  padding: 0 0 0 12px;
  color:#aaaaaa;
}
.quotation #quote_form ul li {
  height:30px;
  clear: both;
  margin: 0;
  padding: 0;
}
.quotation #quote_form label {
  width: 120px;
  margin: 0 15px 15px 0;
  float:left;
  text-align: left;
  color: #666666;
}
.quotation #quote_form ul li#req_label{
	height:auto
}
.quotation #quote_form ul li#req_label label{ 
  width: 385px; 
  float:none;
}
.quotation #quote_form select, 
.quotation #quote_form input, 
.quotation #quote_form textarea  {
  display: block;
  margin: 0 0 15px 0;
}
.quotation #quote_form textarea  {
 margin: 10px 0;
}
.quotation #quote_form #address1, 
.quotation #quote_form #address2, 
.quotation #quote_form #city, 
.quotation #quote_form #county {
	width: 200px;
}
.quotation #quote_form input.txt, #quote_form select {
	border: 1px solid #f0a81d; 
	float: left;
	padding: 3px;
	background-color: #fffeee;
}
.quotation #quote_form #submit_quote {
	border-radius: 3px;
	border:1px solid #F0A81D;
	color: #F0A81D;
	padding: 8px 10px;
	font-size: 20px;
	font-weight: bold;
	margin: 20px auto;
	display: block;
	width:190px
}
.quotation span.required {
	color: #CC0000;
	font-weight: bold;
	font-size:18px;
	vertical-align: middle;
}
/* Errors */
.quotation #quote_form label.error, #quote_form ul li#req_label label.error {
  color: #CC0000;
  padding-left: .5em;
  margin: 0;
}
.quotation #quote_form ul li#req_label label.error {
	margin: 0 0 15px 0;
	padding: 0;
	float: left;
}
/* Recaptch */

#recaptcha_table {
margin:10px auto !important;
border:1px solid #F0A81D !important
}
.recaptha_label {
text-align: center;
margin: 10px 0;
font-weight: bold;
}
/* Global Classes */
.smalltxt{font-size: 12px; }
img.left {margin: 0 10px 10px 0}
img.right {margin: 0 0px 10px 10px}
.align_right {
	float: right;
}
.align_left {
	float: left;
}
.error {
	color: #cc0000; 
	font-size: 12px; 
	font-weight: bold;
	margin: 0 0 10px 135px;
}
li#req_label div.error {text-align: left;}

.delivery_note {
  border:3px solid #F0A81D;
  padding: 20px;
  background-color: #325C74;
  color:#fff;
  width: 530px;
  margin: 20px auto;
  font-size: 20px;
  line-height: normal
}
.section {
	border-bottom: 1px dashed #cccccc;
	padding: 15px 0
}
.clearfix {
  clear:both;
  display:block;
  float:none;
}

/* Temp CSS */
.xmas-hours {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 7px;
  border: 1px solid #F0A81D;
  color: #F0A81D;
  font-size: 14px;
  padding: 10px;
  display: inline-block;
  margin: 0 0 25px 0;
  background-color: #eeeeee;
  line-height: 24px;
}
.xmas-hours strong {
	font-size: 16px	
}