@import url('reset.css');

html, body, form, fieldset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E3540;
}

h2, h3 {
	font-family: Trebuchet MS, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

a:link {
	color: #DDF104;
}

a:visited {
	color: #bbe102;
}

a:hover {
	color: #8AB5FF;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	display: block;
	margin: 0 auto;
}

.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}

.center-align {
	text-align: center;
}

#left-col {
	width: 293px;
	float: left;
}

	#header {
		width: 293px;
		height: 320px;
		border-bottom: solid #616574 6px;
	}

		#header a {
			display: block;
			width: 293px;
			height: 320px;
			text-indent: -10000px;
			background: #FFF url(../images/header.jpg) no-repeat;
		}
		
	#ShoppingCart {
		background: #d8ebed;
		margin: 10px;
		padding: 7px;
		color: #353C48;
	}
		#ShoppingCart a:link, #ShoppingCart a:visited {
			color: #353C48;
		}
		
		#ShoppingCart a:hover {
			color: #656C88;
		}
		
		#ShoppingCart h3 {
			color: #679DFA;
			background: url(../images/blue-arrow.gif) left center no-repeat;
			padding-left: 20px;
			margin-left: 40px;
		}
		#ShoppingCart ul {
			margin: 0 0 0 60px;
			padding: 0;
		}
		
		#ShoppingCart ul li {
			margin: 5px 0;
			padding: 0;
		}
		
		#ShoppingCart p {
			margin-left: 60px;
		}
		
		#ShoppingCart .cart-items {
			float: left;
			width: 53px;
			margin-right: 7px;
			text-align: center;
		}
		
			#ShoppingCart .cart-items p {
				font-size: 40px;
				line-height: 42px;
				margin: 0;
			}
		
	#testimony {
		background: url(../images/hand-bg.gif) left top no-repeat;
		font-family: Georgia, serif;
		font-style: italic;
		padding: 10px 10px 0 80px;
	}
		
		#testimony p.signature {
			color: #727983;
		}
		
		#testimony a {
			color: #555C88;
		}
		
	
#main-col {
	margin-left: 293px;
	background: url(../images/top_bg.jpg);
}

	#navigation {
		margin: 0;
		height: 45px;
		padding-left: 36px;
		min-width: 500px;
	}

		#navigation li {
			float: left;
			margin: 0;
		}

			#navigation li a {
				padding: 0 10px;
				line-height: 45px;
				font-family: Trebuchet MS, Arial, sans-serif;
				text-transform: uppercase;
				text-decoration: none;
				color: #E9FE00;
			}

			#navigation li a.active, 
			#navigation li a:hover {
				color: #ffffff;
			}

	#main {
		background: #353c48 url(../images/corner-top.gif) left top no-repeat;
		color: #C0C0C0;
		padding: 23px 27px;
	}
		#main fieldset, #main form {
			color: #C0C0C0;
			margin: 1em 0;
		}
		
		label.left {
			float: left;
			width: 150px;
			font-weight: bold;
		}
	
		#main p {
			margin: 1em 0;
		}
		
		#main h2 {
			color: #8AB5FF;
			font-size: 18px;
			padding-left: 25px;
			font-weight: normal;
			background: url(../images/blue-arrow.gif) left no-repeat;
			margin-bottom: 0.8em;
		}

		#main h3 {
			color: #E9FE00;
			font-size: 1.1em;
		}
		

		#main ul {
			list-style: square;
		}

		#main ol {
			list-style: decimal;
		}

		#content, div.entry {
			margin-left: 25px;
			line-height: 1.8em;
		}
		
		ul.easy-steps {
			min-width: 515px;
		}
		
		ul.easy-steps li {
			font-family: Trebuchet MS, Arial, sans-serif;
			font-size: 16px;
			line-height: 18px;
			text-transform: uppercase;
			margin: 10px 0;
			list-style: none;
		}
		
			ul.easy-steps li a {
				height: 38px;
				padding: 30px;
				text-decoration: none;
				display: block;
			}
		
			ul.easy-steps li.select {
				background: #2e3540 url(../images/step1-image.jpg) no-repeat right;
			}
			
			ul.easy-steps li.send {
				background: #2e3540 url(../images/step2-image.jpg) no-repeat right;
			}
			
			ul.easy-steps li.savor {
				background: #2e3540 url(../images/step3-image.jpg) no-repeat right;
			}
	
	#main-col .copyright {
		background: #ffffff url(../images/corner-bottom.gif) left top no-repeat;
		font-size: 11px;
		color: #727983;
	}

		#main-col .copyright div {
			border-top: #353c48 7px solid;
			margin-left: 7px;
			padding: 11px 45px;
		}

h3.productTitle {
  color: #8AB5FF;
}

ul#CanvasProductList {
	margin-left: 20px;
	max-width: 300px;
	float:left;
}

ul#CanvasProductList li {
  list-style:none;
}

.old_price {
  font-weight: bold;
  color: #FF8833;
}

.offers li,
.services li {
	margin: 0;
}

.offers li {
	height: 70px;
	padding-left:65px;
	line-height: 60px;
}

	.offers li.documentsCreation {
		margin-top: 5px;
		background: transparent url(../images/offer-documents-creation.gif) left center no-repeat;
	}
	
	.offers li.presentations {
		background: transparent url(../images/offer-presentations.gif) left center no-repeat;
	}
	
	.offers li.filingSystems {
		background: transparent url(../images/offer-filing-systems.gif) left center no-repeat;
	}

.services li {
	display: inline;
}

.clearBoth {
	clear: both;
}

/*************  CUSTOM/TEMPORARY STYLES ************/

#voucher-promo {
	display: block;
	width: 220px;
	float: right;
	padding: 0 0 0 10px;
	position: relative;
	top: -15px;
	font-size: 0.95em;
}

#voucher-promo img {
	float: left;
	padding: 5px;
}

li.galleryItem {
	border:1px solid #555C68;
	float:left;
	font-size:0.9em;
	height:380px;
	width:180px;
	margin:10px;
	padding:5px;
}

div.gallery_product_details {
	float:right;
}

#main ul.galleryCat {
	float:left;
	list-style:none;
}

ul.galleryCat li {
	border:1px solid #555C68;
	float:left;
	font-size:0.9em;
	width:180px;
	margin:10px;
	padding:5px;
	text-align: center;
}

div.compCats {
	width: 100%;
	height: 210px;
}

div.compCat {
	float: left;
	margin-right: 0px;
	margin-top: 20px;
	color:#E9FE00;
	font-size:1.1em;
	font-family:Trebuchet MS,Arial,sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */