@charset "utf-8";
/* CSS Document */

body{
	font-family:"Times New Roman", Times, serif; 
	font-size:12px; 
	color:#010644;
	background: url(../images/background-logo.png) repeat #CCC;
	
}

a, a img{
	text-decoration:none; 
	border:none; 
	color:#333;
}
h1{
	font-size:24px;
	text-transform:uppercase;
	border-bottom: dotted 1px #010644;
	width:80%;
}
h2{
	font-size:18px;
	text-transform:uppercase;
	border-bottom:  dotted 1px #010644;
	width:60%;
}
h3{
	font-size:14px;
	text-transform:uppercase;
	border-bottom:  dotted 1px #010644;
	color:#666;
}

#page{
	width:960px;
	margin: 0 auto;
	background:#FFF; 
	padding:10px;
}

.header{
	font-size:18px; 
	color:#000c66;
	vertical-align:bottom;
}

.content{
	font-size:14px;
	padding:15px;
	clear:none;
	float:left;
	width:70%;

}

.sidebar{
	float:right;
	width:250px;
	border-left:dotted #999999 1px;
	padding-left:10px;
	width:25%;
}

.products{
	width:200px;
	text-align:center;
	border:solid 1px #CCCCCC;
	background:#FFF;
	-webkit-box-shadow:0 0 1px #333;
	box-shadow: 1px 5px 10px #333;
	float:left;
	margin:10px;
}
.products .title{
	background:#010644; 
	color:#FFF; 
	text-transform:uppercase;
	padding:5px;
}

.float-l{
	float:left;
}
.float-r{
	float:right;
}

.clear{
	clear:both; 
}

.pad5{
	padding:5px;
}

.pad15{
	padding:15px;
}


.rounded{
	-moz-border-radius: 15px;
	border-radius: 15px;
	background:#010644;
	color:#FFF;
	padding:10px;
	text-align:center;
	position:relative;
	z-index:100;

} 

.nav-rounded{
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#ccc;
	color:#010644;
	padding:10px;
	text-align:center;
	max-width:200px;
	margin-left:20px;
	margin-top:-10px;
	position:relative;
	z-index:0;
	-webkit-box-shadow:0 0 1px #333;
	box-shadow: 1px 5px 10px #333;
	text-decoration:none;
} 
.nav-rounded:hover{
	background:#999;
	color:#FFF;
}

.footer{ 
	text-transform:uppercase; 
	font-size:12px;
	text-align:right;
	width:950px;
	margin: 0 auto;	
	padding: 10px;
}

/* masking on gallery items */
.mask {
	position:relative;
	height:75px;
	width:75px;
	-webkit-box-shadow:0 0 1px #000;
	border:2px solid #ccc;
	overflow:hidden;
	float:left;
	margin:3px;
}
.mask img {
	position:absolute;
	width:225px;
	/*-webkit-transform: rotate(15deg);
	-moz-transform:rotate(15deg);
	-o-transform:rotate(15deg);
	-ms-transform:rotate(15deg);
	transform:rotate(15deg);*/
	top:50%;
	left:50%;
	margin-top:-75px; /* half the height */
	margin-left:-100px; /*half the width */
}
.mask:hover {border:2px solid #999;}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
