/* GLOBALS */

body {
	margin: 0;
	padding: 0;
	background-color: #015CAB;
}

body,table,tr,td,input,select,textarea {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #626262;
}

a {
	color: #005DAB;
}

h1 {
	font-size: 14px;
	color: #005DAB;
}

/* IDS */

#aboutus {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #F78E1D;
	background: url(images/aboutus/bg.jpg) no-repeat bottom white;
}

#content {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #F78E1D;
	background: url(images/sharedimgs/content-orange-bg.gif) repeat-x bottom white;
}

#menu {
	border-right: solid 1px #F78E1D;
	border-left: solid 1px #F78E1D;
}

#categories {
	background: url(images/products/table-bg.gif) repeat-y left white;
	margin: 0;
	padding: 0;
}

#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

#categories ul li {
	background: url(images/products/category-bullet.gif) no-repeat left;
	padding: 7px 0 6px 0;
}

#categories ul li a {
	padding-left: 75px;
	color: #626262;
	text-decoration: none;
}

#categories ul li a:hover {
	color: #333;
}

#product-detail {
	background-color: white;
}

#product-detail .prod .title {
	text-align: left;
	color: white;
	font-weight: bold;
	font-size: 12px;
	height: 40px;
	background: url(images/products/products-detail-title.gif) no-repeat top left;
	padding: 5px 0 0 10px;
}

#product-detail .prod .photo-bg {
	width: 436px;
	background: url(images/products/products-detail-photobg-main.gif) repeat-y top right;
}

#product-detail .prod .text {
	text-align: left;
	width: 220px;
	background: url(images/products/products-detail-textbg.jpg) no-repeat top left white;
}

#product-detail .prod .text p {
	margin: 5px;
}

#product-detail .photo-table {
	background: url(images/products/products-detail-photobg.gif) no-repeat top left;
}

#product-detail .photo-table .main img {
	border: solid 1px #005DAB;
	margin: 10px;
}

#product-detail .photo-table .thumb img {
	border: solid 1px #005DAB;
	margin: 10px;
}

#products-wrapper {
	margin: 0 30px 0 32px;
	border-left: solid 1px #005DAB;
	border-right: solid 1px #005DAB;
	text-align: center;
	background-color: white;
	padding-bottom: 15px;
}

#products-wrapper .product {
	width: 661px;
	margin: 0 auto 15px auto;
}

#products-wrapper .product .prod-title {
	text-align: left;
	color: white;
	font-weight: bold;
	font-size: 12px;
	height: 40px;
	background: url(images/products/product-title-bg.gif) no-repeat top left;
	padding: 5px 0 0 10px;
}

#products-wrapper .product .photo {
	background: url(images/products/product-photo-bg.gif) no-repeat top;
	padding-top: 10px;
}

#products-wrapper .product .photo img {
	border: solid 1px #005DAB;
	margin: 0 auto;
}

#products-wrapper .product .text {
	background: url(images/products/product-text-bg.gif) no-repeat top left	;
	padding: 10px;
}

#variation {
	margin-left: 32px;
	width: 708px;
	background: url(images/products/variation-top-bg.gif) no-repeat top white;
}

#variation #top-row td {
	height: 29px;
	color: white;
	font-weight: bold;
	padding: 8px 5px 0 5px;
}

#variation .rows .right {
	border-right: solid 1px #005DAB;
	background-color: #CFE1EF;
}

#variation .rows td {
	padding: 0 5px;
	border-bottom: solid 1px #C4C4C4;
	border-left: solid 1px #005DAB;
}

/* CLASSES */


.services .heading-top {
	color: white;
	font-weight: bold;
	text-transform: capitalize;
	background: url(images/services/headings-top.gif) no-repeat;
	height: 49px;
	padding: 10px 0 0 15px;
}

.services .heading {
	color: white;
	font-weight: bold;
	text-transform: capitalize;
	background: url(images/services/headings-bg.gif) no-repeat;
	height: 49px;
	padding: 10px 0 0 15px;
}

.services .heading-2 {
	color: white;
	font-weight: bold;
	text-transform: capitalize;
	background: url(images/contact/heading-2-bg.gif) no-repeat;
	height: 49px;
	padding: 10px 0 0 15px;
}


.services .text {
	border-right: solid 1px #005DAB;
	border-left: solid 1px #005DAB;
	padding: 10px;
	background-color: white;
}