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

#container {
	position:relative;
	width: 1050px;
	height:auto;
	margin: 0px auto;
}
	
body, td, th {
	font-family: "tekton-pro", "Trebuchet MS", Verdana, sans-serif;
	background-image: url(../../images/Grid.GIF);
	background-repeat: repeat;
}

h1 {
	font-family: "tekton-pro", "Trebuchet MS", Verdana, sans-serif;
	font-size:72px;
	font-weight:500;
	line-height:72px
}

h2 {
	font-family: "tekton-pro", "Trebuchet MS", Verdana, sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 34px;
}

header {
	position:relative;
	height: 100px;
	width: 800px;
	background:#f00400;
	margin: 0 auto;
	margin-top: 30px;
}

header span {
	position: relative;
	top: 18px;
	left: 30px;
	color: #fff;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
}	

header img {
	position:absolute;
	top:-5px;
	left:550px;
	float:right;
}
/*
header span img {
	position:relative;		
}
*/

header h3{
	line-height:100px;
	left: 30px;	
	margin-left:30px;
}

a {
	color:#000;
}
	
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color:#888;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

*//********************* footer styles ***********************/

#footer {
	margin:0 auto;	
	margin-bottom:50px;
	margin-top:15px;
	width:100%;
}

footer h3 {
	font-family: "tekton-pro", "Trebuchet MS", Verdana, sans-serif;
	font-size: 22px;
	font-weight:900;
	line-height: 22px;
	/*background:#F00;*/
}

footer div img{
	width:40px;
/*	height:40px;*/
}
	
#footerBtns{
	width:550px;
	margin:0 auto;
	margin-top:75px;
/*	background: blue;*/
}

.btns {
	width:110px;	
	height:80px;
	margin:0px;
	float:left;
/*	background: gray;	*/
}

.btns p{
	padding-bottom:0px;
	margin:0px;
/*	background: blue;*/	
}

/*.btns.div {
	height: 60px;	
}*/
 
/********************* items/item styles ***********************/

#itemMaskTop, #itemMaskBot{
	position:absolute;
	height:366px;
	width:900px;
	background:rgba(112,111,111,0.2);	
}
#itemMaskTop:hover, #itemMaskBot:hover {
	cursor:crosshair;
	cursor:url(../../images/closeCursor.png), crosshair;	
}

/*
.mask {
	visibility:hidden;	
}*/
 
#items {
/*	position:relative;*/
	width: 1000px;
/*	height:4400px;*/
	margin: 0 auto;
	margin-top:25px;
}

#items span {
	width: 200px;
	color:#000;

}
#items img {
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	margin-left:5px;	
	margin-right:5px;	
}

#items img:hover {
	opacity: 1;
	-webkit-transform: scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	transform:scale(1.15);
}

.item p {
	text-align: center;
	font-size:18px;
	font-weight:bold;
	margin-top:2px;
	height: 30px;
}

.item {
	margin-right: 0px;
	padding: 10px;
	float: left;
/*	height:100%;*/
	width: 200px;
/*	background:#F00;*/
}

.item span {
}

.item img{
	width:200px;
	height:290px;		
}

ul {
	list-style-type: none;
}

#addendum {
	margin:15px;	
}

/********************* back to top styles ***********************/

.back-to-top {
    position: fixed;
    bottom: 67px;
    right: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding: 1em;
    display: none;
	border-radius: 5px;
    background-color: rgba(255, 0, 0, 0.70);

}

.back-to-top:hover {    
    background-color: rgba(255, 0, 0, 1);
	cursor:pointer;
}

.go-up {
    position: fixed;
    bottom: 120px;
    right: 13px;
	width:15px;
	height: 15px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding: 1em;
    display: none;
	border-radius: 5px;
	background:no-repeat 2px;
    background-color: rgba(255, 0, 0, 0.70);
	background-image:url(arrow-white-2X.png);
	background-repeat:no-repeat;
}

.go-up:hover {    
    background-color: rgba(255, 0, 0, 1);
	cursor:pointer;
}

.go-down {
    position: fixed;
    bottom: 15px;
    right: 13px;
	width: 15px;
	height: 15px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding: 1em;
    display: none;
	border-radius: 5px;
	background:no-repeat 2px;
    background-color: rgba(255, 0, 0, 0.70);
	background-image:url(arrow-white-2X.png);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);

}

.go-down:hover {    
    background-color: rgba(255, 0, 0, 1);
	cursor:pointer;
}

/********************* menu/menuitem styles ***********************/

#container {
	width:1000px;	
}

#menu {
	position:relative;
	width:940px;
	height:300px;
	margin: 0 auto;
	margin-top:50px;
	left:-10px;	
/*	margin-bottom:50px;
	*/
}

.menuitem {
	color:#fff;
 	width:420px;
	height:50px; 

	margin: 5px;
	text-align:center;
	text-shadow: 2px 2px 2px rgba(100, 100, 0, 1);

	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

	/*	border: 2px solid #f00;*/
	border-radius: 5px;

	box-shadow: 5px 5px 7px 1px rgba(119, 119, 119, 0.5);
	-moz-box-shadow: 5px 5px 7px 1px rgba(119, 119, 119, 0.5);
	-webkit-box-shadow: 5px 5px 7px 1px rgba(119, 119, 119, 0.5);
	float:left;
	cursor:pointer;
}

.menuitem h2 {
	margin-top:6px;
	text-decoration:none;
	color:#fff;
}

.menuitem:hover {	
	box-shadow: 5px 5px 7px 3px rgba(119, 119, 119, 0.25);
	-moz-box-shadow: 5px 5px 7px 3px rgba(119, 119, 119, 0.25);
	-webkit-box-shadow: 5px 5px 7px 3px rgba(119, 119, 119, 0.25);

    transform:scale(0.99);
    -webkit-transform:scale(0.99);
    -moz-transform:scale(0.99);
    -o-transform:scale(0.99);
    -ms-transform:scale(0.99;
}
/*
.ui-dialog-content {
	width:960px;
	overflow:visible;	
}

.ui-widget-overlay {
	background:#888;	
}
*/

.scaleDown {
	-webkit-transform: scale(.95);
	-moz-transform:scale(.95);
	-ms-transform:scale(.95);
	-o-transform:scale(.95);
	transform:scale(.95);
}
