/************************************************************************
	Site:	www.promo-pen.eu
	Author:	Dennis Gaasbeek - webmaster[@]qualitylamps.eu
************************************************************************/

/***********************************************************************
	UNIVERSELE STYLES
************************************************************************/

h1,form,html,input,div,textarea {margin:0;padding:0;}
a img,:link img,:visited img {border:0;}

body,tr,td {
	font-family:Tahoma,Verdana,Sans-Serif;
	font-size:12px;
	line-height:150%; 
}
body {
	margin:30px 0px;
	padding:0px;
	background-color:#F0F0F0;
	text-align:center;
}
h1 {
	font-size:16px;
}
textarea,input {
	font-family:Tahoma,Verdana,Sans-Serif;
	font-size:11px;
}
a {
	color:#0146d3;
	text-decoration:underline;
}
a:hover {
	color:#84c8fe;
	text-decoration:underline;
}
font.req {
	font-size:10px;
	font-style:italic;
	color:#C00000;
}

/***********************************************************************
	LAYOUT
************************************************************************/

#container {
	width:700px;
	margin:0px auto;
	text-align:left;
}
#top {
	width:680px;
}
#top-left {
	background:url("images/bg-top-b.png") no-repeat bottom left;
	height:78px;
	width:125px;
}
#top-right {
	vertical-align:bottom;
}
#center {
	width:700px;
}
#center-left {
	background:url("images/bg-center-b.png") repeat-y top left;
	width:55px;
	height:290px;
}
#center-right {
	border-right:1px solid #000;
	background-color:#FFF;
	padding:10px;
	vertical-align:top;
}
#bottom {
	width:700px;
}
#bottom-left {
	background:url("images/bg-bottom-b.png") no-repeat top left;
	width:80px;
	height:200px;
}
#bottom-right {
	vertical-align:bottom;
	padding:0 0 50px 0;
	text-align:center;
	overflow:auto;
}
#shadow-right {
	background:url("images/bg-shadow-right.png") repeat-y;
	vertical-align:top;
	width:20px;
}
#shadow-bottom {
	background:url("images/bg-shadow-bottom.png") repeat-x;
	vertical-align:top;
	width:600px;
	height:20px;
}
#shadow-bottom-right {
	vertical-align:top;
	width:20px;
	height:20px;
}
.divider {
	background:#000 url("images/bg-divider-b.png") no-repeat top left;
	height:1px;
}
#content {
	background:#FFF url("images/bg-content.gif") no-repeat center center;
	padding:0;
	width:605px;
	height:270px;
	overflow:auto;
}

/***********************************************************************
	TAB MENU
************************************************************************/

#tab {
	float:left;
	line-height:normal;
}
#tab ul {
	margin:0;
	padding:0;
	list-style:none;
}
#tab li {
	display:inline;
}
#tab a {
	float:left;
	background:url("images/tableft10.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tab a span {
	float:left;
	display:block;
	background:url("images/tabright10.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tab a span {float:none;}
/* End IE5-Mac hack */
#tab a:hover {
	background-position:0% -42px;
}
#tab a:hover span {
	background-position:100% -42px;
}
