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;
}
body {
	 background: #fff;
	 color: #000;
}
#container {
	margin: 0 auto;
	width: auto;
	padding: 20px;
}
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: 0 0 0 15px;
}
#main-content ol {
	margin: 0 0 0 20px;
}
	#main-content li {
		margin: 0 0 0.3em;	
	}
#main-content blockquote {
	
}

/* ~~~~~~~~~ ROUNDED CORNERS ~~~~~~~~~~ */

.tl, .tr, .bl, .br {
	display: none;
}

/* ~~~~~~~~~ PAGE HEADER ~~~~~~~~~~ */

#header {
	
}
#header img {
	float: none;
	padding: 0;
}
#header ul {
	display: none;
}

/* ~~~~~~~~~ NAVIGATION ~~~~~~~~~~ */

#navigation {
	display: none;
}
		
/* ~~~~~~~~~ CONTENT ~~~~~~~~~~ */

#content {
	position: relative;	
	padding: 0;
	overflow: hidden;
}

/* ~~~~~~~~~ HOME ~~~~~~~~~~ */

.home #main-content {
	background: none !important;
	padding: 0;
	min-height: 1px;
}
* html .home #main-content {
	height: auto;	
}
.home #main-content h1 {
	margin: 0;	
}
.home #main-content p {
	margin: 1em 0;	
}

/* ~~~~~~~~~ PRODUCTS BUTTONS ~~~~~~~~~~ */

.products-container {
	display: none;
}

/* ~~~~~~~~~ FOOTER ~~~~~~~~~~ */

#footer {
	background: none;
	text-align: left;
	color: #000;
}
	
/* ~~~~~~~~~ CONTENT PAGE ~~~~~~~~~~ */	

/* layout */

#sub-navigation {
	display: none;
}
.content-page #main-content {
	float: none;
	width: auto;
}

/* breadcrumbs */

#content .breadcrumb {
	display: none;
}
	
/* 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 {
	padding: 5px;
	position: relative;
	background: #eee;
	margin: 15px 0 0;
}
#content .pagination .tl, #content .pagination .tr, #content .pagination .bl, #content .pagination .br {
	background-image: url(../images/rounded-eeeeee.gif);
	width: 5px;
	height: 5px;
}
#content .pagination ul {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
.pagination li {
	display: inline;
	padding: 0 10px;
}

/* 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;
	}
