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

html, body {
	background-color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: .5px;
}
a {
	outline: none;
	text-decoration: none;
	color: #7E2217;
}
a:hover {
	text-decoration: underline;
	color: #00c;
}

strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}

h1 {
	font-size: 17px;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}


h4, h5, h6, LABEL, h4.optionName, LEGEND, .sideBoxContent, .larger{
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 1em;
}



#header, #footer {
	width: 960px;
	margin: 0 auto;
}
#header li, #footer li, img {
	float: left;
}


#wrapper {
	background-image: url(images/wrapper_bg.png);
	background-repeat: repeat-y;
	background-position: center 0;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	min-height: 425px;
	width: 100%;
	background-color: #f5deb3;
	clear: both;
}

#page {
	background-image: url(images/page_bg.png);
	background-repeat: repeat-y;
	width: 960px;
	margin: 0 auto;
	
	padding: 0;
	
}

#gshoppage {
	width: 960px;
	margin: 0 auto;
	
	padding: 0;
	
}



#sidebar {
	width: 275px;
	float: left;
	text-align: right;
	
}
	#sidebar ul {
		clear: left;
	}
	#sidebar a {
		display: block;
		text-decoration: none;
		padding: 13px 40px 13px 0;
		width: 235px;
		color: #000;
		font-size: 13px;
	}
	#sidebar a:hover, #sidebar a.selected {
		background-color: #fff8dc
	}
	#sidebar a.img {
		display: block;
		margin: 0;
		padding: 0;
		border: none;
		background-color: transparent;
	}
	
#content {
	background-repeat: no-repeat;
	background-position: right top;
	width: 652px;
	float: right;
	min-height: 310px;
	padding-top: 115px;
	padding-left: 33px;
	/* NOTE: padding-top + min-height = 425 (so if you change one, you must change the other */
}

#page .home {
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 425px;
	background-image: url(images/home_bg.jpg);
	/* NOTE: padding-top + min-height = 425 (so if you change one, you must change the other */
}
	

#page .about {
	background-image: url(images/about_bg.jpg);
}
#page .contact {
	background-image: url(images/contact_bg.jpg);
}
#page .dragonetti {
	background-image: url(images/dragonetti_bg.jpg);
	padding-top: 280px;
	min-height: 145px;
	/* NOTE: padding-top + min-height = 425 (so if you change one, you must change the other */
}
#page .cervetto {
	background-image: url(images/cervetto_bg.jpg);
	padding-top: 280px;
	min-height: 145px;
	/* NOTE: padding-top + min-height = 425 (so if you change one, you must change the other */
}
#page .news {
	background-image: url(images/news_bg.jpg);
}
#page .naip {
	background-image: url(images/new_and_in_prep_bg.jpg)
}
#page .catalog {
	background-image: url(images/catalog_bg.jpg);
}
#page .resources {
	background-image: url(images/resources_bg.jpg);
}

	#content p {
		text-align: left;
		width: 340px;
		margin-bottom: 1em;
		line-height: 1.7em;
	}

#clear {
	clear: both;
	height: 0px;	
}

#share {
	margin-top: 32px;
}


#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#window {
	display: none;
	position: fixed;
	z-index: 2;
	width: 600px;
	height: 390px;
	top: 100px;
	left: 50%;
	margin-left: -310px;
	border: 10px solid #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-image: url(images/popup_bg.png);
}
	
	#thankyou {
		position: absolute;
		display: none;
		z-index: 10;
		top: 0;
		left: 0;
	}
	
	
	#close {
		position: absolute;
		z-index: 11;
		width: 45px;
		height: 40px;
		right: 0px;
		cursor: pointer;
		background-image: url(images/close_btn.png);
	}
	
	#subscribe {
		position: absolute;
		width: 240px;
		height: 45px;
		top: 320px;
		left: 180px;
		background-image: url(images/subscribe.jpg);
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	
	#subscribe:hover {
		background-position: 0 -45px;
	}
	
	#subscribe:active {
		background-position: 0 -90px;
	}
	

	#window input {
		width: 382px;
		height: 23px;
		text-align: center;
		vertical-align: middle;
		padding-top: 10px;
		background-color: transparent;
		border: none;
		left: 110px;
		position: absolute;
	}
	
	#window input.error {
		color: #f00;
	}
	
	.name {
		top: 180px;
		outline: none;
	}
	.email {
		top: 256px;
		outline: none;
	}

.hide {
	display: none;
}

.loading {
	cursor: wait;
}
