﻿/* jackprewitt.com */
/* interior pages */
<!--
body {
	background-color: #0c406f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_flood.jpg);
	background-repeat: repeat-x;
	
    min-height: 100%;
}

html { height:100%; }

#wrapper {
	background: #0c4070;
	background: url(images/subcontent.jpg) ;
	background-repeat:repeat-y;
	width: 1024px;
	height: 100%;
	min-height: 100%;
}

#nav {
	width: 645px;
	float: right;
}

#ttimg {
	margin-top:310px;
	margin-left: 45px;

}

#content {
	height:100%; 
	min-height:100%;
	margin-left: 45px;
}

#content p {
	width: 665px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
#content a {
	color: #0c4070;
}

#footer {
	width:1024px;
	height:70px;
	background: url(images/footer_base.jpg) no-repeat;
}
#footer p {
	font-family:Arial;
	font-size:9px;
	color:#FFFFFF;
	margin: 4px 0px 0px 55px;
}

.contactt {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 210px;
	line-height: 20px;
}
.contactt a {
	color: #4687c4;
	text-decoration: none;
}

.contactt a:hover {
	text-decoration: underline;
}

/* -----  MENU **DO NOT CHANGE**  ----- */
#menuwrapper {
	width: 645px;
	float: right;

}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#p7menubar a {
	display: block;
	text-decoration: none;
	color: #CCCCCC;
}

#p7menubar a.trigger {
	

}

#p7menubar li {
	float: left;
}

#p7menubar li ul, #p7menubar ul li  {
	width: 118px;
}

#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
}

#p7menubar li ul {
	position: absolute;
	display: none;
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #000000;
	background-color: #C19674;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
	margin-top:-3px;
	margin-left:2px;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
}

#p7menubar ul a:hover {
	color: #FFFFFF!important;
}

#p7menubar li {width: auto;}

-->
/* -----  ADMIN SECTION  ----- */
#search {
	font-size:10pt;
	font-family:Arial, Tahoma, sans-serif;
}
#inventory {
	font-size:10pt;
	font-family:Arial, Tahoma, sans-serif;
}
#inventory a {
	color:#55f;
}
#inventory a:hover {
	text-decoration:none;
}
#admin h1 {
	margin-top:310px;
	margin-left: 45px;
	font-family:Arial, Tahoma, sans-serif;
	color:white;
}

#admincontent {
	font-family:Arial, Tahoma, sans-serif;
	color:white;
	font-size:10pt;
	margin-left:20px;
}
.adminmenu {
	list-style-type:none;
}
#admincontent a {
	color:white;
	font-family:Arial, Tahoma, sans-serif;
	font-size:10pt;
}

#admincontent a:hover {
	text-decoration:none;
}
#login, #search, #inventory {
	float:left;
	clear:both;
	font-family:Arial, Tahoma, sans-serif;
	font-size:10pt;
	margin-left:60px;
}

#contactForm {
	font-family:Arial, Tahoma, sans-serif;
	font-size:12px;
}

#contactForm input[type="text"], #contactForm textarea {
	border:1px #5da5d7 solid;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:3px;
}

#contactForm input[type="submit"] {
	border:1px #5da5d7 solid;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

input[type="submit"]:focus, a:focus {
	outline:0px;
}

#retMsg {
	border:1px red solid;
	color:red;
	background-color:#ffe;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:10px;
	margin-bottom:10px;
	width:665px;
}

#retMsg h4 {
	color:black;
	margin-top:0px;
}

#retMsg p {
	color:red;
	margin-left:20px;
}