/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
	html { min-height: 101%; }
	body { font: 13px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #333;
		background: #ffffff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
		background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
		min-height: 100%;
	}
a:link {
    color: #4d4d4d;
    text-decoration: underline
}
a:visited {
    color: #4d4d4d;
}
a:hover {
    color: #4d4d4d;
    text-decoration: none
}
a:active {
    color: #4d4d4d
}
	#headercontainer { 
		background: rgb(153,153,153); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(153,153,153,1) 0%, rgba(102,102,102,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,153,153,1)), color-stop(100%,rgba(102,102,102,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 100%); /* IE10+ */
		background: linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
		height: 50px;
	}
	#maincontainer { padding-top: 25px;  }
	#footer-container { 
		background: rgb(153,153,153); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(153,153,153,1) 0%, rgba(102,102,102,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,153,153,1)), color-stop(100%,rgba(102,102,102,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 100%); /* IE10+ */
		background: linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666',GradientType=0 ); /* IE6-9 */	
	}			
	#subheader { 
		background: url(../images/fancy_deboss-1.png) center center repeat;
		padding: 25px 0 5px 0; 
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease; }
	.logo { display: block; text-align: center; }
	h1, h2, h3 { font-weight: normal; color: #009DB1; font-family: 'Ubuntu', sans-serif;  }
	h1 { margin-bottom: 30px; line-height: 28px; }
	h2 { margin-bottom: 20px; }
	h3 { margin-bottom: 10px; }
	p { margin-bottom: 10px; }
	
	article.sixcol img { border: 0px solid #fff; 
		-webkit-box-shadow: 0px 0px 3px 0px #00343B;
		-moz-box-shadow: 0px 0pxb 3px 0px #00343B;
		box-shadow: 0px 0px 3px 0px #00343B; 
	}
	img[style*='left'] { margin: 10px 10px 10px 0; }
	img[style*='right'] { margin: 10px 0px 10px 10px; }	
	.shadow { 
		-webkit-box-shadow: 0px 0px 3px 0px #00343B;
		-moz-box-shadow: 0px 0pxb 3px 0px #00343B;
		box-shadow: 0px 0px 3px 0px #00343B; 	
	}
	nav { display: block; padding: 0 3px; }
	ul.sidemenu{
		list-style-type: none;
		margin: 0;
		padding: 0;
		margin-bottom: 0; 
		border-top: 2px solid #fff		
	}
	ul.sidemenu>li{	padding-bottom: 0px; 
		background-color: #d9d9d9;
		background-image: -moz-radial-gradient(15% 0%, circle cover, #f9f9f9, #d9d9d9 100%);
		background-image: -webkit-radial-gradient(15% 0%, circle cover, #f9f9f9, #d9d9d9 100%);
		background-image: -o-radial-gradient(15% 0%, circle cover, #f9f9f9, #d9d9d9 100%);
		background-image: -ms-radial-gradient(15% 0%, circle cover, #f9f9f9, #d9d9d9 100%);
		background-image: radial-gradient(15% 0%, circle cover, #f9f9f9, #d9d9d9 100%);	
		border-left: 0px solid #fff;
		border-right: 0px solid #fff;
		border: 0px solid #fff;
		-webkit-box-shadow: 0px 0px 3px 0px #00343B;
		-moz-box-shadow: 0px 0px 3px 0px #00343B;
		box-shadow: 0px 0px 3px 0px #00343B;						
	}
	ul.sidemenu li.parent{ margin-bottom: 25px; border-top: 0px solid #fff;} 	
	ul.sidemenu li a{
		color: #006876;		
		display: block;
		padding: 8px 20px;
		line-height: 17px;
		text-decoration: none;
		font-weight: bold; 	
		border-bottom: 1px solid #f9f9f9;
		-webkit-transition: all 500ms linear;
		-moz-transition: all 500ms linear;
		-o-transition: all 500ms linear;
		transition: all 500ms linear;		
		text-transform: uppercase;
		background-image: url(../images/white32x32/ic_right.png);
		background-repeat: no-repeat;
		background-position: -160px center;
	}
	ul.sidemenu li a:hover, ul.sidemenu li.active>a { background-color: #c9c9c9; background-position: -16px center; }	
	ul.sidemenu ul li.last a { border-bottom: 0px; }
		
	ul.sidemenu ul { border-bottom: 0px solid #fff; }
	ul.sidemenu ul li { border-left: 0; border-right: 0; }
	ul.sidemenu ul a { text-transform: none; font-weight: normal; background-color: #e9e9e9; padding-left: 30px; border-bottom: 1px dashed #f9f9f9; }
	ul.sidemenu li li.active a { border-bottom: none; }


	ul.nav {
		margin: 0;
		padding: 0;
		line-height: 100%;
		display: inline-block;
		height: 50px;
		border-left: 1px solid rgba(0,0,0,0.3);
		border-right: 1px solid rgba(255,255,255, 0.3);		
		
	}
	ul.nav li {
		background: rgb(153,153,153); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(153,153,153,1) 0%, rgba(102,102,102,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,153,153,1)), color-stop(100%,rgba(102,102,102,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 100%); /* IE10+ */
		background: linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(102,102,102,1) 100%); /* W3C */	
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666',GradientType=0 ); /* IE6-9 */	
		background: rgba(0,0,0,0.1);		
		float: left; 
		padding: 0;
		position: relative;
		list-style: none;
	}
	ul.nav li:first-child a{ margin-left:0;  }
	ul.nav li:last-child  a{ margin-right:0; }
	.oldie ul.nav a{
		margin:0 0.7%;		
	}

	ul.nav li a, ul.nav a:visited{
		font-family: 'Ubuntu', sans-serif;			
		display: block;
		line-height: 49px; 
		padding: 0 20px;
		margin: 0; 
		border-left: 1px solid rgba(255,255,255,0.1);
		border-right: 1px solid rgba(0,0,0,0.1);
		text-align: center;
		text-decoration: none; 
		background: transparent none;
	    text-shadow: 0 1px 0px rgba(0,0,0,0.4);		
		color: #efefef;
		font-size: 14px;					

		-webkit-transition: background 500ms ease;
		-moz-transition: background 500ms ease;
		-o-transition: background 500ms ease;
		transition: background 500ms ease;
    }
	ul.nav li a:hover {
		color: #fff;
		text-decoration: none; 
		background: rgba(0,0,0,0.2);		
	}
	ul.nav li.active a{	background: rgba(0,0,0,0.2); color: #fff; }	
	ul.nav li.active a:hover{ background: rgba(0,0,0,0.2); }		
	
	form p { margin-bottom: 25px; }
	.blocklabel { display: block; width: 100%; }
	.text_input {
		background: rgb(153,153,153); /* Old browsers */
		background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.04) 100%) repeat scroll 0 0 transparent;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,153,153,0.05)), color-stop(100%,rgba(102,102,102,0.04))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(153,153,153,0.05) 0%,rgba(102,102,102,0.04) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(153,153,153,0.05) 0%,rgba(102,102,102,0.04) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(153,153,153,0.05) 0%,rgba(102,102,102,0.04) 100%); /* IE10+ */
		background: linear-gradient(top,  rgba(153,153,153,0.05) 0%,rgba(102,102,102,0.04) 100%); /* W3C */	
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666',GradientType=0 ); /* IE6-9 */	
				
		border-radius: 3px 3px 3px 3px;
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05) inset;
		color: #777777;
		font: bold 12px "Helvetica Neue",Helvetica,Arial,sans-serif;
		margin-bottom: -10px;
		padding: 10px;
		text-shadow: 0 1px 1px #FFFFFF;	
		border: 1px solid #D0D1D4		
	}
	
	#crumbs { background: url(../images/hLine.png) bottom left repeat-x; padding-bottom: 5px; color: #aaa; line-height: 20px; }
	#crumbs img { border: none; border-radius: 0;
		-webkit-box-shadow: 0px 0px 0px 0px #00343B;
		-moz-box-shadow: 0px 0pxb 0px 0px #00343B;
		box-shadow: 0px 0px 0px 0px #00343B; 
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
	 }
	#crumbs ul{ list-style-type: none; float: left;  }
	#crumbs li { float: left; margin-left: 3px;}
	#crumbs li a { color: #666; }	
	#crumbs li a:hover { color: #f00;}	
	#crumbs li.first { margin-left: 0px; width: 16px; }	
	
	ul.topList { margin-left: 20px; }
	ul.topList li { background: url(../images/red16x16/ic_favorite.png) center left no-repeat; padding-left: 20px; }
	
	section { position: relative; margin-bottom: 25px; }
	section .priceBox { position: absolute; top: 80px; right: 30px; width: 124px; height: 124px; border-radius: 62px; background: #DF0057; text-align: right; 
		-webkit-transform: rotate(40deg); 
		-moz-transform: rotate(20deg);
		color: #fcfcfc;
		font-family: 'Ubuntu', sans-serif;		
		font-weight: bold;
}
	span.priceTxt { display: block; margin: 20px auto 0 auto; background: #009DB1; padding: 2px 10px; font-size: 10px; text-transform: uppercase; }
	span.price { font-size: 20px; text-decoration: line-through; margin: 30px 25px 0 0; display: block; 
		text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset 'blur' colour */
		-moz-text-shadow: 0 0 2px #000;
		-webkit-text-shadow: 0 0 2px #000;
	 }
	span.priceSpecial { font-size: 28px; margin: 5px 25px 0 0; display: block; text-shadow: -1px 0 2px black, 0 1px 2px black, 1px 0 2px black, 0 -1px 2px black }
	span.topMargin { margin-top: 5px; }
	
	section.col2 { width: 45%; float: left;  height: auto ; margin: 0 5% 10px 0;}
	section div.modImg { position: relative; overflow: hidden; padding: 0 3px; }
	section.col2 .modTxt { margin-bottom: 15px; }
	
	.clear { clear: both;}	
	.clearfix:before, .clearfix:after { content: ""; display: table; }
	.clearfix:after { clear: both; }
	.clearfix { zoom: 1; }
	
	a.modTitle { text-decoration: none; }
	
	ul { list-style-type: square; margin-left: 15px; }
	ul li { margin: 15px; }
	
/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}
	ul.nav a{
		font-family: 'Ubuntu', sans-serif;	
		margin-bottom:10px;
		padding: 2px 5px;
	
		background: rgba(102,102,102,0.9);
		color:white;
	
		text-align:center;
		text-decoration:none;
		font-size: 14px;
		display: block;
	}
	ul.nav li {
		background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(17,80,183,1)), to(rgba(0,28,78, 1)) );
		background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(17,80,183,1) 0%, rgba(0,28,78, 1) 100%);		
		padding: 0;
		position: relative;
		list-style: none;
	}
	ul.nav li.active a{
		background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(17,80,183,1)), to(rgba(0,28,78, 1)) );
		background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(17,80,183,1) 0%, rgba(0,28,78, 1) 100%);
	}	
	ul.nav a:hover, ul.nav a:visited{
		color:white;
	}
	
	ul.nav a:hover{
		text-decoration:underline;
	}
}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}