@charset "utf-8";


body, a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:100;
}
p, h1, h2, h3, h4 {
	margin:8px 0px 5px 0px;
	padding:0px;
}
h3 {
	font-size:18px;
	color:#06C;
	font-weight:400;
}
p {
	font-size:14px;
}
.container {
	position:relative;
	z-index:1000;
}
.topcontainer, .maincontainertop, .maincontainerend, .maincontainer, .menubar, .footercontent {
	margin:0px auto;
}
.topcontainer, .maincontainerend, .maincontainertop, .footercontent {
	width:958px;
}
.menubar {
	background-image:url(../images/menu_bar_bg.png);
	height:54px;
	width:953px;	
	padding-left:5px;
	padding-top:5px;
}
.maincontainer {
	background-image: url(../images/main_container_bg.png);
	background-position:center;
	background-repeat:repeat-y;
	padding:2px 8px;
	width:954px;
}
.maintop, .mainleft, .mainright, .mainwide {
	background-color:#F4F5F7;
}
.maintop {
	padding:8px;
	margin:2px 8px;
}
.mainleft, .mainright, .mainwide {
	float:left;
	margin:2px;
	padding:8px;
}
.mainleft {
	width:274px;
	margin-left:9px;
}
.mainright {
	width:626px;
}
.mainwide {
	width:920px;
	margin-left:9px;
}
/* Gallery Module */
.gallerybar ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.gallerybar ul li {
	display:inline;
	margin:0px 5px 5px 0px;
	padding:0px;
}

/*News Module */
.newsbox {
}
.newsimg, .newstext {
	float:left;
}
.newsimg {
	width: 120px;
}
.newsimg a {
	margin-bottom:5px;
}
.newstext {
	width: 500px;
}
.newstext a {
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:right;
	color:#06F;
}
.newstext a:hover {
	color:#000;
	text-decoration:underline;
}

.newsdate {
	color:#699;
	font-size:11px;
	margin-bottom:-10px;
	margin-top:0px;
}
.newsshorttext {
	margin-bottom:10px;
}
.newsfulltext {
	color:#666;
}
.clearnews {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom: 1px dotted #9C9;
}






.clear, .clearnews {
	clear:both;
	height:2px;
}
.baskettop {
	float:right;
	background-image:url(../images/top_basket.png);
	width:206px;
	height:65px;
}
.baskettop p {
	font-size:12px;
	margin:0px;
	padding:15px 0px 0px 25px;
}
.baskettop p strong {
	color:#06F;
	font-size:15px;
}
.topphone {
	padding:10px 5px 0px 0px;
	float: right;
	width:500px;
	text-align:right;
}
.footer {
	position:relative;
	margin-top: -32px;
	background-image:url(../images/footer_line_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	z-index:1;
	padding-top:40px;
}
.footercontainer {
	background-color:#1F3A55;
	padding-bottom:30px;
}
/*
----------- MODULE
List of products
*/
.listofproductbar a {
	display:block;
}
.listofproductbar a:hover {
	text-decoration:none;
}
.listofproductbar ul {
	list-style: none;
	padding:0px;
	margin:0px;
}
.listofproductbar ul li {
	background-color:#FFF;
	padding:5px;
	margin:5px 5px 0px 0px;
	text-align:center;
	width:190px;
	height:220px;
	display:inline-block;
	overflow:hidden;
	float: left;
}
.listofproductbar ul li:hover {
	background-color:#F4FBF9;
	outline:solid #399 1px;
}
.listofproductbar ul li p {
	font-size:13px;
	font-family:Tahoma, Geneva, Arial, sans-serif;
	padding:0px;
	margin:2px 0px 0px 0px;
}
.proddescbox {
	min-height:100px;
	width: 192px;
	display:block;
	overflow:hidden;
}
.proddescbox p {
	padding:0px;
	margin:0px;
}
.productname a {
	font-size:14px;
	color:#000;
}


.greeen {
	color:#00A705;
}
.crossedout {
	text-decoration:line-through;
}
/*
----------- MODULE
Products Presentation
*/
.prodpresbox {
	width: 625px;
	padding:5px;
	min-height:600px;
	background-color:#FFF;
}
.prodpresbox img:hover {
	outline:1px solid #399;
}
.prodleftcol, .prodrightcol {
	float:left;
	width:305px;
}
.prodrightcol {
	margin-left:10px;
}
.prodrightcol p {
	font-size:13px;
	padding:0px;
	margin: 5px 0px 10px 0px;
}
.description {
	font-size:13px;
	color:#666;
}
.rrpprice {
	color:#066;
}
.ourprice {
	color:#36F;
	font-size:14px;
}
.prodpicdesc {
	font-size:10px;
	color:#999;
	text-align:center;
	padding:0px;
	margin:5px 0px;
}
.thumbsbar img {
	cursor:pointer;
	border:0px;
	outline:none;
}
/* BASKET */
.basketbar {
}
.basketlist ul, .basketlist li {
	list-style:none;
}
.basketlist li {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #36C;
}
.prodimg,
.prodinfo,
.prodquantity,
.prodremove {
	float:left
}
.prodimg {
	width:100px;
}
.prodinfo {
	width:320px;
}
.prodinfo h3,
.prodinfo p {
	margin:0px;
	padding:2px 0px;
}
.prodinfo h3 {
	font-weight:100;
	color:#09F;
	font-size:13px;
}
.prodquantity {
	white-space:80px;
}
.prodquantityinput {
	width:25px;
}
.prodremove {
	width:40px;
	text-align:center;
}


/*--------------------------------------
			Contact Module
--------------------------------------*/
.contacmodule {
	font-size:11px;
	line-height:20px;
	font-weight:100;
}
.contacmodule h1 {
	margin:0px;
	color:#2D2F81;
	font-size:30px;
	font-weight:100;
	padding: 10px 0px 10px 0px;
}
.contacmodule h2 {
	margin:0px;
	color:#2D2F81;
	font-size:30px;
	font-weight:100;
	padding: 10px 0px 10px 0px;
}
.contacmodule p {
	font-size:13px;
	line-height:20px;
}
.contactdetails {
	float:left;
	width:250px;
	padding-left:20px;
}
.requestform {
	float:left;
	width:450px;
	font-size:12px;
}
.inputstyle {
	height:20px;
	background-color:#EEE;
	border:none;
	width:300px;
}
.textareastyle {
	background-color:#EEE;
	border:none;
	width:300px;
	height:50px;
}
.selectstyle {
	background-color:#EEE;
	border:none;
	height:20px;
	width:300px;
	color: #000
}


.newsletterbar {
	background-image: url(../images/newsletter_bg.jpg);
	background-position: top center;
	min-height: 200px;
}



/* -----------------------------------------------------------
SEARCH PRODUCTS Bar
*/
.searchproducts {
	background-image:url(../images/search_bg.jpg);
	width:244px;
	padding:15px;
}
.searchfield {
	padding:5px;
	font-size:15px;
	color:#666;
	width:230px;
	margin:2px 0px;
}