@import url(validationEngine.css);
@import url(contact.css);

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	transition-property:         transform, opacity;
}
/* End: Recommended Isotope styles */

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
}
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/**** Base styles ****/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 110%;
	background:#333 url(bg_body.jpg) center top no-repeat;
	background-attachment:fixed;
	color:#E6D8AE;
}
/*iPAD*/
@media only screen and (device-width: 768px) {
body {
	background:#78756E url(bg_body_ipad.jpg) center top no-repeat;
}
}
a:focus {
	outline:none;
}
a:visited, a:link, a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#wrapper {
	position:relative;
	margin: 0px auto 0;
	width: 940px;
}
#head {
	position:relative;
	width:100%;
	height:170px;
	float:left;/*background:url(bg_head.png) top right no-repeat;*/
}
#made73 {
	position:absolute;
	top:25px;
	left:0px;
	background:url(logo_made73.png) top left no-repeat;
	width:242px;
	height:91px;
}
#mainnavi {
	position: absolute;
	top:25px;
	right:15px;
}
#mainnavi ul li {
	list-style-type:none;
	float:left;
	line-height:1%;
	margin-left:10px;
}
#mainnavi ul li a {
	padding:3px 0 3px 10px;
	background:#7A786C;
	width:175px;
	display:block;
	cursor:pointer;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 0px 3px #333;
	-moz-box-shadow: 0px 0px 3px #333;
	-webkit-box-shadow: 0px 0px 3px #333;
	-moz-transition:background 2.0s ease;
	-webkit-transition:background 2.0s ease;
	-o-transition:background 2.0s ease;
	transition: background 2.0s ease;
}
#mainnavi ul li a.active, #mainnavi ul li a:hover {
	background:#333;
	box-shadow: 0px 0px 3px #333;
	-moz-box-shadow: 0px 0px 3px #333;
	-webkit-box-shadow: 0px 0px 3px #333;
}
#txt {
	float:left;
	background:url(bg_txt.png) top left no-repeat;
	width:940px;
	height:215px;
	margin-bottom:20px;
	text-indent:-9999px;
}
#options {
	padding-bottom: 25px;
	padding-left:3px;
}
#options ul li {
	list-style-type:none;
	float:left;
	line-height:1%;
	margin-right:10px;
}
#options ul li a {
	padding:3px 0 3px 10px;
	background:#7A786C;
	width:115px;
	display:block;
	cursor:pointer;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 0px 3px #666;
	-moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	-moz-transition:background 2.0s ease;
	-webkit-transition:background 2.0s ease;
	-o-transition:background 2.0s ease;
	transition: background 2.0s ease;
}
#options ul li a.selected, #options ul li a:hover {
	background:#333;
	box-shadow: 0px 0px 3px #666;
	-moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
}
#options ul li a:hover, #mainnavi ul li a:hover {
	-moz-transition:background 2.0s ease;
	-webkit-transition:background 2.0s ease;
	-o-transition:background 2.0s ease;
	transition: background 2.0s ease;
}
/* required for containers to inherit vertical size from window */
html, body {
	height: 100%;
}
#container {
	margin-bottom: 10px;
	padding:3px 0 0 3px;
}
.element {
	float: left;
	overflow: hidden;
	position: relative;
	color: #fff;
	width: 300px;
	height:306px;
	margin-right:10px;
	margin-bottom:10px;
	background:#333;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 0px 3px #666;
	-moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
}
.refImg {
	position: relative;
	width:300px;
	height:200px;
	background:#333;
}
.des {
	position: absolute;
	top:0;
	left:0;
	z-index: 10;
}
.color {
	z-index: 15 !important;
}
.element h1 {
	float:left;
	width:280px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	margin:10px 10px 8px 10px;
	padding:0 0 5px 0;
	border-bottom:#E0D09D 1px dotted;
}
.element p {
	padding:0px 10px 0px 10px;
	color:#E6D8AE;
}
.element p a {
	padding:0px 0px 0px 5px;
	color:#fff;
}



#contactContainer {
	height:300px;
	line-height:150%;
	color:#960;
}
#contactContainer h1 {
	font-size:30px;
}
/* scrolToTop */
#topOfPage {
	position:fixed;
	right: 5px;
	bottom:7px;
	width: 26px;
	height: 56px;
	background:url(top.png) top left no-repeat;
}
#topOfPage a {
	color: #FFF;
	display:block;
	width: 26px;
	height: 56px;
	text-indent:-9999px;
}
/*iPAD*/
@media only screen and (device-width: 768px) {
#topOfPage {
	display: none;
}
}
/*iPHONE*/
@media only screen and (max-device-width: 480px) {
#topOfPage {
	display: none;
}
}
#footer {
	float:left;
	clear:both;
	width:900px;
	padding:10px;
	color:#fff;
	background:#333;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 0px 3px #666;
	-moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
}
#footer a {
	color:#fff;
}
#footer .light {
	color:#E6D8AE;
	padding-left:10px;
}
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	clear: both;
}
/* fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
	zoom: 1;
}

