
/*----------------------------------------
Q2 CSS Framework v1.0
Developed by: Q2 Interactive | david.krasensky@q2.cz
Based on: Elements CSS Framework | http://elements.projectdesigns.org
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
/*@import url("externalLinks.css");*/


/* Elements
----------------------------------------*/
html {
	height: 100%;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 12px;
	line-height: 150%;
	height: 100%;
}

/*--- Link Styles ---*/
a
{
	color: #aa0000;
	text-decoration: underline;
}

a:hover
{
	color: #aa0000;
	text-decoration:none;
}

h1 {
	margin: 0 0 4px 0;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	margin: 0 0 4px 0;
	font-size: 20px;
	font-weight: bold;
}

h3 {
	margin: 0 0 4px 0;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	margin: 0 0 4px 0;
	font-size: 14px;
	font-weight: bold;
}

h5 {
	margin: 0 0 4px 0;
	font-size: 12px;
	font-weight: bold;
}

h6 {
	margin: 0 0 4px 0;
	font-size: 11px;
	font-weight: bold;
}


blockquote	{
	margin: 0 0 18px 18px; 
	color: #666666; 
	font-style: italic;}
strong	{
	font-weight: bold;
}
em	{
	font-style: italic;
}

/* Standard Definitions
----------------------------------------*/
br.Clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}
.Hide {
	display: none;
}
.NoBg {
	background-image: none;
}



#WebContainer {
	width: 970px;	
	margin: 0px auto;	
}


/* Header
----------------------------------------*/

#Header {
	height: 102px;
	border-bottom: 3px solid #ffffff;
}
	#Header .Logo {
		width: 150px;
		float: left;
	}
	#Header .Menu {
		width: 820px;
		float: right;		
	}
	#Header .Menu A {
		color: #999999;
		font-size: 12px;
		text-decoration: none;
		text-transform: uppercase;
		padding: 0 0 0 15px;
	}
		#Header .Menu A:hover {
			text-decoration: underline;
		}
		#Header .Menu A.SubMenu {
			color: #ffffff;
		}
		#Header .Menu .TextMenu {
			padding: 75px 0 0 0;
			text-align: right;
		}
			#Header .Menu .TextMenu A.Selected {
				color: #CC0000;
			}


		
/* Content
----------------------------------------*/
#Content {
	
}
	#Content .Intro {
		padding: 70px 0;
		text-align: center;
	}

	#Content .Menu {
		text-align: center;
		padding: 30px 0;
	}
		#Content .Menu A {
			color: #ffffff;
			font-size: 12px;
			text-decoration: none;
			text-transform: uppercase;
			padding: 0 30px;
			font-weight: bold;
		}
		#Content .Menu A:hover {
			text-decoration: underline;
		}	
		#Content .Menu A.Selected {
			color: #aa0000;
		}	

	.ModelsGallery {
		width: 970px;
		margin: 8px 0;
	}
		.ModelsGallery TD {
			width: 170px;
			padding: 25px 0 10px 0;
			background-color: #141414;
			border-right: 30px solid #000000;
			border-bottom: 4px solid #000000;
		}
			.ModelsGallery TD.Last {
				border-right-width: 0px;				
			}
			.ModelsGallery TD .Photo {
				text-align: center;
			}
			.ModelsGallery TD .Name {
				color: #CCCCCC;
				font-size: 11px;
				text-align: center;
				padding: 10px 0 0 0;
			}
	.SelectBox {
		padding: 10px 0 4px 0;
	}
			
	#model-select {
	
	}
	
	
	.DetailInfo {
		width: 220px;
		float: left;
	}
		.DetailInfo .ModelName {
			color: #CC0000;
			font-size: 18px;
			font-weight: normal;
			padding: 50px 0 25px 0;
			margin: 0;
			text-align: center;
		}
		.DetailInfo .ModelDetail {
			width: 220px;
			margin: 0 0 20px 0;
			color: #999999;
			font-size: 11px;
		}
			.DetailInfo .ModelDetail th {
				width: 100px;
				text-align: right;
				padding: 0 10px 15px 0;
			}
			.DetailInfo .ModelDetail td {
				width: 100px;
				padding: 0 0 15px 10px;
			}
	
	
	
	.DetailPhoto {
		width: 744px;
		float: left;
		padding: 10px 0 30px 0;
	}
		.DetailPhoto LI IMG {
			margin-left: 3px;
		}
	
	
	
	
	.TextSidebar {
		width: 315px; /* 365 */
		padding: 25px 50px 0 0;
		float: left;
	}
		.TextSidebar.Slim {
			width: 170px; /* 220 */
			padding: 25px 50px 0 0;
			float: left;
		}
		.TextSidebar .NewsMenu {
			padding: 0 0 20px 0;
		}
			.TextSidebar .NewsMenu a {
				display: block;
				text-align: center;
				color: #CCCCCC;
				font-size: 12px;
				text-decoration: none;
			}
			.TextSidebar .NewsMenu a:hover {
				text-decoration: underline;
			}
			.TextSidebar .NewsMenu a.Selected {
				color: #aa0000;
			}

	.TextContent {
		width: 605px;
		float: left;
		padding: 20px 0 30px 0;
	}
		.TextContent h1, .TextSidebar h1 {
			color: #CC0000;
			font-size: 14px;
			font-weight: bold;
			padding: 0 0 20px 0;
			margin: 0;
			text-transform: uppercase;
		}
		.TextContent.Slim {
			width: 750px;
			float: left;
			padding: 20px 0 30px 0;
		}
	
	.FormTable {
		width: 600px; 
		border-color: #FFFFFF
	}
		.FormTable INPUT {
			background-color: #242424; 
			border-width: 0px; 
			padding: 1px 4px;
			color: #ffffff;
		}
			.FormTable INPUT.Submit {
				background-color: #666666; 
				border-width: 0px; 
				padding: 2px 10px;
				width: 120px;
				color: #000000;
				text-transform: uppercase;
				font-size: 11px;
				font-weight: bold;
			}
		.FormTable td {
			padding: 4px 0;
			vertical-align: middle;
		}
		.FormTable th {
			padding: 4px 0;
			vertical-align: middle;
		}
		.FormTable .Separator {
			padding-bottom: 30px;
		}

	.ContactLogo {
		text-align: center;
		padding: 20px;
	}
	.ContactBox {
		text-align: center;
		padding: 15px;
	}
		.ContactBox h2 {
			text-align: center;
			color: #CC0000;
			font-size: 14px;
			font-weight: bold;
			padding: 0;
			margin: 0;
		}
		.ContactBox STRONG {
			font-weight: bold;
		}
		.ContactBox a {
			color: #CCCCCC;
		}

	/* novinky z administrace, stare novinky si nesou vlastni classy */
	#NewsSide {
		width: 130px;
		padding: 25px 35px 0 15px;
	}
	#NewsAdmin {
		width: 790px
	}
		#NewsAdmin .newsNormal {
			font-weight: bold;
			font-size: 14px;
			padding: 10px 0 25px 0;
		}
		#NewsAdmin IMG{
			margin: 0 10px 10px 0;
		}



/* Footer
----------------------------------------*/
#Footer {
	border-top: 3px solid #ffffff;
	clear: both;
	padding: 0 0 50px 0;
}

	.ModelsListing {
		width: 970px;
		margin: 10px 0 0 0;
	}
	.ModelsListing TD {
		text-align: center;
	}
		.ModelsListing TD.Left {
			width: 100px;
			text-align: left;
		}
		.ModelsListing TD.Right {
			width: 100px;
			text-align: right;
		}
		.ModelsListing A {
			color: #999999;
			font-size: 11px;
			text-decoration: none;
			padding: 0px 6px;
		}
		.ModelsListing A:hover {
			text-decoration: underline;
		}
		.ModelsListing A.Selected {
			color: #CC0000;
		}
		.ModelsListing TD.Left A {
			background-image: url(../img/arrow-left.jpg);
			background-repeat: no-repeat;
			background-position: left center;
			padding: 0 0 0 15px;
		}
		.ModelsListing TD.Right A {
			background-image: url(../img/arrow-right.jpg);
			background-repeat: no-repeat;
			background-position: right center;
			padding: 0 15px 0 0;
		}
		
	#Footer .Lang {
		color: #666666;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
		padding: 20px 0 0 0;
	}	
		#Footer .Lang A {
			color: #666666;
			padding: 0 4px;
			text-decoration: none;
			font-weight: bold;
		}	
			#Footer .Lang A:hover {
				text-decoration: underline;
			}	
		
		

.jCarouselLite LI {
	height: 516px !important;	
}



#FlashBanner {
	margin-bottom: 20px;
}


