html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset { margin: 0; padding: 0; }
img { vertical-align: bottom; }
img, fieldset { border: 0; }
body, select, input, textarea { font: 0.625em/1.4 arial, helvetica, verdana, sans-serif; }
html { overflow-y: scroll; }
body { background: #bbb; color: #555; }
code { padding: 5px; border: dashed 1px #999; background: #eee; margin: 1em 0; display: block; }
#container { width: 900px; margin: 10px auto; background: #fff; }
a { color: #999; text-decoration: underline; }
a:hover { color: #000; }
h1 { font-family: georgia, "times new roman", times, serif; font-size: 3em; color: #555; font-weight: normal; }
h1 span { color: #ff7d00; }
h2 { font-family: georgia, "times new roman", times, serif; font-size: 1.8em; font-weight: normal; }
h3 { font-family: georgia, "times new roman", times, serif; font-size: 1.6em; font-weight: normal; }
#main-content p, #main-content ul, #main-content ol, #main-content blockquote { font-size: 1.4em; margin: 1em 0; }
#main-content ul { margin: 1em 0 1em 15px; }
#main-content ol { margin: 1em 0 1em 20px; }
#main-content blockquote { border-left: 5px solid #ccc; padding: 0 0 0 10px; font-style: italic; }
.group			{ clear: both; overflow: hidden; width: 100%; }

/* ~~~~~~~~~ ROUNDED CORNERS ~~~~~~~~~~ */

.tl, .tr, .bl, .br { position: absolute; width: 10px; height: 10px; font-size: 0; }
.tl { top: 0; left: 0; }
.tr { top: 0; right: 0; background-position: top right; }
.bl { bottom: 0; left: 0; background-position: bottom left; }
.br { bottom: 0; right: 0; background-position: bottom right; }

/* ~~~~~~~~~ PAGE HEADER ~~~~~~~~~~ */

.heading-location	{ padding: 5px 0; background: #bbb; }
#header { position: relative; overflow: hidden; width: 100%; }
#header img { float: left; padding: 20px; }
#header ul { float: right; margin: 15px 20px 5px; list-style: none; font-size: 1.1em; clear: right; }
#header ul li { float: left; margin: 0 0 0 20px; }
#header .tl, #header .tr { background-image: url(../images/rounded-white.gif); }

.newsletter-form-container	{ float: right; clear: right; margin: 15px 10px 0 0; }
.newsletter-form-container label	{ float: left; font-size: 1.2em; color: #989898; margin: 3px 5px 0 0;  }
.newsletter-form-container input	{ float: left; border: 1px solid #ccc; font-size: 14px; margin: 0 5px 0 0; width: 120px; }
.newsletter-form-container .register	{ width: auto; }
.newsletter-error			{ font-size: 11px; margin: 5px 0 0 70px; clear: both; }
.newsletter-form-container .confirmation	{ font-size: 1.2em; }

/* ~~~~~~~~~ NAVIGATION ~~~~~~~~~~ */

#navigation { background: url(../images/background-navigation.gif) no-repeat bottom left #ff9026; border-bottom: 10px solid #bbb; overflow: hidden; width: 100%; font-size: 1.4em; font-weight: bold; list-style: none; }
#navigation li { float: left; }
#navigation li a { color: #eee; text-decoration: none; display: block; padding: 10px 30px; }
#navigation li a:hover { color: #fff; text-decoration: none; }
#navigation li ul { position: absolute; left: -999em; font-size: 0.786em; list-style: none; z-index: 1000; margin: -1px 0 0 30px; border: 1px solid #999; font-weight: normal; }
#navigation li ul li { float: none; padding: 0; }
#navigation li ul a, #navigation li ul a:link { padding: 5px; width: 150px; background: #fff; display: block; color: #666; }
#navigation li ul a:hover { background: #eee; color: #da6b01; }
#navigation li:hover ul, #navigation li.sfhover ul { left: auto; }
		
/* ~~~~~~~~~ CONTENT ~~~~~~~~~~ */

#content { position: relative; padding: 20px; overflow: hidden; }
* html  #content { height: 1%; }
#content .tl, #content .tr, #content .bl, #content .br { background-image: url(../images/rounded-white.gif); }

/* ~~~~~~~~~ HOME ~~~~~~~~~~ */

.home #main-content { background-repeat: no-repeat; background-color: #ddd; width: 820px; min-height: 208px; position: relative; overflow: hidden; padding: 0 20px; }
* html .home #main-content { height: 208px; }
#main-content .bl, #main-content .br { background-image: url(../images/rounded-dddddd.gif); }
.home #main-content h1 { margin: 15px 10px 5px 275px; }
/*.home #main-content p { font-size: 1.3em; float: left; width: 280px; margin: 0 30px 1em 280px; display: inline; }*/
.home #main-content p { font-size: 1.3em; margin: 0 30px 1em 280px; }

/* ~~~~~~~~~ PRODUCTS BUTTONS ~~~~~~~~~~ */

.products-container { overflow: hidden; width: 100%; margin: 20px 0 0; list-style: none; clear: both; }
.products-container li { float: left; width: 204px; height: 80px; margin-right: 15px; }
.products-container li.item-1 { margin: 0 14px 0 0; }
.products-container li.item-4 { margin: 0; }
.products-container li a, .products-container li span { display: block; font-size: 100%; overflow: hidden; width: 204px; height: 80px; cursor: pointer; }
.products-container li span { display: block; position: relative; z-index: 1; margin-bottom: -80px; }
.products-container li a:hover, .products-container li span:hover { background-position: 0 -80px !important; }
	
/* ~~~~~~~~~ FOOTER ~~~~~~~~~~ */

#footer { background: #bbb; padding: 15px 0; text-align: right; color: #555; }
#footer p { font-size: 1.1em; }
#footer a { color: #555; }
#footer a:hover { color: #333; }
	
/* ~~~~~~~~~ CONTENT PAGE ~~~~~~~~~~ */	

/* layout */

#sub-navigation { float: left; width: 248px; }
.content-page #main-content { float: right; width: 592px; }

/* sub navigation */

.sub-nav-container { background: url(../images/background-sub-container.gif) bottom left no-repeat; margin: 0 0 20px; width: 100%; }
.sub-nav-container b { background: url(../images/background-sub-header.gif) no-repeat; display: block; font-family: georgia, "times new roman", times, serif; color: #fff; padding: 7px 10px; font-size: 1.4em; font-weight: normal; }
.sub-nav-container ul { list-style: none; }
.sub-nav-container ul li { border-bottom: 1px solid #ccc; padding: 5px; }
.sub-nav-container ul li.last { border: none 0; }
.sub-nav-container a { font-size: 1.2em; color: #555; background: url(../images/icon-arrow.gif) no-repeat 0 1px; padding: 0 5px 0 25px; display: block; }
.sub-nav-container .archive a { background: url(../images/icon-arrow-grey.gif) no-repeat 0 1px; color: #777; border: none 0; }
.sub-nav-container a:hover { color: #333; }
.sub-nav-container .selected { font-weight: bold; }
	
/* secondary navigation */
	
.sub-nav-container ul ul { background: #ddd; padding: 5px 0 5px 25px; margin: 5px 0 0; }
.sub-nav-container ul ul li { border: none; padding: 2px 0; font-weight: normal; }
.sub-nav-container ul ul a { padding: 0; background: none; font-size: 1.1em; }
	
/* contact us */

.sub-contact-us { background: #666; position: relative; padding: 15px 20px; color: #ddd; margin: 0 0 20px; zoom: 1; }
#content .sub-contact-us .tl, #content .sub-contact-us .tr, #content .sub-contact-us .bl, #content .sub-contact-us .br { background-image: url(../images/rounded-666666.gif); width: 5px; height: 5px; }
.sub-contact-us p { font-size: 1.2em; }
.sub-contact-us b { font-size: 1.4em; font-family: georgia, "times new roman", times, serif; font-weight: normal; }
.sub-contact-us a { color: #ddd; }
.sub-contact-us a:hover { color: #fff; }

/* share */

.share { margin: 0 0 20px; }
.share b { font-size: 1.4em; font-family: georgia, "times new roman", times, serif; font-weight: normal; border-bottom: 3px solid #999; margin: 0 0 10px; display: block; }
.social { overflow: hidden; width: 100%; list-style: none; }
.social li { float: left; margin: 0 2px 0 0; }
.print-email { overflow: hidden; width: 100%; list-style: none; font-size: 1.1em; margin: 5px 0 0; }
.print-email li { float: left; }
.print-email a { padding: 1px 0 0 23px; color: #666; display: block; text-decoration: none; }
.print-email a:hover { color: #333; }
.print-email li.print a { background: url(../images/icon-print.gif) no-repeat; margin: 0 15px 0 0; }
.print-email li.email a { background: url(../images/icon-email.gif) no-repeat 0 2px; }
		

/* breadcrumbs */

#content .breadcrumb { position: relative; background: #eee; padding: 5px 8px; margin: 0 0 10px; }
#content .breadcrumb .tl, #content .breadcrumb .tr, #content .breadcrumb .bl, #content .breadcrumb .br { background-image: url(../images/rounded-eeeeee.gif); width: 5px; height: 5px; }
#content .breadcrumb ul { width: 100%; overflow: hidden; list-style: none; font-size: 1em; margin: 0; }
#content .breadcrumb li { float: left; margin: 0 3px 0 0; color: #999; }
#content .breadcrumb li a { color: #999; }
#content .breadcrumb li a:hover { color: #333; }
	
/* content styling */

.content-page #main-content .intro { font-size: 1.6em; font-weight: bold; color: #666; }
.content-page #main-content a { color: #ff7d00; }
.content-page #main-content a:hover { color: #ff6600; }
.content-page h1 { margin: 0.5em 0; color: #666; }

/* content item */

.content-item { border-bottom: 1px solid #ccc; padding: 0 0 10px; margin: 0 0 10px; overflow: hidden; width: 100%; }
	#main-content .content-item p { margin: 0; }
	
/* partners */

.partners h2 { margin-bottom: 20px; }
.partners .content-item img { float: right; margin: 0 0 0 20px; }
.partners .content-item { margin-top: 10px; }

/* contact us */

#contact-details { font-size: 1.4em; }
#contact-details strong { font-weight: normal; font-style: italic; color: #999; }
#contact-details address { display: inline; }
#contact-details #email, #contact-details #telephone, #contact-details #post { margin: 0 0 5px; }
#contact-details p { font-size: 1em; margin-top: 0; }
#form-container { position: relative; background: #eee; padding: 15px; margin: 25px 0 10px; }
#form-container .tl, #form-container .tr, #form-container .bl, #form-container .br { background-image: url(../images/rounded-eeeeee.gif); width: 5px; height: 5px; }
#form-container .form-item { width: 100%; overflow: hidden; margin: 0 0 5px; }
#form-container .form-item label { float: left; width: 110px; }
#form-container .form-item span { float: right; font-size: 0.786em; }
#form-container .form-item input, #form-container .form-item textarea { width: 230px; font-size: 1em; }
#form-container .button .form-item input { width: auto; margin: 0 0 0 120px; }

/* pagination */

.pagination-footer { padding: 5px; position: relative; background: #eee; margin: 25px 0 0; overflow: hidden; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
* html .paginatio-footern { height: 1%; }
#content .pagination-footer ul { font-size: 1.2em; margin: 0; }
.pagination-footer li { display: inline;  float: left; padding: 0 5px; vertical-align: baseline; font-size: 12px; }
.pagination-footer li.current	{ font-weight: bold; }
.pagination-footer li.current a	{ color: #666; }
.pagination-footer li a		{ text-decoration: none; }
.pagination-footer li.next	{ float: right; width: auto; font-size: 12px; }
.pagination-footer li.next a	{ background: none; border-radius: 0; font-weight: normal; font-size: 12px; }
.content-page #main-content .pagination-footer li a:hover	{ color: #FF7D00; }
.content-page #main-content .pagination-footer li a { color: #999; }
.pagination .extra-details	{ float: right; }
/* sitemap */

#sitemap { padding: 5px; position: relative; background: #eee; margin: 15px 0 0; }
#content #sitemap .tl, #content #sitemap .tr, #content #sitemap .bl, #content #sitemap .br { background-image: url(../images/rounded-eeeeee.gif); width: 5px; height: 5px; }
#sitemap ul { font-weight: bold; margin-top: 20px; }
.content-page #sitemap ul a { color: #666; }
#sitemap ul ul { font-size: 1em; font-weight: normal; margin: 10px 0; }
#sitemap ul li { margin: 2px 40px; }

/* customers */

#customers-container, #products-container { overflow: hidden; width: 100%; margin: 10px 0 0; }
#customers-container .customer-item, #products-container .products-item { float: left; width: 283px; margin: 0 12px 20px 0; }
#customers-container .customer-item h2, #products-container .products-item h2 { margin: 5px 0 0; }
#customers-container .customer-item dl { overflow: hidden; width: 100%; font-size: 1.2em; }
#customers-container .customer-item dl dt { float: left; clear: left; margin: 0 5px 0 0; display: inline; color: #777; }
#customers-container .customer-item dl dd { float: left; font-weight: bold; }

/* products */

#products-container .products-item { min-height: 175px; }
#products-container .products-item p { margin: 0; font-size: 1.2em; }

/* portfolio home */
.portfolio h2							{ margin: 0 0 5px; }
.slider-container						{ width: 582px; border: 1px solid #333; margin: 10px 0 20px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
#main-content .slider-container ul		{ list-style: none; margin: 0; padding: 0; }
.slider-item							{ height: 243px; width: 582px; position: relative; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
.slider-item h3							{ position: absolute; bottom: 0px; right: 0px; background: url(../images/portfolio/more-bg.gif) repeat-x bottom left; padding: 4px 10px; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 5px 0 5px 0;   }
.slider-item a							{ float: right; background: url(../images/portfolio/more-icon.png) no-repeat right 6px; padding: 0 20px 0 0; text-decoration: none; }

.portfolio-thumb-container				{ overflow: hidden; width: 100%; margin: 15px 0 25px; }
.portfolio-thumb						{ float: left; width: 172px; padding: 93px 0 0; background-repeat: no-repeat; margin: 0 32px 0 0; border: 1px solid #333; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; } 
.portfolio-thumb:last-child				{ margin: 0; }
.portfolio-thumb h3						{ background: url(../images/portfolio/more-bg.gif) repeat-x; padding: 5px 7px; overflow: hidden; font-size: 1.1em; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
.portfolio-thumb a						{ display: block; background: url(../images/portfolio/more-icon.png) no-repeat right 3px; padding: 3px 20px 2px 0; text-decoration: none; color: #FF7D00; }
.portfolio-thumb a:hover				{ color: #f60; }

.portfolio .image-container				{ overflow: hidden; width: 100%; }
.portfolio .image-container .large		{ float: left; width: 396px; margin: 0 5px 0 0; }
.portfolio .image-container .large img	{ width: 396px; }
.portfolio .image-container .small		{ margin: 0 0 12px; }
.portfolio .image-container .small img	{ width: 190px; }
.portfolio-container					{ overflow: hidden; width: 100%; }
.portfolio .col-a						{ float: left; width: 380px; }
.portfolio .col-b						{ float: right; width: 185px; }
.portfolio .col-a .action				{ overflow: hidden; width: 100%;  font-size: 1.1em; }
.portfolio .col-a .action a				{ float: left; background: url(../images/portfolio/more-bg.gif) repeat-x; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 0 7px; text-decoration: none; color: #FF7D00; }
.portfolio .col-a .action a span		{ display: block; background: url(../images/portfolio/more-icon.png) no-repeat right 6px; padding: 3px 20px 2px 0; }
.portfolio #main-content .col-b h2		{ margin: 12px 0 0; }
.portfolio #main-content .col-b p		{ margin: 0 0 10px; }
.portfolio #main-content .col-b ul		{ list-style: none; margin: 0; padding: 0; font-size: 1.2em; }
.portfolio #main-content .col-b li		{ background: url(../images/portfolio/tick-icon.png) no-repeat left 5px; padding: 3px 0 3px 20px; }

/* landing page */
.intro-container		{ margin: 0 0 20px; }
.intro-col				{ float: left; width: 470px; padding: 20px; }
.grey					{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #484848;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#484848), to(#2E2E2E));
background: -moz-linear-gradient(#484848, #2E2E2E);
background: linear-gradient(#484848, #2E2E2E);
-pie-background: linear-gradient(#484848, #2E2E2E);
behavior: url(js/PIE.htc); 
}
.contact-col			{ float: right; width: 290px; padding: 20px; }
.orange					{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #c56a2e;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c56a2e), to(#ab5014));
background: -moz-linear-gradient(#c56a2e, #ab5014);
background: linear-gradient(#c56a2e, #ab5014);
-pie-background: linear-gradient(#c56a2e, #ab5014);
behavior: url(js/PIE.htc);
}
.intro-col .box-content	{ float: left; width: 200px; }
.intro-col h2			{ color: #fd7d02; margin: 0 0 10px; }
.intro-col p			{ color: #fff; font-size: 1.4em; }
.intro-col img			{ float: right; }

p.action-orange				{ overflow: hidden; width: 100%; font-size: 1.1em; margin: 20px 0; }
.action-orange a			{ float: left; background: url(../images/more-orange.gif) repeat-x; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 0 7px; text-decoration: none; color: #fff; font-weight: bold; cursor: pointer; }
.action-orange a span		{ display: block; background: url(../images/more-arrow.png) no-repeat right 6px; padding: 2px 20px 3px 0; }

.action-black				{ overflow: hidden; width: 100%; font-size: 11px; margin: 20px 0; }
.action-black button		{ background: url(../images/more-black.gif) repeat-x; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 0 7px; text-decoration: none; color: #fff; font-weight: bold; border: none 0; font-size: 11px; cursor: pointer; }
.action-black button span		{ display: block; background: url(../images/more-arrow.png) no-repeat right 6px; padding: 2px 20px 3px 0; }

.contact-col h2			{ color: #fff; }
.contact-col p			{ color: #fff; font-size: 1.2em; margin: 0 0 10px; }
.contact-col label		{ color: #fff; font-size: 1.2em; }
.contact-col input, .contact-col textarea	{ font-size: 1.2em; }
.contact-col span		{ clear: both; color: #fff !important; margin: 0 0 0 32%; overflow: hidden; }

.landing .portfolio-thumb	{ margin: 0 54px 0 0; }
.landing .portfolio-thumb:last-child	{ margin: 0; }

.key-features-container		{ border-top: 1px solid #ccc; border-bottom: solid 1px #ccc; padding: 20px 0 10px; margin: 20px 0; }
.key-features-row			{ overflow: hidden; width: 100%; margin: 10px 0 20px; }
.key-feature				{ float: left; width: 175px; margin: 0 48px 0 0; }
.key-feature:last-child		{ margin: 0; }
.key-feature h3				{ color: #ff7e00; font-family: arial, helvetica, verdana, sans-serif; font-size: 1.4em; font-weight: bold; background-repeat: no-repeat; background-position: right top; padding: 8px 0 5px; margin: 0 0 5px;  }
.key-feature p				{ font-size: 1.2em; }

.testimonials-container		{ padding: 20px; }
.testimonials-container h2	{ color: #fff; }
.testimonial				{ overflow: hidden; width: 100%; margin: 10px 0; }
.testimonial blockquote		{ float: left; color: #fff; font-size: 1.2em; width: 600px; }
.testimonial cite			{ float: right; width: 200px; color: #ff7e00; font-size: 1.2em; }

.pagination-container ul	{ overflow: hidden; width: 100%; list-style: none; margin: 30px 0 0; }
.next						{ float: right; font-size: 11px; margin: 0; width: 150px; }
.next a						{ background: url(../images/more-orange.gif) repeat-x; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 0 7px; text-decoration: none; color: #fff; font-weight: bold; border: none 0; font-size: 11px; float: right; }
.next a span				{ display: block; background: url(../images/more-arrow.png) no-repeat right 6px; padding: 2px 20px 3px 0; }

.prev						{ float: left; font-size: 11px; margin: 0; width: 150px; }
.prev a						{ background: url(../images/more-orange.gif) repeat-x; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 0 7px; text-decoration: none; color: #fff; font-weight: bold; border: none 0; font-size: 11px; float: left; }
.prev a span				{ display: block; background: url(../images/more-previous.png) no-repeat left 6px; padding: 2px 0px 3px 20px; }

.numbering					{ color: #999; font-size: 1.2em; font-style: italic; text-align: center; }
