@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0 auto;
	background-color: #67C8ED;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	color: #666666;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}
h1 {
	font-size:18px;
	padding-bottom:10px;
}
h2 {
	font-size:16px;
	font-weight:400;
}
h3 {
	font-size:12px;
	font-weight:600;
	padding:10px 0px 0px 0px;
}
h4 {
	color:#EF3824;
	font-size:14px;
	font-weight:400;
	padding:3px 0px 10px 0px;
}
p {
	padding: 0.6em 0px;
	line-height:1.3em;
}
a {
	color:#666666;
}
a img {
	border:none;
}
#borders_vert {
	width: 1030px;
	background:#67C8ED url(../images/borders_vert.png) repeat-y top center;
	margin: 0 auto;
	min-height: 645px;
}
#wrapper {
	width: 950px;
	background:#FFFFFF url(../images/bg.jpg) no-repeat top left;
	margin: 0 auto;
	min-height: 645px;
}

#header {
	height: 135px;
}


#main {
	margin: 0 auto;
	min-height: 300px;
}
.leftcol {
	width:235px;
	float:left;
	padding:30px 0px 0px 15px;
}
.rightcol {
	width: 560px;
	float:left;
	padding:40px 120px 40px 10px;
}

#footer {
	width:100%;
	border-top:1px solid #FFFFFF;

}

#footerContent {
	padding:10px 35px;
	height: 10px;
	width: 950px;
	margin:0 auto;
	color:#FFFFFF;

}

.mainmenu {
}
	.mainmenu ul {
		padding:0;
		margin:0;
		}
	.mainmenu li {
		padding:0;
		margin:0;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		}
	.mainmenu ul li a{
		color:#000000;
		text-decoration:none;
		}
	.mainmenu ul li a:hover{
		color:#FFFFFF;
		text-decoration:none;
		}

.formtable {


	}
table.formtable {
	border-spacing:0px 10px;
}
	.formtable td {
		border-top:1px solid #DDDDDD;
		border-right:1px solid #DDDDDD;
		border-bottom:1px solid #CCCCCC;
		border-left:1px solid #DDDDDD;
		padding-left:5px;
		padding-top:3px;
		padding-bottom:3px;
	}

	.formtable input {
		border-color:#FFFFFF;
		border:none;
	}
	.formtable select {
		border:none;
		color:#666666;
		background:#FFFFFF;
	}
	.formtable input[type="text"] {
		width:200px;
	}
	.formtable input[type="submit"] {
		cursor:pointer;
		color:#FFFFFF;
		font-weight:600;
		background-color:#EF3824;
		padding:3px 2px;
	}
	.formtable input[type="submit"]:hover {
		color:#EF3824;
		background-color:#FFFFFF;
	}
	.formtable textarea {
		border-color:#FFFFFF;
		border:none;
		width:200px;
		font-size: 12px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
	}

.error {
	color:#C80000;
}

.smallprint {
	font-size: 0.8em;
}
.todo {
	text-transform:uppercase;
	text-decoration:underline;
	font-weight:600;
	font-size:1.2em;
}

ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:2px 0px;
}
.newsArticle {
	margin:10px 0px 20px 0px;
}
.red {
	color:#EF3824;
}
.catalogue {
	width:145px;
	height:145px;
	float:left;
}
.catalogue_img {
	text-align:center;
	width:125px;
	height:100px;
}
.catalogue p {
	text-align:center;
	width:125px;
}
.catalogue p a{
	text-decoration:none;
	color:#EF3824;
}
.addtocart {
	text-align:right;
}
.addtocart p {
	color:#EF3824;
	width:100px;

}
.addtocart input[type="text"] {
	border:1px solid #C2C1C1;
}

.addtocart_loader {
	width:120px;
	height:23px;
	text-align:center;
	position:absolute;
	background:#FFFFFF;
	padding-top:5px;
}
#cartwrapper {
	width:280px;
}
#cartwrapper img {
}

#cart table td {
	 padding:0px 0px 10px 5px;
}