/* CSS Document 
copyright by jamwerx
prepared for The Hatch Fly Shop
*/


html {
	margin: 0px;
	padding: 0px;
}

body {
	min-height:101%;
	color:#666666;
	margin:0;
	padding: 0px;
	font-family: "Gill Sans", Tahoma, "Trebuchet MS", Verdana;
	font-size: small;
	background-image: url(/images/template/body_bg.jpg);
}



/* H tages */
h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #333333;
	background-color: transparent;
	text-align: left;
	padding: 1px;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
	background-color: transparent;
	text-align: left;
	padding: 1px;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	background-color: transparent;
	text-align: left;
	padding: 1px;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	background-color: transparent;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	margin: 3px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}


h5 {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	background-color: transparent;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	margin: 3px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}









/* MAIN WRAPS */
#container {
	top: 0px;
	position: absolute;
	padding: 0px;
	left: 50%;
	margin-left: -402px;
	width: 804px;
	background-image: url(/images/template/the_hatch_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#bannerwrap {
	background-image: url(/images/template/hatchheadermain.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 154px;
	width: 780px;
	padding-top: 0px;
	position: absolute;
	z-index: 1000;
	top: 0px;
	background-position: center top;
	padding-left: 22px;
}
 
#maincontent {
	margin: 0px;
	width: 520px;
	padding-top: 170px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
	min-height: 760px;
} 

/* for Internet Explorer */
/*\*/
* html #maincontent {
height: 76em;
}
/**/
 
#copyrightwrap {
	font-family: "Gill Sans", Tahoma, "Trebuchet MS", Verdana;
	font-size: x-small;
	text-align: left;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 22px;
}






/* FORMS */
#maincontent form {
	margin: 0;
	padding: 0 0 10px;
  	width: 450px;
  	float: left;
}	

#maincontent fieldset {
	border: 1px solid #aabbaa;
	margin: 0 0 10px;
	padding: 5px 0 15px 15px;
}

#maincontent legend {
	border: 1px solid #aabbaa;
	color: #000;
	padding: 1px 5px 2px;
	margin-bottom: 5px;
	font: bold normal 1.4em "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-right: 5px;
	background-color: transparent;
	background-image: url(/images/forms/legend_top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#maincontent label {
	float: left;
	width: 110px;
	clear: both;
	font-size: 1em;
	text-align: right;
	margin-top: 3px;
	font-weight: bold;
	color: #333333;
}

#maincontent input, #content textarea, #content select {
	color: #000;
	border: 1px solid #aabbaa;
	padding: 3px;
	margin: 3px 5px 2px;
	width: 280px;
	float: left;
	background-image: url(/images/forms/innershadow.gif);
}

#maincontent .reqfield {
	color: #333333;
	border: 1px solid #CC0000;
	padding: 3px;
	margin: 3px 5px 2px;
	width: 280px;
	float: left;
	background-image: url(/images/forms/innershadow.gif);
}

#maincontent .reqfieldprice {
	color: #333333;
	border: 1px solid #CC0000;
	padding: 3px;
	margin: 3px 5px 2px;
	width: 60px;
	float: left;
	background-image: url(/images/forms/innershadow.gif);
}

#maincontent input.sminp {
	width: 110px;
	margin-right: 160px;
	color: #333333;
}

#maincontent input.small {
	width: 20px;
	color: #333333;
}

#maincontent input.xsmall {
	width: 5px;
	color: #333333;
}

#maincontent select.sminp {
	color: #333333;
	width: 110px;
	margin-right: 160px;
	background-image: url(/images/forms/innershadow.gif);
}

#maincontent select.sminpR {
	color: #333333;
	width: 110px;
	margin-right: 160px;
	background-image: url(/images/forms/innershadow.gif);
	border: 1px solid #CC0000;
}

#maincontent .buttonstyle {
	width: 110px;
	background-image: url(/images/forms/innershadow.gif);
}

#maincontent input:focus, #content input:active, #content textarea:focus, #content textarea:active, #content select:focus, #content select:active {
	color: #333333;
	font-weight: bold;
	background-image: url(/images/forms/innershadow.gif);	
}

#formerror {
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;	
}

#formerrorlist {
	font: normal 1.2em "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: left;
}

li {
	list-style-image: url(/images/template/li.gif);
	padding: 5px;
}


/* MISC */
.brclear { 
	clear:both; 
	height:0; 
	margin:0; 
	font-size: 1px; 
	line-height: 0px; 
} 

.clearrt {
	clear:right; 
	height:0; 
	margin:0; 
	font-size: 1px; 
	line-height: 0px; 
}


#pdone {
	position: absolute;
	padding-top: 100px;
	margin-top: 150px;
	margin-left: 20px;
	border: solid 1px #990000;
	background:#ffcccc;
	text-align: center;
	font-size: 24px;
	font-weight:bold;
	z-index: 9000 !important;
	color: #000;
	width: 70%;
	height: 70%;
	top: 0;
	left: 0;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.bottomline {
	text-align: center;
	padding: 3px;
	height: 1px;
	width: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aabbaa;	
}

.bottomline20 {
	text-align: center;
	padding: 20px;
	height: 1px;
	width: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aabbaa;	
}

.fortyspacer {
	height: 40px;	
}

.twentyspacer {
	height: 20px;	
}

img {
	margin: 0px;
	padding: 0px;
}

strong {
	color: #333333;
}

.topphoto {
	text-align: left;
	margin: 0px;
	padding: 5px;	
}

.topphoto img {
	border: 2px double #000066;		
}
/* BUY BUTTON */
/* #buylink a:link, #buylink a:visited, #buylink a:hover {
	text-decoration: none;
} */

#buylink img {
	border: none;
}


#makebigger {
	overflow: auto;
	padding: 5px;
}

/* MENU */
#menuwrap li {
	background: transparent;
	display: block;
	list-style-type: none;
	padding: 0px;
}

#menuwrap li a:link, li a:visited {
	background-color: #FFFFFF;
	border-bottom: 1px solid #006699;
	border-left: 3px solid #006699;
	border-right: 1px solid #006699;
	border-top: 1px solid #006699;
	color: #006699;
	display: block;
	font-family: Tahoma, Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size: 1.1em;
	margin: 3px 0 2px;
	padding: 4px;
	text-align: left;
	text-decoration: none;
	text-indent: 10px;
}

#menuwrap li a:hover, #menuwrap li a:active {
	background-image: url(/images/nav/linkover.gif);
	background-position: right center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #006699;
	border-left: 3px solid #006699;
	border-right: 6px solid #006699;
	border-top: 1px solid #006699;
	color: #333333;
	display: block;
	font-family: Tahoma, Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 3px 0 2px;
	padding: 4px;
	text-align: left;
	text-decoration: none;
	text-indent: 10px;
	background-color: transparent;
}

#menuwrap ul {
	margin: 10px;
	padding: 0px;
	list-style-type: none;
}

#companyinfo {
	background-color: #ffffff;
	text-align: center;
	width: 160px;
	border: 2px solid #006699;
	padding: 10px;
	color: #333333;
	font-weight: bold;
}

#companyplace {
	padding-left: 10px;
}



/*NOTIFICATION BOX - NO DESCRIPTION */

.notification {
	min-height: 70px;
	width: 500px;
	display: block;
	position: relative;
	
	/*Border Radius*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	
	/*Box Shadow*/
	-moz-box-shadow: 2px 2px 2px #cfcfcf;
	-webkit-box-shadow: 2px 2px 4px #cfcfcf;
	box-shadow: 2px 2px 2px #cfcfcf;
	
	margin-bottom: 30px;
	margin-top: 30px;
}

.notification span {
	background: url(/images/template/close.png) no-repeat right top;
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	top:-9px;
	right: -8px;
}

.notification .text {
	overflow: hidden;
	
}

.notification p {
	width: 450px;	
	font-family: Arial, Helvetica, sans-serif;
	color: #323232;
	font-size: 14px;
	line-height: 21px;
	text-align: justify;
	float: right;
	margin-right: 15px;
	*margin-top: 15px; /*for lt IE8*/
	
	
	/* TEXT SHADOW */
	 text-shadow: 0px 0px 1px #f9f9f9;
}

/*Auto Width Rules*/

.autoWidth{
	width: auto;	
}

.autoWidth p {
	width: auto;
	float: left;	
}





/*BLOG BOX*/

.blog {
	border-top: 1px solid #d1f7f8;
	border-bottom: 1px solid #8eabb1;
	
	/*Background Gradients*/
	background: #c4e4e4;
	background: -moz-linear-gradient(top,#c4e4e4,#97b8bf);
	background: -webkit-gradient(linear, left top, left bottom, from(#c4e4e4), to(#97b8bf));
}

.blog:before {
	content: url(/images/template/blog.png);
	float: left;
	margin: 19px 15px 0px 15px;
}

.blog strong {
	color: #426065;
	margin-right: 15px;
}
