﻿/* CSS Document */

* {margin:0px;padding:0px;}
body {
	font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #3F3F3F;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
div#header, div#content, div#footer, div#statements {
	width:780px;
	margin-right: auto;
	margin-left: auto;
}
div#header {
	height:81px;
	position: relative;
}
#header ul#nav {
	padding-left: 210px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	color: #666666;
	padding-top: 25px;
}
#header #nav li {
	list-style-type: none;
	display: block;
	float: left;
	margin-left: 10px;
}
#header a:link, #header a:visited {
	text-decoration: none;
	color: #999999;
}
#header a:hover {
	color: #F08F2C;
} 

#home #navhome,
#aboutus #navaboutus,
#portfolio #navportfolio,
#contact #navcontact  {
	color:#F08F2C;
}

#aboutus #content .border {
	background-color: #000000;
	background-image: url("images/about.jpg"/*tpa=http://www.jredwine.com/images/about.jpg*/);
	background-position: center top;
	background-repeat: no-repeat;
	padding-left: 200px;
}

#contact #content .border {
	background-color: #000000;
	background-image: url("images/contactus.jpg"/*tpa=http://www.jredwine.com/images/contactus.jpg*/);
	background-position: center top;
	background-repeat: no-repeat;
	padding-left: 200px;
}

#portfolio #content .border {
	background-color: #000000;
	background-image: url('../images/portfolio.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	padding-left: 200px;
}
#portfolio #content .portfoliopix {

}

#portfolio #content ul#portfoliopix {

	padding: 10px;
}
#portfolio #content #portfoliopix li {
	float: left;
	height: 120px;
	width: 150px;
	margin: 10px;
	list-style-type: none;
}
#portfolio #content #portfoliopix img {
	border: 1px solid #333333;
}


#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:117px;
	height:132px;
	z-index:1;
	margin-left: 10px;
}

#content .border {
	border: 5px solid #FFFFFF;
}
#content .padding {
	padding: 50px 10px 10px;
}

#content h1 {
	background-color: #F08F2C;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 5px;
	margin: 0px;
	float: left;
}

#content h2 {
	background-color: #333333;
	font-size: 16px;
	padding: 5px;
}


#content hr {
	border-top: 1px solid #333333;
	height: 1px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content p {
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer .padding {padding:10px 10px 10px 215px;}
#footer p {
	color: #999999;
	text-transform: uppercase;
	font-size: 10px;
}
#content .separator {
	clear: both;
}
#contact #content dl {
	width: 400px;
	border: 1px solid #333333;
	background-color: #141414;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contact #content dt {
	padding: 3px;
}
#contact #content dt label {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
}
#contact #content dd {
	padding: 3px;
}
#contact #content dd input {
	width: 97%;
}
#contact #content dd textarea {
	width: 100%;
	height: 100px;
}
#contact #content dt input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url("images/button.gif"/*tpa=http://www.jredwine.com/images/button.gif*/);
	background-repeat: no-repeat;
	height: 33px;
	width: 63px;
	color: #FFFFFF;
	background-color: #141414;
	background-position: left top;
	margin: 20px 0px;
	padding: 0px;
}
.red {
	font-weight: bold;
	color: #CC0000;
}
.errorfield {
	background-color: #CC0000;
	padding: 10px;
	background-image: url("images/errorboxgradient.gif"/*tpa=http://www.jredwine.com/images/errorboxgradient.gif*/);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 10px;
	margin-bottom: 10px;
}
.errorboxstyle {
	font-weight: bold;
	font-size: 18px;
}
a:link, a:visited {color:#F08F2C;}
a:hover {color:#F08F2C;}
#statements ul {
	background-color: #FFFFFF;
	height: 25px;
	width: 780px;
	background-image: url("images/statements_bg.gif"/*tpa=http://www.jredwine.com/images/statements_bg.gif*/);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#statements ul li {
	height: 25px;
	width: 260px;
	display: block;
	float: left;
	color: #999999;
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
