* {
	margin:0;
	padding:0;
}

html {
	background:#fff url(../images/html-bg.gif) repeat center top;
	color:#000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	height:100%;
}

body {
	background:url(../images/body-bg.gif) repeat-y center top;
	min-height:100%;
}

* html body {
	height:100%;
}

a {
	color:#900;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#600;
}

fieldset {
	border:0;
}

div#wrapper {
	width:780px;	
	margin-left:auto;
	margin-right:auto;
}

div#header {
	width:780px;
	height:253px;
	background:url(../images/header-bg.jpg) no-repeat;
}

	div#header a#home {
		display:block;
		width:780px;
		height:73px;
	}
		
		div#header a#home span {
			display:none;
		}

	div#header ul {
		list-style-type:none;
		float:right;
	}
	
		div#header ul li {
			float:left;
			height:31px;
		}
			
ul#subnavigation {
	list-style-type:none;
	margin-left:20px;
}

	ul#subnavigation li {}
	
	ul#subnavigation ul {
		margin-left:20px;
		list-style-type:none;
	}
	
		ul#subnavigation li a {}
		
			ul#subnavigation li li a {
				font-weight:normal;
			}
			
		ul#subnavigation li.active a {
			color:#000;
			font-weight:bold;
		}

div#content-side {
	width:210px;
	background:#F7F7F7 url(../images/content-side-bg.gif) repeat-y;
	float:left;
	padding-left:23px;
	margin-top:3px;
	border-top:1px solid #E1E1E1;
}

	div#content-side div.content {
		background:url(../images/content-side-end.gif) no-repeat right bottom;
		padding-bottom:30px;
	}
	

div#content-main {
	width:495px;
	background:#F7F7F7 url(../images/content-main-bg.gif) repeat-y;
	float:right;
	margin-right:27px;
}

* html div#content-main {
	margin-right:13px;
}

	div#content-main div.content {
		background:url(../images/content-main-end.gif) no-repeat left bottom;
		padding-bottom:40px;
		padding-left:20px;
		padding-right:20px;
	}

div.content p {
	line-height:150%;
	margin-bottom:10px;
}

div#content h1 {
	padding-bottom:30px;
}

div.content ul {
	list-style-image:url(../images/bullet.gif);
	margin-left:30px;
}

	div.content ul li {
		margin-top:5px;
	}

div#footer {
	clear:both;
	height:70px;
	background:#F7F7F7 url(../images/footer-bg.gif) repeat-x;
	margin-top:1px;
	text-align:center;
	font-size:10px;
}

	div#footer p {
		padding-top:15px;
	}

	div#footer ul {
		list-style-type:none;
		padding-top:15px;
	}
	
		div#footer ul li {
			display:inline;
		}
		
			div#footer ul li a {
				margin-left:10px;
				margin-right:10px;
			}
			
			
/******* SHOP *********/
div.tt_products_item_list {

}

	div.tt_products_item_list table {
		width:100%;
		border-collapse:collapse;
	}
	
		div.tt_products_item_list table td {
			vertical-align:top;
			border-top:1px solid #999;
			padding:2px;
		}

span.price {
	font-weight:bold;
}

span.legal {
	font-size:10px;
	color:#999;
}

em.itemnumber {
	font-size:10px;
}


fieldset.csc-mailform {

}

	fieldset.csc-mailform label {
		display:block;
		margin-top:10px;
	}

	fieldset.csc-mailform input, fieldset.csc-mailform textarea {
		width:300px;
	}

