@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #F2F2F2;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 140%;
	color: #666666;
}
h1 {
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0;
}
p {
	margin: 0 0 7px 0;
	padding: 0;
	line-height: 140%;
}
#container { 
	width: 900px;
	background: #F2F2F2;
	margin: 10px auto 0 auto;
	text-align: left;
} 
#header { 
	background: url(../images/bannerHeader.jpg) top left no-repeat;
	width: 900px;
	height: 173px;
	padding: 0 10px 0 20px;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#sidebar1 {
	float: left;
	width: 222px;
	background: #EBEBEB;
	padding: 0;
}
#sidebar2 {
	float: right;
	width: 222px;
	background: #EBEBEB;
	padding: 0;
}
#mainContent { 
	margin: 0 222px;
	padding: 0 4px;
} 
#footer {
	font-size: 10px;
	margin: 20px 0;
} 
#copyright {
	color: #757575;
	width: 890px;
	margin: 0 5px;
}
#footer-seo {
	color: #757575;
	width: 890px;
	margin: 0px;
}
#onLink {
	float: right;
}
#onLink a,
#onLink a:hover,
#onLink a:visited {
	color: #808080;
	text-decoration: none;
	cursor: pointer;
}
#onLink a:hover {
	color: #404040;
}

.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.clearBoth {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.drAjit {
	float: right;
	width: 112px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}
.drAjit img {
	border: 1px solid #CCCCCC;
}
.imageLeft {
	float: left;
	margin: 0 5px 5px 0;
}
.imageRight {
	float: right;
	margin: 0 0 5px 5px;
}

/* Main menu */
#mainMenu {
	height: 32px;
}
#mainMenu ul {
	padding: 0;
	margin: 0 0 0 7px;
}
#mainMenu ul li {
	color: #808080;
	line-height: 32px;
	font-size: 13px;
	/*font-weight: bold;*/
	float: left;
	list-style: none;
}
#mainMenu ul li a {
	color: #808080;
	list-style: none;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	text-align: center;
}
#mainMenu ul li a:hover {
	color: #404040;
}
#mainMenu ul li.selected a {
	color: #404040;
}

/* Content holder */
.contentHolder {
	float: left;
	background: url(../images/contentHolderBackground.jpg) repeat-y;
	width: 448px;
	margin: 0 0 4px 0;
}
.contentHolderHome {
	background: url(../images/contentHolderBackground.jpg) repeat-y;
	width: 448px;
	height: 320px;
	margin: 0 0 4px 0;
}
.contentHolderHeader {
	background: url(../images/contentHolderHeader.jpg) no-repeat top left;
	width: 448px;
	height: 10px;
}
.contentHolderTitle {
	background: url(../images/contentHolderTitle.jpg) no-repeat top left;
	width: 448px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #787100;
	padding-left: 20px;
}
.contentHolderTitle a,
.contentHolderTitle a:hover,
.contentHolderTitle a:visited {
	color: #787100;
	text-decoration: none;
	cursor: pointer;
}
.contentHolderTitle a:hover {
	color: #404040;
}
.contentHolderInnerHome {
	background: url(../images/contentHolderBase.jpg) no-repeat bottom left;
	width: 448px;
	min-height: 310px;
}
.contentHolderInner {
	background: url(../images/contentHolderBase.jpg) no-repeat bottom left;
	width: 448px;
	min-height: 310px;
	padding-bottom: 55px;
}
.contentHolderContent {
	margin: 0 14px 0 10px;
	padding: 5px 0 0 0;
}
.contentHolder.wide {
	background: url(../images/contentHolderWideBackground.jpg) repeat-y;
	width: 674px;
}
.contentHolderHeader.wide {
	background: url(../images/contentHolderWideHeader.jpg) no-repeat top left;
	width: 674px;
}
.contentHolderTitle.wide {
	background: url(../images/contentHolderWideTitle.jpg) no-repeat top left;
	width: 674px;
}
.contentHolderInner.wide {
	background: url(../images/contentHolderWideBase.jpg) no-repeat bottom left;
	width: 674px;
}
.contentBreak {
	display: block;
	width: 100%;
	height: 15px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #999999;
}


/* Menu frame */
.menuFrame {
	background: url(../images/menuFrameBackground.jpg) repeat-y;
	width: 222px;
}
.menuFrameHeader {
	background: url(../images/menuFrameHeader.jpg) no-repeat top left;
	width: 222px;
	height: 20px;
}
.menuFrameBase {
	background: url(../images/menuFrameBase.jpg) no-repeat top left;
	width: 222px;
	height: 20px;
}
.menuFrameContent {
	padding: 0 20px 5px 20px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
.menuFrame ul {
	padding: 0;
	margin: 0;
}
.menuFrame ul li {
	font-size: 11px;
	font-weight: bold;
	line-height: 140%;
	list-style: none;
	border-bottom: #666666 dotted 1px;
}
.menuFrame ul li a {
	color: #FFFFFF;
	list-style: none;
	text-decoration: none;
	display: block;
	padding: 8px 3px 9px 3px;
}
.menuFrame ul li a:hover {
	color: #202020;
}

/* System style updates */
.system-error-message {
	background: transparent url(/images/error.png) no-repeat scroll 26px 26px;
	border: none;
}

/* Shop styles */
.shop-main {
	margin: 0;
}
.shop-catalogue {
	background: transparent;
	border: none;
	border-bottom: 1px solid #B0B0B0;
	color: #666666;
	padding: 0;
	margin: 0;
	height: auto;
	width: 100%;
}
.shop-catalogue a,
.shop-catalogue a:hover,
.shop-catalogue a:visited {
	color: #404040;
	text-decoration: none;
	cursor: pointer;
}
.shop-catalogue a:hover {
	color: #787100;
}
.shop-catalogue .image {
	float: left;
	height: 135px;
	width: 135px;
	margin: 10px 10px 10px 0;
	border: 1px solid #999999;
	padding: 3px;
	text-align: center;
}
.catalogTitle {
	font-size: 15px;
	font-weight: bold;
	padding: 65px 0;
}
.shop-product-small,
.shop-product-small ul {
	background: transparent;
	border: none;
	color: #666666;
	padding: 0;
}
.shop-product-small {
	border-bottom: 1px solid #B0B0B0;
	padding: 10px 0;
	margin-bottom: 6px;
}
.shop-product-small a,
.shop-product-small a:hover,
.shop-product-small a:visited {
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}
.shop-product-small a:hover {
	color: #787100;
}
.shop-product-small .image {
	float: left;
	height: auto;
	width: 135px;
	margin: 0 10px 10px 0;
	border: 1px solid #999999;
	padding: 3px;
	text-align: center;
}
.shop-product-small ul li {
	font-size: 12px;
	margin: 0 0 6px;
	padding: 0 0 0 152px;
}
.shop-product-small li.productName {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 6px 0;
}
.shop-product-small li.price {
	font-size: 12px;
}
.shop-product-small li.productDescription {
	margin: 0;
}
.shop-product-large {
	background: transparent;
	border: none;
	color: #666666;
	padding: 0 8px;
	margin: 0;
	height: auto;
	width: auto;
	min-width: 0px;
	overflow: visible;
}
.shop-product-large .productName {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 6px 0;
}
.shop-product-large .image {
	margin: 0;;
	min-height: 0;
	padding: 0;
	text-align: left;
}
.shop-product-large .image img {
	border: 1px solid #999999;
	padding: 3px;
}
.shop-product-large .poplets {
	border: none;
	margin-top: 6px;
	padding: 0;
}
.shop-product-large .details {
	background: transparent;
	min-height: 0;
	padding: 0;
	margin: 0 0 6px 0;
	width: auto;
}
.shop-product-large ul {
	margin: 0 0 10px;
}
.shop-product-large li {
	margin: 3px 0;
}
table.cart {
	background: transparent;
	border: none; /*1px solid #DDDDDD;*/
	border-collapse: collapse;
	border-spacing:0;
	font-size:11px;
	width:100%;
}
.faq-question a {
	font-size:12px;
	color: #404040;
	text-decoration: none;
	padding: 0 0 10px 0;
	display: block;
}
.faq-question a:hover {
	color: #808080;
}
.shop-form textarea.cat_listbox2,
.cat_listboxWide {
	height: 34px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* Blogs */
#catblogoutput {
	margin-left: 3px;
}
.blog-container .post-list {
	width:70%;
}
.blog-container .side-panel {
	margin-right: 3px;
}
.blog-container h1 {
	background-color: #DEE3DD;
	color: #454545;
	padding-left: 15px;
	text-align: left;
	line-height: 32px;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}
.blog-container p.description {
	display: none;
}
.post-body .links {
	margin-top: 7px;
}
.blog-post h2.post-title {
	border: none;
	font-size: 14px;
}
.blog-post h2.post-title a {
	color: #454545;
	text-decoration: none;
}
.blog-post h2.post-title a:hover {
	color: #666666;
}


