@import url('font.css');
@import url('navigation.css');

*{
	margin:		0px;
	padding:	0px;
}

html, body{
	font:				11px "Segoe UI", Verdana, Tahoma, sans-serif;
	line-height:		15.4px;
	color: 				#4f4847;
	background-color: 	#fff !important;
	height: 			100% !important;
	margin:				0px;
	padding:			0px;
}

img, a img{
	border: 			0px solid;
	text-decoration:	none;
}


A:link {text-decoration: none; color: #4f4847;}
A:visited {text-decoration: none; color: #4f4847;}
A:active {text-decoration: none; color: #4f4847;}
A:hover {text-decoration: none; color: #4f4847;}



a{
	text-decoration:	none;
	background:		#fff;
	padding:		0px;
	margin:			0px;
	border:			0px solid;
}

div#topStripe{
	width:		100%;
	height:		38px;
	background:	#9b9796 url(../images/top_stripe.gif) repeat-x;
}

div#bottomStripe{
	margin-top:	15px;
	width:		100%;
	height:		54px;
	background:	#a1a09e url(../images/bottom_stripe.gif) repeat-x;
}

div#container{
	width:	100%;
	background:	#fff url(../images/bg_grad.gif) repeat-x;
	text-align:	center;
}

table#conTable{
	width: 936px;
	height: 500px;
	margin:	0px auto;
}

td#tblHeader{
	background:	#fff url(../images/header.jpg) repeat-x;
	width: 661px;
	height: 115px;
}

td#tblLeftBg{
	background:	#fff url(../images/left_bg.jpg) no-repeat;
	width: 138px;
	height: 499px;
}

td#tblRightBg{
	background:	#fff url(../images/right_bg.jpg) no-repeat;
	width: 137px;
	height: 499px;
}

#thumbsTbl td, td.thumbTd{
	width: 53px;
	height: 53px;
	background: #fff;
	border: 1px solid #f1f1f1;
}

.thumbTd img{
	width:	53px;
	height:	53px;
}
