body {
	background-color: #8c99a0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	behavior: url(./css/csshover2.htc);
}

.print-logo {
	display:none;
}

.clearFloat {
	clear: both;
}

#mainContainer {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.center {
	text-align:center;
}

.left {
	float:left;
}

.right {
	float:right;
}

/* HEADER */
/*------------------------*/
	#header span{
		display: none;
	}
	
	#header {
		width: 700px;
		position: relative;
		background-image: url(../images/header_bg.jpg);
		height: 163px;
		background-repeat: no-repeat;
	}
	
	#header .customer {
		color:#FFFFFF;
		font-weight:bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding-top: 10px;
		font-size:10pt;
		margin-left:-20px;

	}

/* Content Area */
/*------------------------*/

#contentarea {
	background-color: #FFFFFF;
	background-image: url(../images/content_bg.gif);
	text-align:left;
}

#contentarea .head {
	background-image: url(../images/content_head.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 700px;
}

#contentarea .footer {
	background-image: url(../images/content_footer.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 700px;
}

#content {
	margin-left: 20px;
}
#content .left {
	float: left;
	width: 135px;
	text-align: center;
}

#content .middle {
	float: left;
	width: 310px;
	margin-right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
	
/* Content Middle */
/*------------------------*/
#content ul li{
	margin-left: -25px;
	padding-left:20px;
	list-style-type: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#content .middle h1{
	/*font-family: Arial Black,Helvetica;*/
	font-family:Verdana;
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
	letter-spacing:1px;
}

#content .middle h2{
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
}

#content .middle h3{
	font-size: 14px;
}

#content .middle h4{
	font-size: 12px;
}


#content .middle h5{
	font-size: 11px;
}

#content .middle h6{
	font-size: 9px;
}

#content .middle a:link,#content .middle a:visited, #content .middle a:active {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #fdb813;
}

#content .middle .active a, #content .middle a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

#content .right {
	float: left;
	width: 180px;
}

#content td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
*/
	padding:3px;
}
	
#content td.main {
	color: #FFFFFF;
}

/* Content Right */
/*------------------------*/
#latestNews {
	background-image: url(../images/ln_middle.gif);
	background-repeat: repeat-y;
	width: 177px;
	position: relative;
}
#latestNews span {
	display: none;
}
#latestNews .lnheader {
	background-image: url(../images/ln_header.gif);
	height: 38px;
	width: 177px;
	position: relative;
}

#latestNews .lnmiddle {
	width: 145px;
	padding-left: 18px;
	position: relative;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

#latestNews .lnmiddle p{
	margin:0px;
	padding:0px;
	letter-spacing:-0.5px;
}

#latestNews .lnmiddle h2{
	font-size: 11px;
	color: #FFFFFF;
	margin:0px;
	padding:0px;
	margin-top: 10px;
}

#latestNews .lnmiddle a:link,#latestNews .lnmiddle a:visited, #latestNews .lnmiddle a:active {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #fdb813;
}

 #latestNews .lnmiddle a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}


#latestNews .lnfooter {
	background-image: url(../images/ln_bottom.gif);
	height: 21px;
	width: 177px;
	position: relative;
	
}


#order {
	background-image: url(../images/button.gif);
	margin-top: 15px;
	position: relative;
	height: 65px;
	font-size: 11px;
	padding-left: 40px;
	padding-top: 13px;
	background-repeat: no-repeat;
}
#order h3{
	font-size: 12px;
	color: #cc0000;
	margin:0px;
	padding:0px;
}
#order p{
	margin:0px;
	padding:0px;
}
#order a:link,#order a:visited, #order a:active {
	color: #000000;
	text-decoration: none;
}

 #order a:hover
{
	color: #fdb813;
	text-decoration: none;
}

/* Content Footer */
/*------------------------*/
#footer{
	width: 700px;
	position: relative;
	background-image: url(../images/footer.jpg);
	height: 60px;
	background-repeat: no-repeat;
}

#footer h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #557a8c;
	position: absolute;
	left: 43px;
	top: -6px;
	font-size: 12px;
}

#footer a:link,#footer a:visited, #footer a:active {
	color: #557a8c;
	text-decoration: none;
}

#footer .active a, #footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}


/*Menu Styles*/
/*----------------------------------------*/

#t-menu {
	position:absolute;
	left: 180px;
	top: 117px;
}

#t-menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width:auto;
	float:left;
}

/* Main menu styles */

#t-menu h2 {
	margin:0px;
	height:30px;
	padding-right: 37px;
} 

#t-menu li h2 a {
	display:block;
	height:50px;
	color:#0A032F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

#t-menu ul li h2 a{
	background-repeat:no-repeat;
	background-position:right;
	margin:1px;
	margin-top:10px;	
}

#t-menu ul li h2 a:hover{
	background-repeat:no-repeat;
	background-position:right;
	margin:1px;
	margin-top:10px;
	color:#ffffff;
}

/* Wraps sub nav*/
#t-menu ul ul{
	padding:1px;
	margin:0px;
	width:9em;
}

/*Each nav item*/
#t-menu ul ul li{
	background-color: #EEFBFF;
	width:11em;
	padding:0px;
	float:none;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	text-align:left;
}

#t-menu ul ul li:hover{
	background-color:#FFFFFF;
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:11em;
	padding:0px;
}

#t-menu ul ul li:hover a{
	color:#a3a2a2;
}

#t-menu ul ul li a{
	font: 11px tahoma, verdana, arial, garamond, helvetica, sans-serif;
	color: #484848;
	display: block;
	text-decoration: none;
	margin-left:1px;
	padding:1px;
	padding-left:5px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:3px;
	padding-bottom:3px;
}



#t-menu ul ul li a:hover{
	font: 11px tahoma, verdana, arial, garamond, helvetica, sans-serif;
	color:#484848;
	display: block;
	text-decoration: none;
	padding:1px;
	margin-left:1px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}

/*Positioning the popouts*/

#t-menu ul ul{
	position: absolute;
	top: 19px;
	left: -1px;
	z-index:500;
}

#t-menu li {
	position: relative;	
}

/*Hiding and Revealing popouts*/

#t-menu ul ul{
	display:none;
}

#t-menu ul li:hover ul{
	display:block;
}


/* Fix IE. Hide from IE Mac */
* html #t-menu  ul li { float: left; }
* html #t-menu ul li a { height: 1%; }
/* End */

/*Styles for sub menu separators*/

#t-menu ul ul li#sub{
	border-bottom:1px solid #c3c3c3;
}



#t-menu ul ul li#sub:hover {
	border-bottom:1px solid #c3c3c3;
}

/*Plastyk Logo*/
#plastyk {
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	font-size: 9px;
}

#plastyk img {
	border:0px;
}

/*Online Shopping Styles*/
table#basket {
	border-collapse:collapse;background-color:#FFFFFF;
	
}
table#basket td {
	color:#333333;
	border:1px solid #ffb90c;
}

table#basket td#tblheader{
	background-color:#ffb90c;
	color:#FFFFFF;
	font-weight:bold;
	font-size:9pt;
	line-height:10pt;
}

#itemdetails p,
#itemdetails li{
 font-size:8pt;
 line-height:12pt;
}