/* COMMON STYLES */

html { margin: 0; padding: 0; height: 100%; width: 100%; }

body {
	background: url('images/bodyGradient.png') repeat-x;
	color: #222;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%; 
	height: 100%;
	border-collapse: collapse;
}

p, button, select, a {
	font: 11px Arial, Helvetica, sans-serif;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border: 0;
}

body a img { border: none; }

table {
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}

td {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0px;
	border-collapse: collapse;
}

iframe {
}

input,
select
{
	font: 11px Arial, Helvetica, sans-serif;
}

h2 {
	border-bottom: 1px dotted #DDD;
	color: #444;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 10px;
}

.blueButton {
	background: url('images/box-blue-2.png') no-repeat;
	background-position: top left;
	padding-top: 12px;
	text-align: center;
	width: 165px;
	height: 42px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	color: #205af2; /* blue */
	color: #ff8318; /* orange */
	color: #000000;
}


/* Dalibor's Styles */
#container {
	background: #237294;
	margin: 25px auto 0 auto;
	max-width: 950px;
	min-width: 810px;
	padding: 0;
	width: 95%;
}

#header {
	background: url('images/headerGradient.png') repeat-x;
	background-position: top;
	border-right: 1px solid #237294;
	border-bottom: 1px solid #000;
	height: 150px;
	padding: 0;
}

	#banner {
		/*
		background: url('images/banner.png') no-repeat;	
		background-position: top left;
		float: left;
		height: 120px;
		margin: 0;
		padding: 0;
		width: 51%;
		*/
		background: url('images/banner.png') no-repeat;
		/*background: url('images/header.png') no-repeat;*/
		height: 150px;
		margin: 0;
		padding: 0;
	}
	
	#topContent {
		/*
		background:  url('images/topContentGradient.png') no-repeat;
		background-position: top left;
		float: right;
		height: 120px;
		margin: 0;
		padding: 0;
		width: 49%;
		*/
		float: right;
		background: url('images/topContentGradient.png') no-repeat;
		background-position: bottom left;
		height: 150px;
		margin: 0 0 0 395px;
		padding: 0;		
	}
	
		#header #topContent #topNavigation {
			margin: 122px 0 0 15px;
			min-width: 410px;
		}
		
		#header #topContent #topNavigation tr {}
		
		#header #topContent #topNavigation td {
			/*border: 1px solid #FFF;*/
			margin: 0;
			padding: 0;
			padding-top: 8px;
			height: 25px;
		}
		
			#header #topContent #topNavigation td a {
				color: #FFF;
				font-size: 11px;
				text-decoration: none;
				font-weight: bold;
				padding: 0 5px 0 5px;
			}
			
			#header #topContent #topNavigation td a:hover {
				color: #29dbff;
			}
			
			#header #topContent #topNavigation td #searchbox {
				background: url('images/searchbox.png') no-repeat;
				font: normal 10px Arial, Helvetica, sans-serif;
				height: 16px;
				width: 80px;
				border: none;
				margin-top: -2px;
				padding-left: 3px;
			}
			
			#header #topContent #topNavigation td #searchbutton {
				background: url('images/searchbutton.png') no-repeat;
				font: normal 10px Arial, Helvetica, sans-serif;
				height: 16px;
				width: 16px;
				border: none;
				margin-top: -2px;
			}			
	

/*		
#leftPanel {
	background: url('images/leftPanelGradient.png') repeat-x;
	height: 310px;
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
}

	#leftPanel #sideNavigation {
		margin: 10px auto;
		width: 125px;
	}
	
	#leftPanel #sideNavigation .hide {
		display: none;
	}
	
	#leftPanel #sideNavigation .level1 {
		color: #000;
		display: block;
		font-size: 10px;
		margin: 0;
		padding: 5px 10px;
		text-decoration: none;
		font-weight: bold;
	}
	
	#leftPanel #sideNavigation .level1.first {
		background: url('images/level1GradientFirst.gif') no-repeat;
	}
	
	#leftPanel #sideNavigation .level1.last {
		background: url('images/level1GradientLast.png') no-repeat;
	}	
	
	#leftPanel #sideNavigation .level1.middle {
		background: url('images/level1GradientMiddle.png') no-repeat;
	}
	
	#leftPanel #sideNavigation .level1:hover	{
		color: #FFFFCC;
	}
*/

#itemList { margin: 0; padding: 20px 0;}

div.itemBox {
	background: url('images/itemBox2.png') no-repeat;
	background-position: top center;
	height: 130px;
	cursor: pointer;
	width: 160px;
	display: table-cell;
	text-align: center;
}

div.itemBox:hover {
	background-position: bottom center;
}	

	.itemName { 
		font-size: 10px;
		margin: 0 auto;
		padding: 5px;
		font-weight: bold; 
		text-align: center;
		text-transform: uppercase;
		height: 20px;
		width: 130px;
		border-bottom: 1px solid #AAA;
	}
	
	p.itemDescription {
		line-height: normal;
	}
	
	.itemBox img { 
		border: 1px dotted #000;
		border: 0px;
		margin: 5px auto;
		height: 75px;
		width: 75px;
	}
	
#content {
	background-color: #FFF;
	border-right: 1px solid #237294;
	border-left: 1px solid #237294;
	/*margin: 0 0 0 150px;*/
	margin: 0;
	padding: 0;
	min-height:310px;
	height:auto !important;
	height:310px;
}

	/*
	#content p {
		margin: 0;
		padding: 15px 10px 0 10px;
		font-size: 11px;
		line-height: 20px;
	}
	*/
	
	
	#content #product {
		margin: 0;
		padding: 20px;
	}
	
	.photo {
		border: 2px solid #DDD;
		cursor: pointer;
		margin: 10px 5px 10px 10px;
		padding: 2px;	
	}
	
	.photo:hover {
		border: 2px solid #000;	
	}	
	
	#content .table1 {
		background: #FFF;
		border: 1px solid #AAA;
		margin: 10px;
		font-size: 10px;
		/*float: left;*/
		min-width: 200px;
	}
	
	#content .table1 th {
		border: 1px solid #AAA;
		background: #D1D3DE;
	}
	
	#content .table1 td {
		background: #FFF;
		border: 1px solid #AAA;
		text-align: center;
	}
	
/*	
#rightPanel {
	float: right;
	margin: 0;
	padding: 0;
	width: 150px;
	min-height: 400px;
}
*/

#footer {
	background: url('images/footer.png') no-repeat;
	background-color: #FFF;
	background-position: top right;
	border-top: 1px solid #237294;
	margin: 0;
	padding: 0 0 20px 0;
	height: 20px;
	width: 100%;
}

#footer p {
	color: #777;
	font-size: 9px;
	margin: 0;
	padding: 4px;
	text-align: right;
	text-transform: none;
}

