/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #434A54;
}

a img { border: 0; }

.clr {
	clear: both;
}
/*****************/

#wrapper {
	width: 1200px;
	margin: 0 auto;
	background-color: #ababab;
}

#header{
	background: url(../images/bg_top_header.jpg) top center repeat-y;
	text-align: center;
}

.container{
	width: 889px;
	margin: 0 auto;
	padding-bottom: 10px;	
}

.paper_stack {
	background: url(../images/paper_stack.png) top left no-repeat;
	width: 397px;
	height: 265px;
	padding: 25px 35px;
	color: #000;
	float: right;
}

.paper_stack .testimonials {
	width: 397px;
	height: 245px;
	overflow: hidden;
}

.paper_stack .documents_form {
	 margin-left: 30px;
	 padding: 65px 80px 0px 80px;
	 width: 400px;
}

#logo {
	margin: 12px 20px 20px 44px;
}

#logo_text {
	margin-top: 25px;
}

#topmenu {
	margin: 0;
	padding: 0;
	background: url(../images/bg_top_menu.jpg) left top repeat-x;
	height: 50px;	
	list-style: none;
	text-align: center;
	padding-top: 7px;
}

#topmenu li {
	display: inline;
	margin: 5px 0px 0px 0px;
	padding: 0;
}

#topmenu li a {
	display:inline;
	margin:0;
	padding:0;
	margin-top:7px;
}

#topmenu li a img{
	border:0px;
}

.flasharea{
	margin:0 auto;
	background: url(../images/flash_bg.jpg) top left no-repeat;
	width:1200px;
	height:383px;
}

.flash{
	display:block;
	width:889px;
	height:346px;
	margin: 0 auto;
	padding-top:10px;
}

.flash2{
	display:block;
	width:1200px;
	height:350px;
	margin: 0 auto;
	padding-top:30px;
}


.content_left {
	float:left;
	width:480px;
	margin-top:5px;
	color:#FFFFFF;
}

.content_left img {
	margin-top: 10px;	
}

.folded_paper {
	float: right;
	width: 372px;
}

.folded_paper .top_specialties {
	background: url(../images/box/folded_paper_top_specialties.png) top left no-repeat;
	height: 47px;
}

.folded_paper .top {
	background: url(../images/box/folded_paper_top.png) top left no-repeat;
	height: 36px;
}

.folded_paper .content {
	background: url(../images/box/folded_paper_bg.png) top left repeat-y;
	color: #000;
}

.folded_paper .content p {
	margin: 0;
	padding: 0px 20px 10px 20px;	
}

.folded_paper .bottom {
	background: url(../images/box/folded_paper_bottom.png) top left no-repeat;
	height: 9px;
}

/********** Right Box Links *********/
.folded_paper .content ul{
	margin: 0;
	padding: 0px 0px 10px 50px;
}  

.folded_paper .content ul li{
	list-style:none;
	list-style-type:none;
	display:block;
	margin:0;
	padding:0;
	line-height:24px;
	background: url(../images/box/point.jpg) left center no-repeat;
}   

.folded_paper .content ul li {
	padding-left:15px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#626366;
	font-weight:normal;
}

/************************************/

.footer_area{
	background: url(../images/bg_footer.jpg) top left repeat-x;
}

.copyright{	
	color:#ababab;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	float:left;
	width:275px;
	margin-top: 15px;
}

#bot_links {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0px;
	margin-top: 15px;
	text-align: right;
}

#bot_links li {
	display: inline;
	margin-left: 10px;
}

#bot_links a {
	padding:0px 0px 0px 6px;
	color:#ababab;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:600;
}

/* S01 Template Code */

.documents-list {
	display: table;
	clear: both;
	width: 100%;
	padding-bottom: 15px;
}

.documents-list .documents-row {
	display: table-row;
}

.documents-list .documents-row .document {
	display: table-cell;
	vertical-align: top;
	width: 33%;
	text-align: center;
}

.documents-list .image_holder {
	width: 150px;
	margin:0px 10px 5px 0px;
	background-color: #eee;
	padding: 10px;
	border: 1px solid #ddd;
	margin: 0px auto;
}

.documents-list .image_holder img {
	width: 150px;
}

.links-list {
	display: table;
	width: 100%;
	padding-bottom: 15px;
}

.links-list .links-row {
	display: table-row;
}

.links-list .links-row .link {
	display: table-cell;
	vertical-align: top;
	width: 45%;
	padding-right: 20px;
}

.links-list .image_holder {
	float: left;
	margin:0px 10px 5px 0px;
	background-color: #eee;
	padding: 10px;
	border: 1px solid #ddd;
}

.links-list ul {
	clear: left;
	padding-left: 30px;
}

.thumbs-list {
	display: table;
	width: 100%;
}

.thumbs-list .thumbs-row {
	display: table-row;
}

.thumbs-list .thumbs-row .thumb {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}

.thumbs-list .thumbs-row .thumb .image_holder {
	background-color: #eee;
	padding: 10px;
	border: 1px solid #ddd;
	margin: 0px auto;
	width: 200px;
}

.thumbs-list .thumbs-row .thumb .image_holder .img {
	width: 200px;
}

.prod_img_holder {
	vertical-align: top;
	width: 190px;
	background-color: #eee;
	padding: 10px;
	border: 1px solid #ddd;
	margin: 0px 10px 10px;
}

.prod_img_holder img {
	width: 100%;
}

.prod_img_holder p {
	color: #000;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

.s01_table						{ display: block; }
.s01_image_holder				{ float:left; margin:0px 10px 5px 0px; text-align:center; background:#EEE; padding:10px; border:#DDD solid 1px; clear:right !important; }
.s01_image_holder_center		{ padding:10px; text-align:center; }
.s01_image_caption			{ color: #000; font-size: 8pt; font-style: italic; margin-top: 10px; }
.s01_photo						{ border:0px; }
.s01_main_image					{ border:0px; }
.s01_main_photo					{ border:0px; }
.s01_jumplinks					{ width:834px; margin:10px 0px; padding:10px 20px 10px 20px; clear:both; border:#999 solid 1px; display:table; }
.s01_jumplinks ul				{ margin-top:0px; }
.s01_jumplinks ul li			{ width:50%; float:left; }
.s01_text						{ vertical-align:top; padding-top:30px; clear:both; }
.s01_text ul					{ margin-bottom:0px; margin-top:5px; }
.s01_photo						{ margin-bottom:5px; border:0px; }
.back_to_top					{ padding:5px 0px 10px 0px; }
.back_to_top a					{ font-size:90%; text-decoration:none; }
.click_to_enlarge				{ display: none; text-align:center; color:#666; font-size:80%; text-decoration:none; font-style:italic; }
.page_text ul li				{ list-style-position: inside; text-indent: 20px; }

.s02_table .page_text p 	{ margin: 0px 0px 10px 0px; }

/* Portfolio Page (Products) */

.portfolio_sidebar				{ float:left; width:200px; clear:both; }
.portfolio_sidebar .title		{ color:#fff; font-family:"Myriad Pro", Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; margin:0 20px 25px 0; border-style:solid; border-color:#0E305D; border-width:0 0 1px 0; padding-bottom:5px; }
.portfolio_sidebar .title a			{ color:#fff; text-decoration:none; }
.portfolio_sidebar .title a:hover	{ color:#FF9900; text-decoration:none; }
.portfolio_sidebar .page_link	{ font-family:Arial, Helvetica, sans-serif; font-size:14px; margin:0 0 15px 9px; text-indent:-9px; }
.portfolio_sidebar .page_link a			{ color:#025aa0; text-decoration:none; }
.portfolio_sidebar .page_link a:hover	{ color:#FF9900; text-decoration:none; }
.portfolio_content				{ margin:20px 0 20px 200px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; text-align:left; border-left: 1px solid #7E95BA; padding-left: 15px; }
.portfolio_content img			{ border: solid 1px #93ABD1; }
.portfolio_content_full			{ margin:20px 0 30px 20px; width:850px; float:left; display:inline; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#061f3b; line-height:22px; text-align:left; }
.portfolio_content_full img		{ border: solid 1px #93ABD1; }

/* --- S03 styles (Contact) --- */

.s03_image                          { float: left; margin: 0 15px 5px 0; }

.s05_map_holder							{ width: 500px; }
.s05_map_holder a							{ display: block; text-align: right; }

.form_left							{ width: 430px; float: left; display: inline; }
.form_right							{ width: 400px; float: right; }

#contact_form						{ width: 365px; margin: 0 auto; }
#contact_form .form_row    			{ width: 365px; text-align: center; display: table; height: 20px; padding-bottom: 2px; clear: both; }
#contact_form .submit	    			{ text-align: right; }
#contact_form label        			{ width: 90px; text-align: right; margin-right: 15px; font-size: 11px; float: left; color: #000;}
#contact_form input,
#contact_form textarea,
#contact_form select       			{ border: #95999f solid 1px; float: left; font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding: 2px 0 0 2px; }
#contact_form input[type=submit]		{ float: right; margin-right: 10px; }
#contact_form textarea    		 	{ width: 250px; height: 100px; }
#contact_form #submit      			{ margin: 2px 0 0 105px; width: 100px; }
#contact_form #required    			{ font-size: 10px; margin-top: 15px; margin-left: 90px; }
#contact_form .req                  { color: #d00; font-size: 16px; font-weight: bold; }
#contact_form label.error           { width: 260px; color: #D00; text-align: left; padding: 0 0 2px 105px; }

#documents_form						{ width: 365px; margin: 0 auto; }
#documents_form .form_row    			{ width: 365px; text-align: center; display: table; height: 20px; padding-bottom: 2px; clear: both; }
#documents_form label        			{ width: 90px; text-align: right; margin-right: 15px; font-size: 11px; float: left; }
#documents_form input,
#documents_form textarea,
#documents_form select       			{ border: #95999f solid 1px; float: left; font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding: 2px 0 0 2px; }
#documents_form input[type=submit]		{ float: right; margin-right: 110px; }
#documents_form textarea    		 	{ width: 250px; height: 100px; }
#documents_form #submit      			{ margin: 2px 0 0 105px; width: 100px; }
#documents_form #required    			{ font-size: 10px; margin-top: 15px; margin-left: 90px; }
#documents_form .req                  { color: #d00; font-size: 16px; font-weight: bold; }
#documents_form label.error           { width: 260px; color: #D00; text-align: left; padding: 0 0 2px 105px; }

