body, table, tr, td, li, ul, ol, p, h1, h2, h3, form, fieldset, a, img
{
	font: 14px Palatino Linotype, Palatino, sans-serif;
	color: black;
}

body
{
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	background-color: white;
	margin: 0;
	padding: 0;
}

form
{
	margin: 0px;
}

ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	list-style-position: outside;
}

a img
{
	border: none;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #7b2323;
}

a:hover
{
	text-decoration: underline;
	color: #7b2323;
}

a:visited
{
	color: #7b2323;
}

h1,h2,h3
{
	font-weight: bold;
	margin-top: 10px;
}

h1
{
	font-size: 17px;
}

h2
{
	font-size: 15px;
}

h3
{
	font-size: 14px;
}

#page
{
	background-image: url('images/background.png');
	background-repeat: repeat-y;
	background-position: center top;
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
}

#wrap
{
	background-image: url('images/headerpigeon2.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 950px;
	margin: 0 auto;
}

#header
{
	text-align: right;
}

#logo
{
	background-image: url('images/headerimg.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 338px;
	height: 226px;
	margin: 0 auto;
	margin-left: 295px;
}

#logo span
{
	display: none;
}

#pigeon
{
	float: right;
	background-image: url('images/headerpigeon.png');
	width: 286px;
	height: 316px;
}

#pigeon span
{
	display: none;
}

#navigation
{
	float: right;
	padding-right: 40px;
	margin-top: 6px;
	width: 330px;
	height: 46px;
	overflow: hidden;
}

#navigationContainer
{
	padding: 0;
}

#navigation ul
{
	height: 46px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: auto;
}

#navigation li
{
	display: inline; 
	margin: 0px;
	padding: 0px;
}

#navigation a
{
	float: left;
	padding: 15px 23px 15px 23px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	background-position: center 1px;
	background-repeat: repeat-x;
}

#navigation .current a
{
}

#navigation a:hover
{
}

#body
{
	clear: both;
}

#copyright
{
	font-size: 12px;
	text-align: right;
	padding: 10px 20px;
	color: gray;
}

#footer
{
	font-size: 10px;
	clear: both;
	width: 960px;
	height: 12px;
	margin: 0 auto;
}

.form_field,
.form_field_error
{
	clear: both;
	height: 20px;
	padding-top: 10px;
	width: 410px;
	margin: 0px auto;
}

.form_field_error,
.required
{
	color: red;
	font-weight: bold;
	font-size: 10pt;
}

.form_field .label
{
	width: 200px;
	height: 20px;
	float:left;
}

.form_field input
{
	float:left;
	height: 20px;
	width: 200px;
}

.form_field textarea
{
	float: left;
	height: 100px;
	width: 200px;
}

#submit_button
{
	width: 100px;
	margin: 0px auto;
}

#submit_button input
{
	width: 100px;
}

#recaptcha
{
	clear: both;
	height: 130px;
	margin-top: 10px;
}

#recaptcha_widget_div
{
	margin: 0px auto;
}

input.submitButton
{
	margin-top: 7px;
	width: 200px;
}

.photo
{
	float: left;
	width: 150px;
	height: 150px;
	background-color: gray;
	margin: 5px;
}

.photo img
{
}

.pigeons_list
{
	width: 100%;
}

.pigeon_photo
{
	text-align: center;
}

.pigeon_image
{
	margin: 0 auto;
}

.pigeon_price
{
	text-align: center;
	font-weight: bold;
}
