/* CSS Document for InkyWaters.com */
body, th, td {
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-size: 12px;
	color: #584638;
	margin-bottom: 0;
	margin-top: 0;
	background-color:#faf8ee;
}

h1 {
	color: #af3538;
	font-size: 32px;
	font-weight: 500;
}

a {
	color: #af3538;
}

p {
	line-height: 1.6em;
}

/* Classes */
.clear {
	clear: both;	
}
.left {
	float: left;
}
.styled_input {
	border:1px solid #ccc;
	padding:10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#af3538;
	width:300px;
}

/* Main Page Elements */
#container {
	width: 800px;
	margin: 0 auto;
	background: url('../images/container-bg.gif') top center;
	background-repeat: repeat-y;
	padding: 10px 0 30px 0;
}

#main-content {
	padding-bottom: 30px;
}

#header {
	width: 686px;
	margin: 0 auto;
}

#no-col {
	margin-left: 90px;
	margin-top: 20px;
	width: 660px;
}

#col1 {
	width: 370px;
	float: left;
	margin-left: 80px;
}

#sidebar {
	float: left;
	margin-top: 20px;
}

/* Navigation */
#nav {
	margin-left: 220px;
}

#nav li {
	list-style: none;
	display: inline;
}

#nav a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 26px;
	color: #666;
	text-decoration: none;
	padding-left: 60px;
	margin-right: 20px;
	padding-bottom:20px;
}

.nav_link a:link, .nav_link a:visited {
	background: transparent url('../images/bullet-off.gif') top left no-repeat;
}

.nav_current a:link, .nav_current a:visited {
	background: transparent url('../images/bullet-on.gif') top left no-repeat;
}

.nav_link a:hover {
	background: transparent url('../images/bullet-on.gif') top left no-repeat;
}


/* Footer */
#footer {
	width: 686px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer-links {
	float: left;
	margin-top: 15px;
	padding-left: 40px;
}

#copyright {
	width: 400px;
	margin-left: 250px;
	text-align: right;
	font-size: 10px;
}

/* Product Pages */
.product-container img {
	margin-right: 15px;
	margin-bottom: 50px;
}

.product-container td {
	padding-bottom: 5px;
	padding-right: 15px;
}

.product-name {
	font-size: 20px;
	color: #af3538;
	font-weight: bold;
}

.product-image {
	width: 150px;
	float: left;
	margin: 20px 60px 20px 10px;
	text-align: center;
}
