@media print 
{	
	.spanModelName, #divThumbnailInner, #lnkPdf, .imgDetails, .lnkLanguage, .divMenu, .divSocial, .divMenuFooter
	{
		display: none;
	}
	.spanModelNameSelected
	{
		display: inline;
	}
	.imgPrintLogo
	{
		float: left;
	}
	.spanTagline 
	{
		text-align: left;
	}
	.spanEnlarge, .lblContent
	{
		display: none;
	}
}
@media screen
{
	.lnkLanguage
	{
		display: inline-block;
	}
	.imgPrintLogo
	{
		display: none;
	}
	.spanTagline 
	{
		text-align: center;
	}
	.spanEnlarge
	{
		display: block;
		text-align: center;
		font-size: 0,9em;
	}
}	

html
{
	background-color: #4974C2;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #CCD3E6;
	font-size: 14px;
	background-image: url('/site/view/images/background-filler.jpg');
	background-position: top center;
	background-repeat: repeat-y;
}
body
{
	background-image: url('/site/view/images/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
a
{
	color: white;
}
.divBodyWhite a
{
	color: #62ABFA;
}
h1
{
	font-size: 2em;
	font-weight: bold;
}
h2
{
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
}
p
{
	margin-bottom: 8px;
	margin-top: 8px;
}
em
{
	font-style: italic;
}
strong
{
	font-weight: bold;
}
ul
{
	margin-left: 20px;
}
ol
{
	margin-left: 20px;
}
li
{
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}.divContent
{
	width: 854px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 60px 0 60px;
	/* border-right: 1px solid white; */
}	
.divHeader
{
	height: 215px;
}
.divHeader br
{
	clear: both;
}
.divFooter
{
	padding-top: 20px; 
	height: 250px;
	clear: both;
	text-align: center;
}
.divBody
{
	min-height: 555px;
}
.lnkLanguage
{
	float: right;
	margin-top: 85px;
}
.spanTagline
{
	display: block;
	font-size: 1.4em;
	margin: 20px 0;
}
.divMenu
{
	text-align: center;
}
.divMenu a
{
	display: inline-block;
	padding: 2px 20px;
	text-decoration: none;
}
.divMenu a:hover, .divMenu .lnkSelected
{
	background-color: #1B8AB7;
}
.lnkLogo
{
	float: left;
	margin: 20px 0 0 330px;
	width: 200px;
	height: 80px;
	display: inline-block;
	line-height: 410px;

}
.lnkLogo img
{
	display: inline;
}
.divGalleryOuter
{
	height: 410px;
	margin-bottom: 30px;
}
.divGallery
{
	text-align: left;
	height:410px;
	overflow:hidden;
}
.divGallery a
{

}
.divGallery #lblModel
{
	font-size: 2.0em;
	font-weight: bold;
}
#imgGallery
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.divGallery #lnkOtherModels
{
	color: #136F9E;
	font-weight: bold;
}
.divGallery div
{
	margin-top: -120px;
/*	display:none; */
}
.divBodyWhite
{
	color: #010101;
	background-color: white; /* #F8F8F8; */
	padding: 20px 0 20px 0;
}
.divMedia
{
	float: right;
	margin-left: 10px;
}
.divMedia img
{
	width: 300px;
}
.divVideoBox
{
	border: 2px solid white;
	margin-bottom: 10px;
}

.divContact
{
	float: left;
	width: 50%;
	margin: 0 20px 20px 0;
}
.divContact span
{
	width: 100px;
	display: inline-block;
}
.divContact input
{
	width: 220px;
}
.divContact textarea
{
	width: 325px;
}
.divSocial
{
	text-transform: uppercase;
	font-size: 0.8em;
	color: white;
}
.divSocial div
{
	display: inline-block;
}
.divSocial a
{
	margin: 0px 30px 0 0;
}
.divSocial div
{
	width: 21px;
	height: 21px;
	background-image: url('/site/view/images/social-icons-sprite.gif');
	display: inline-block;
	margin: 0 10px;
}
.divSocialTwitter
{
	background-position: -21px 0;
}
.divSocialFacebook
{
	background-position: -42px 0;
}
.divSocialYoutube
{
	background-position: -63px 0;
}
.divMenuFooter
{
	margin: 65px 0 20px 0;
}
.divMenuFooter a
{
	color: #5EA1E5;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #5EA1E5;
}
.divMenuFooter a:last-child
{
	border-right: 0;
}
.lnkAdeo
{
	display: inline-block;
	margin-left: 40px;
}
.spanFooter
{
	font-weight: bold;
}
.divNews
{
	border-top: 1px solid #949CAF;
	margin: 30px 0px 40px 0px;
	float: left;
	width: 100%;
}
.divNewsInner
{
	margin-top: 1px;
	float: left;
}
.divNewsInner a
{
	text-decoration: none;
	white-space: no-wrap;
	overflow-x: hidden;
	display: inline-block;
	/* height: 17px; */
}
.divNewsInner a:hover
{
	text-decoration: underline;
}
.divNewsInner div
{
	width:46%;
	float: left;
	margin: 15px;
}
.divNewsInner .spanNewsTitle
{
	height: auto;
}
.spanNewsDate
{
	text-transform: uppercase;
	font-style: italic;
	font-size: 0.8em;
}
.spanNewsTitle
{
	font-size: 1.3em;
	font-weight: bold;
	display: block;
}
.divNewsInner .lnkReadMore
{
	background-image: url(/site/view/images/more-news-button.gif);
	background-repeat: no-repeat;
	padding-left: 32px;
	line-height: 29px;
	height: 29px;
	display: inline-block;
	font-weight: bold;
}
.divNewsInner .lnkRss
{
	float: right;
	height: auto;
}
.imgNews
{
	float: right;
	margin: 10px 0 10px 10px;
}
.imgNewsList
{
	float: right;
	margin: 0 10px 0 0;
}
.spanDate
{
	font-style: italic;
}
.lnkNewsArchive
{
	float: right;
	color: #62ABFA;
}
.lnkNewsTitle
{
	font-weight: bold;
}
.spanDated
{
	font-style: italic;
}
.divProducts
{
	min-height: 425px;
}
.divModels
{
	float: left;
	width: 185px;
}
.divThumbnails
{
	width: 250px;
	float: right;
}
.divThumbnails div
{
	float: right;
	min-height: 200px;
	width: 217px;
}
.spanProductTitle
{
	font-size: 1.5em;
	font-weight: bold;
}
.spanModelName
{
	cursor: hand;
	cursor: pointer;
	font-size: 1.3em;
	font-weight: bold;
	color: #47A1C4;
}
.spanModelNameSelected
{
	color: black;
}
.divFooter a
{
	text-decoration: none;
}
.divFooter a:hover
{
	text-decoration: underline;
}
#lnkPdf
{
	background-image:url(/site/view/images/pdficon_small.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:black;
	display:block;
	font-weight:bold;
	margin:10px 13px;
	padding-left:20px;
}
.imgDetails
{
	float: left;
}
#imgLarge
{
	float: left;
	display: none;
	cursor: pointer;
	cursor: hand;
}
#divThumbnailInner img
{
	cursor: hand;
	cursor: pointer;
	border:4px solid #4974C2;
	margin: 2px;
}
.divProductShot
{
	margin-right: 10px;
	float: left;
	min-width: 200px;
}

/* Dropdown menu */
.menu {
 	height:60px; 
 	position:relative; 
 	z-index:100; 
 	margin-left:-15px;
 }
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#000;
	width:150px; 
	/*height:20px; */
	text-align:center; 
	color:#FFF; 	
	overflow:hidden; 
	padding-top:5px; 
	padding-bottom:5px;
	margin-left: 15px;	
}
.lnkSelected {
	color:#FFF!important;
	background:#1B8AB7; 
}

.menu ul {
	padding:0; 
	margin:0; 
	list-style: none;
}
.menu ul li {
	float:left; 
	position:relative; 
	list-style-type:none; 
	margin: 0px;
}
	
.menu ul li ul {	
	display: none;	
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#FFF;  
	background:#1B8AB7;
	
}
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:28px; 
	left:0; 
	width:105px;
	border-top:1px solid #000;
	
}
.menu ul li:hover ul li a.hide { 
	color:#fff;
}
.menu ul li:hover ul li:hover a.hide { 
	color:#FFF;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	font-size: 0.9em; 
	display:block; 
	color:#FFF; 
	width: 132px;  
	padding:8px; 
	padding-left:10px; 
	/*margin-left:15px;*/ 
	text-align:center;
	background:#1B8AB7;
}
.menu ul li:hover ul li a:hover {
	/*background:#017937*/; 
	color:#000;
}
.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:105px; 
	top:0;
}
.menu ul li:hover ul li:hover ul.left {
	left:-105px;
}

