body {
	background: #262626 url('/img/layout/page_bg2.jpg') repeat-x;
	font-family: "Lucida Grande", Arial;
}
h1 {
	font-size: 20px;
	color: #ff0047;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: lucidagrande, "Lucida Grande", Arial;
	margin-left: 1px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px dotted #fff;
	margin-bottom: 10px;
	font-family: lucidagrande, "Lucida Grande", Arial;
}
h2 a {
	color: #fff;
}
p {
	font-size: 11px;
	color: #ddd;
	line-height: 16px;
	margin-bottom: 10px;
}
a {
	color: #ff0047;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	padding-left: 10px;
}
ol {
	list-style-type: decimal;
	margin-left: 20px;
}
ul li, ol li {
	color: #fff;
	font-size: 11px;
	padding: 5px;
}
ul li span {
	display: inline;
	padding: 5px;
	padding-left: 21px;
	background: transparent url('/img/layout/icon_tick.gif') no-repeat 0px 3px;
}
div.floatLeft {
	float: left;
}
div.floatRight {
	float: right;
}

/* ##################### */

div#pageContainer {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
div#menuContainer {
	position: relative;
	width: 900px;
	height: 41px;
	margin: 0 auto;
	/*background: transparent url('/img/layout/menu.png') no-repeat;*/
}
div#menuButtons {
	position: relative;
	width: 900px;
	height: 41px;
	margin: 0 auto;
}
div#menuContainer a {
	display: block;
	height: 41px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	padding: 0px 13px;
	padding-top: 15px;
	font-family: lucidagrande, "Lucida Grande", Arial;
}
div#menuContainer a:hover {
	text-decoration: none;
}

/*div#menuContainer a.home { width: 90px; }
div#menuContainer a.dassen { width: 80px; }
div#menuContainer a.shawls { width: 90px; }
div#menuContainer a.accessoires { width: 170px; }
div#menuContainer a.generator { width: 140px; }
div#menuContainer a.portfolio { width: 110px; }
div#menuContainer a.distributeurs { width: 130px; }
div#menuContainer a.contact { width: 90px; }*/

div#menuContainer div#glow {
	position: absolute;
	left: -350px;
	top: 0px;
	width: 212px;
	height: 41px;
	background: transparent url('/img/layout/menu_overlay2.png') no-repeat;
}

div#headerContainer {
	position: relative;
	width: 960px;
	height: 91px;
	overflow: hidden;
}
div#headerContainer img.ttLogo {
	float: left;
}
div#headerContainer div#subTitle {
	margin-left: 1px;
	margin-right: 10px;
	float: right;
	margin-top: 45px;
}
div#headerContainer div#subTitle img {
	vertical-align: top;
}
div#headerContainer h4 {
	font-size: 20px;
	color: #ff0047;
	font-weight: normal;
	font-family: lucidagrande, "Lucida Grande", Arial;
}
div#headerContainer h4 span {
	color: #fff;
}
div#bannerContainer {
	position: relative;
	width: 980px;
	height: 260px;
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
	background: transparent url('/img/layout/bannerBg2.png') no-repeat;
	z-index: 1;
}
div#banVertContainer {
	position: relative;
	width: 215px;
	height: 440px;
	padding: 20px;
	background: transparent url('/img/layout/bannerVertBg.png') no-repeat;
	margin-left: -10px;
	float: left;
}
div#textVertContainer {
	position: relative;
	width: 690px;
	background: transparent;
	float: left;
	padding: 10px;
	margin-left: 5px;
}
div#contentContainer {
	position: relative;
	width: 960px;
}
div.contentContainerHome {
	margin-top: 20px;
}
div#contentContainer div.hpContentBlock {
	position: relative;
	float: left;
	width: 190px;
	margin-right: 30px;
	padding: 10px;
	border: 1px solid #3c3c3c;
	cursor: pointer;
	background: #1d1d1d;
}
div#contentContainer div.hpContentBlock2 {
	position: relative;
	float: left;
	width: 190px;
	margin-right: 30px;
	padding: 10px;
	border: 1px solid #3c3c3c;
	cursor: normal;
	background: #1d1d1d;
}
div#contentContainer div.hpContentBlockHome {
	width: 155px;
	margin-right: 12px;
	height: 165px;
}

div#contentContainer div.hpContentBlock h1 {
	font-size: 18px;
	color: #ff0047;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
div#contentContainer div.hpContentBlock h2 {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 1px dotted #eee;
	margin-bottom: 10px;
}
div#contentContainer div.hpContentBlock h3 {
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	padding: 1px;
	padding-left: 18px;
	background: transparent url('/img/layout/icon_tick.gif') no-repeat left 3px;
}
div#contentContainer div.hpContentBlock p {
	line-height: 16px;
	font-size: 11px;
	color: #999;
	margin-bottom: 10px;
	display: none;
}
div#contentContainer div.hpContentBlock a {
	font-size: 11px;
	color: #d10e44;
	text-decoration: underline;
}
div#contentContainer div.hpContentBlock a h1 {
	text-decoration: none;
}
div#contentContainer div.firstBlock {
	margin-left: 10px;
}
div#contentContainer div.lastBlock {
	margin-right: 0px;
}
div#bannerContainer div#photoContainer {
	position: absolute;
	left: 20px;
	top: 21px;
	width: 600px;
	height: 220px;
	background: #111;
	overflow: hidden;
	z-index: 2;
}
a#photoNext, a#photoPrev {
	position: absolute;
	display: block;
	top: 120px;
	background-image: url('/img/layout/icon_prevnext.gif');
	background-repeat: no-repeat;
	z-index: 3;
	width: 13px;
	height: 13px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
}
a#photoPrev {
	left: 30px;
	background-position: left top;
}
a#photoNext {
	right: 370px;
	background-position: right top;
}
a#photoPrev:hover { background-position: left bottom; }
a#photoNext:hover { background-position: right bottom; }

div#bannerInfoContainer {
	position: absolute;
	width: 330px;
	height: 220px;
	left: 630px;
	top: 21px;
	background: #111;
	overflow: hidden;
}
div#bannerInfoOverlay {
	position: absolute;
	width: 330px;
	height: 220px;
	left: 0px;
	top: 0px;
	background: transparent url('/img/layout/tt_ban_info_overlay.png') no-repeat;
	z-index: 999;
}
div#bannerInfoContainer a.portfolio {
	position: absolute;
	display: block;
	width: 124px;
	height: 31px;
	right: 0px;
	bottom: 0px;
	background: transparent url('/img/layout/button_bg.png') no-repeat;
	z-index: 9999;
	color: #fff;
	font-size: 12px;
	padding: 10px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
}
div#bannerInfoContainer a.portfolio:hover {
	text-decoration: none;
}
div#bannerInfoImages {
	position: absolute;
	width: 330px;
	height: 220px;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

div#footerContainer {
	position: relative;
	width: 100%;
	height: 100px;
	margin-top: 30px;
	background: transparent url('/img/layout/footerBg.jpg') repeat-x;
	border: 0px;
	border-top: 1px solid #666;
}
div#footerContent {
	position: relative;
	width: 960px;
	margin: 10px auto;
	font-size: 10px;
}
div#footerContent div.footerBlock {
	position: relative;
	float: left;
	width: 190px;
	margin-right: 30px;
	padding: 10px;
	color: #777;
	line-height: 20px;
}
div#footerContent div.footerBlock a {
	color: #777;
}
div#footerContent div.firstBlock {
	margin-left: 10px;
}
div#footerContent div.lastBlock {
	margin-right: 0px;
}
div.wrapFix {
	width: 100%;
	clear: both;
	height: 1px;
}
div.textBetw {
	text-align: center;
	font-size: 14px;
	color: #ff0047;
	font-weight: normal;
	margin:  10px;
	letter-spacing: 1px;
	line-height: 18px;
}
div.textBetw span {
	color: #fff;
}
a.backToTop {
	padding-left: 21px;
	background: url('/img/layout/bullet_arrow_top.png') no-repeat left center;
	color: #bbb;
}
a.backToTop:hover, a.backToTop:visited {
	color: #ccc;
	text-decoration: none;
}
a.anchorLink, a.anchorLink:visited {
	padding: 6px 12px;
	padding-left: 28px;
	background: #222 url('/img/layout/bullet_arrow_down.png') no-repeat 6px center;
	border: 1px solid #999;
	margin-right: 10px;
}
a.anchorLink:hover {
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
}
table.pricingTable {
	width: 100%;
	margin: 10px 0px;
	font-size: 12px;
	color: #ddd;
	border-collapse: seperate;
	border-top: 1px solid #454545;
}
table.pricingTable tr {
	margin: 0px;
}
table.pricingTable tr td, table.pricingTable tr th {
	border-left: 1px solid #454545;
	border-right: 1px solid #262626;
	padding: 8px 10px;
	margin: 0px;
	line-height: 14px;
	height: 14px;
	background: url('/img/layout/tt_table_bg_1.jpg') repeat-x;
}
table.pricingTable tr th {
	color: #ff0047;
	font-weight: normal;
}
table.pricingTable tr td.a {
}
table.pricingTable tr td.a span {
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	line-height: 10px;
	height: 10px;
}
table.pricingTable tr td.a, table.pricingTable tr th.a {
	width: 230px;
	text-align: left;
}
table.pricingTable tr td.b, table.pricingTable tr th.b {
	background: url('/img/layout/tt_table_bg_2.jpg') repeat-x;
}
table.pricingTable tr td.c, table.pricingTable tr th.c {
	width: 40px;
	text-align: right;
}
table.noWidth {
	width: auto;
}
table.noWidth tr td.a, table.noWidth tr th.a {
	width: 416px;
}
img.btnPort {
	position: absolute;
	right: 0px;
	top: 20px;
}
img.btnPrijs {
	top: -15px;
}
#facebox p.caption {
	color: #333;
}
div.loginForm {
	width: 250px;
	padding: 20px;
	padding-left: 80px;
	background: #222 url('/img/layout/login_icon.png') no-repeat 20px center;
	border: 1px solid #999;
}
div.contactForm {
	width: 450px;
	padding: 20px;
	padding-left: 80px;
	background: #222 url('/img/layout/mail_new.png') no-repeat 15px 40px;
	border: 1px solid #999;
}
div.loginForm label, div.contactForm label {
	font-size: 13px;
	color: #fff;
	float: left;
	line-height: 26px;
}
div.loginForm input, div.contactForm input, div.contactForm textarea {
	float: right;
	padding: 5px;
	color: #444;
	font-size: 13px;
	width: 120px;
	line-height: 16px;
}
div.contactForm input, div.contactForm textarea {
	width: 250px;
}
div.contactForm textarea {
	height: 100px;
}
div.loginForm input.button, div.contactForm input.button {
	background: #333;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	width: 100px;
}
div.loginForm input.button:hover, div.contactForm input.button:hover {
	border: 1px solid #ff0047;
}
div.loginForm div.wrapFix, div.contactForm div.wrapFix {
	height: 10px;
}
a.downloadFile {
	display: block;
	width: 270px;
	padding: 10px;
	padding-left: 36px;
	background: #222;
	border: 1px solid #888;
	font-size: 10px;
	color: #ddd;
	cursor: pointer;
	margin-top: 10px;
}
a.downloadFile:hover {
	text-decoration: none;
	border: 1px solid #fff;
	color: #fff;
}
a.pdffile {
	background: #222 url('/img/layout/pdf-document.png') no-repeat 10px center;
}
a.xlsfile {
	background: #222 url('/img/layout/page_excel.png') no-repeat 10px center;
}
a.zipfile {
	background: #222 url('/img/layout/page_white_zip.png') no-repeat 10px center;
}
a.logout {
	background: #222 url('/img/layout/key_delete.png') no-repeat 10px center;
	width: 60px;
}
span.blockText {
	font-size: 11px;
	color: #fff;
	line-height: 15px;
}
div#langChoice {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 200px;
	text-align: right;
}
div#langChoice img {
	margin-left: 5px;
}
