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

Global CSS file for 

Created by Strawberrysoup - www.strawberrysoup.co.uk

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

/*=====================================================================
GENERIC
=====================================================================*/

.clear{
	clear:both;
}

.hover{
	cursor:pointer;
}

/*=====================================================================
GENERAL LAYOUT
=====================================================================*/



body{
	font-family:arial, helvetica, "sans serif";
	width:880px;
	margin:0 auto;
	padding:20px 0 0 0;
}

#wrapper{
	padding:0 0px 0 0;
	border:solid 1px #999;
}

li{
	list-style:none;
	line-height:1.6em;
}

h1.replace{
	height:103px;
	width:170px;
	background:url('../cssimages/logo_new.jpg') no-repeat; 
}

h1.replace:hover{
	background:url('../cssimages/logo_new2.jpg') no-repeat;
}

#sidebar{
	width:240px;
	height:600px;
	float:left;
	margin:0px 0 30px 0;
	border-right:solid 1px #999;
	background:url('../cssimages/fade.jpg') no-repeat right;
}

#content{
	width:496px;
	float:right;
	padding:0 110px 30px 30px;
/*	border:solid 1px #000;*/
}


#content li{
	width:550px;
}

#content h2{
	font-weight:bold;
	padding:172px 0 0 0;
}

#content p{
	width:560px;
}

#content a{
	color:#4b4b4b;
	text-decoration:underline;
}

#content a:hover{
	color:#7C7C7C;
}

.red {
	clear: both;
	color: #ff0000;
	background: #FFFFFF;
	border: 1px solid #000000;
	padding: 10px 10px 10px 10px;
}

#template_link{
	width:460px;
	clear:left;
/*	border:solid 1px #000;*/
	text-align:center;
}

#template_link p{
	position:relative;
	top:-20px;
	width:145px;
	float:left;
	text-align:center;
	padding:0 0 0 5px;
/*	border:solid 1px #000;*/
}

#template_link p + p{
	padding:0 0 0 10px;
}

img.align_right{
	float:right;
}

#content p.button_width{
   	width:141px;
	height:45px;
	float:left;
	clear:left;
	padding:0 20px 0 0;
}

/*===================================================================
FLASH REPLACE
===================================================================*/

#flashcontent{
	width:635px;
	height:255px;
	margin:0 0 0 -30px;
	background:url('../cssimages/flash_replace.jpg') no-repeat;
}

/*===================================================================
BACKGROUND IMAGES
===================================================================*/

body#homepage h2{
	padding:0 0 0 0;
}


body#educational #content{
	background:url('../cssimages/music_education.jpg') no-repeat;
}

body#software_packaging #content{
	background:url('../cssimages/software_prodct_packg.jpg') no-repeat;
}

body#promotional #content{
	background:url('../cssimages/promot_present.jpg') no-repeat;
}

body#discs #content{
	background:url('../cssimages/duplicat_print_uv.jpg') no-repeat;
}

body#design_templates #content{
	background:url('../cssimages/design_templates.jpg') no-repeat;
}

body#packaging #content{
	background:url('../cssimages/printing_packg_new.jpg') no-repeat;
}

body#quote #content{
	background:url('../cssimages/get_a_quote.jpg') no-repeat;
}

body#contact #content{
	background:url('../cssimages/contact.jpg') no-repeat;
}

body#payments #content{
	background:url('../cssimages/payments.jpg') no-repeat;
}

body#testimonials #content{
	background:url('../cssimages/testimonials.jpg') no-repeat;
}

body#artwork #content{
	background:url('../cssimages/artwork_spcf.jpg') no-repeat;
}

h2.content_move{
	margin:-80px 0 0 0;
}


/*=====================================================================
NAVIGATION
=====================================================================*/

#contact_line{
	color:#808080;
	font-size:0.8em;
	padding:0px 0 0 25px;
}

#contact_line a{
	color:#808080;
}

#contact_line a:hover{
	color:#4B4B4B;
}

#navigation{
	padding:10px 10px 0 15px;
}  

#navigation li{
	padding:3px 0 0 10px;
}

#navigation li a{ 
	font-weight:bold;
	color:#2D2D2D;
}

#navigation li a:hover{
	color:#8B8B8B;
}
.subnav {
	margin-left: 8px;
}


li.nav_button{
	display:block;
	height:27px;
	background:url('../cssimages/navigation/nav_button.png') no-repeat;
/*	border:solid 1px #000;*/
}


li.nav_button a{
	display:block;
}



/*=====================================================================
LIGHTBOX + THUMBS
=====================================================================*/

div#thumbs{
	width:600px;
	margin:0 0 0 50px;
}

div#thumbs img{
	width:140px;
/*	height:140px;*/
	float:left;
	border:solid 1px #000;
	margin:7px;
}


/*=====================================================================
QUOTE FORM
=====================================================================*/


#form {
	float:left;
	width: 500px;
	
}
dl {
	margin: 60px 0 0 40px;
}
dt {
	float: left;
	clear:left;
	width: 130px;
	margin: 0 0 15px 0;
	padding-top: 4px;
	color: #555753;
}
dd {
	margin: 0 0 15px 0;
	color: #555753;
}
dd span {
	color: #666;
}
input, textarea {
	border: 1px #ccc solid;
	padding: 2px;
}
.submitbtn {
	margin: 3px 0 2px 0;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #efefef;
	font-weight: normal;
	border:1px solid #aaaaaa;
}

.email_thanks{
	color:#D70113;
}

p#how_to_order a{
	display:block;
	background:url('/cssimages/order.jpg') no-repeat;
	height:50px;
	width:145px;
	text-indent:-9999em;
}

p#how_to_order a:hover{
	margin:0;
	padding:0;
	border:none;
}


/*=====================================================================
FOOTER
=====================================================================*/

#footer{
	padding:0 0 0 0;
	text-align:center;
}

#footer p{
	padding:0 0 0 200px;
}


#footer img{
	padding:0 0 0 230px;
}


#footer a{
	color:#494949;
	text-decoration:underline;
}

#footer a:hover{
	color:#989898;
}

/*=====================================================================
Quatation
=====================================================================*/

.formContainer {
	width: 440px;
	float: left;
	padding: 0px 0 0 10px;
}
.formField {
	float: left;
	width: 300px;
	padding: 5px 0 5px 5px;
}
.formLabel {
	float: left;
	width: 120px;
	padding: 5px 0 5px 5px;
}

.subbit a:active, .subbit a:link, .subbit a:hover {
	padding: 5px 30px 5px 20px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #e0dfe3;
	font-weight: normal;
	border:1px solid #bdbdbd;
	text-decoration: none;
	cursor: pointer;
}
