/* @override http://canadafarmarabians.com/css/layout.css */

/* @group Elements */

body {
	background: url(../images/bodybackground.jpg) repeat-x 0 -25px #3a0800;
	min-width: 700px;
	margin: 0px;
	padding: 0px;
	color: white;
	text-shadow: #180300 1px 1px 0px;
	font: 11px/25px   Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 1px;
}

div {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 30px;
}

ul, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
	color: #ff8000;
	text-shadow: black 1px 1px 0px;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

a:link, a:visited {
	color: white;
	text-shadow: #180300 1px 1px 0px;
}

a:hover {
	color: red;
}

/* @end */

/* @group Navigation */

#navigation {
	height: 60px;
	width: 802px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	text-transform: uppercase;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
	padding-bottom: 0px;
	color: white;
	letter-spacing: 2px;
}

#navigation ul li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	list-style: none;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: #cccccc;
	text-shadow: #333 1px 1px 0px;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #ff8000;
	text-shadow: #333 1px 1px 0px;
}

/* @end */

/* @group Header */

#header {
	background: url(../images/title.jpg) no-repeat center center;
	height: 70px;
	width: 802px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
}

#header h1 {
	text-indent: -5000px;
}

/* @end */

#container {
	width: 802px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* @group Content */

#content {
	float: left;
	width: 440px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: white;
	text-align: justify;
}

#content h2 {
	margin-left: 20px;
	margin-right: 20px;
	text-transform: uppercase;
}

#content p {
	margin-left: 20px;
	margin-right: 20px;
}

#content img {
	margin-left: 20px;
	margin-right: 20px;
	border: solid #6a1200 3px;
}

#content ul {
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 10px;
}

#content ul li {
	list-style: square;
}

#content dl {
	clear: left;
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
}

#content dl dt {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px;
	color: #ff8000;
	text-transform: uppercase;
}

#content dl dd {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

#content div.gallery {
	margin-left: 20px;
	margin-right: 20px;
}

#content div.gallery img {
	background: black;
	float: left;
	margin: 10px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}

#content div.info {
	margin-left: 20px;
	margin-right: 20px;
}

#content div.info dl {
	margin: 0px;
	padding: 0px;
}

#content div.info dl dt {
	width: 175px;
	line-height: 20px;
}

#content div.info dl dd {
	width: 175px;
	line-height: 20px;
}

#content div.pedigree {
	clear: left;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
}

#content div.pedigree table {
	background: #2c0700;
	clear: both;
	width: 400px;
	border-spacing: 2px;
	color: white;
	font-size: 11px;
}

#content div.pedigree table td {
	background: #360900;
	margin: 0px;
	padding: 5px;
	line-height: 16px;
}

#content form {

}

#content form dl {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: left;
}

#content form dl dt {
	float: left;
	width: 100px;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	line-height: 20px;
}

#content form dl dd {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

#content form dl dd input.textfield {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#content form dl dd select.pulldown {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#content form dl.textarea {

}

#content form dl.textarea dd textarea.textarea {
	height: 150px;
	width: 280px;
}

#content form dl.button {

}

#content form dl.button dd input.button {
	width: 100px;
	list-style: square;
}

/* @end */

/* @group Pedigrees */

#pedigrees {
	background: #2c0800;
	float: left;
	width: 176px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: solid #6a1200 2px;
	text-align: left;
}

#pedigrees h2 {
	padding-left: 20px;
	padding-right: 20px;
	color: #ff8000;
}

#pedigrees ul {
	margin: 0px;
	padding: 0px;
}

#pedigrees ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

#pedigrees a {
	padding-left: 20px;
	padding-right: 20px;
	color: white;
	text-decoration: none;
}

#pedigrees a:hover {
	color: red;
	text-decoration: underline;
}

/* @end */

/* @group Information */

#information {
	background: #2c0800;
	float: left;
	width: 176px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: solid #6a1200 2px;
	text-align: left;
}

#information h2 {
	margin-left: 20px;
	margin-right: 20px;
	color: #ff8000;
}

#information dl {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 20px;
}

#information dl dt {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	color: #ff8000;
	text-shadow: black 1px 1px 0px;
	line-height: 20px;
}

#information dl dd {
	margin: 0px;
	padding: 0px;
	color: white;
	line-height: 20px;
}

#information a {
	color: white;
}

#information a:hover {
	color: red;
}

/* @end */

/* @group Sales */

table.for_sale {
	margin: 0px 20px;
}

table.for_sale td {
	margin: 20px 0px;
	padding: 0px;
	vertical-align: middle;
}

table.for_sale td.image {
	margin: 0px;
	padding: 0px;
}

table.for_sale td.image img {
	margin: 0px;
	padding: 0px;
}

table.for_sale td.label {
	margin: 0px;
	padding: 10px;
}

/* @end */

/* @group Footer */

#footer {
	background: url(../images/footerbackground.jpg) repeat-x center bottom;
	clear: both;
	height: 100px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

#footer p {
	width: 802px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

/* @end */


