/* ----- html ----- */

body {
	background: #000000;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 16px;
}

* {
	margin: 0;
}

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	outline: none;
	font-size: 1.2em;
}

a:hover, a:active {
	color: #FFF;
	outline: none;
}

a img{
	border: 0;
	outline: none;
}

img {
	border: none;
	outline: none;
}

h1 {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 30px 0 5px;
	
}

/* ----- Navigation ----- */

#TBDlogo {
	background-image: url(../gfx/TBD_logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 160px;
	height: 160px;
	top: 15px;
	left: 430px;
}

#TBDlogo a {
	float: left;
	width: 153px;
	height: 160px;
}

#nav_wrapper{
	position: relative;
	top: 203px;
	width: 740px;
	margin: 0 auto;
	text-align: center;
}

ul#mainNav {
	width: 740px;
	height: 20px;
	margin: 0;
	padding: 0;
	outline: none;
}

ul#mainNav li {
	display: inline;
	padding: 0 25px;
	outline: none;
}

ul#mainNav li a{
	outline: none;
}


/* ----- Content ----- */

#wrapper {
	background-image: url(../gfx/TBD_index.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative; 
	margin: 0 auto; 
	width: 1024px; 
	height: 1200px;
	text-align: center;
}

#wrapper2 {
	background-position: center top;
	background-repeat: repeat-y;
	position: relative; 
	margin: 0 auto; 
	width: 1024px; 
	background-image: url(../gfx/bgTile2.jpg);
	text-align: center;
}

#content{
	width: 610px;
	margin: 0 auto;
	position: relative;
	height: 1730px;
	width: 1024px;
}

#LongContent{ 
	margin: 0 auto;
	height: 100%;
	width: 1024px;
}

#menuContent{ 
	margin: 0 auto;
	position: relative;
	width: 1024px;
}


ul#col1 {
	width: 275px;
	float: left;
	margin: 0;
	padding: 20px 0 0 130px;
	text-align: left;
	list-style: none;
}

ul#col2 {
	width: 275px;
	float: left;
	margin: 0;
	padding: 20px 0 0;
	text-align: left;
	list-style: none;
}

#comingSoonImg{
	position: relative;
	margin: 0 auto;
	text-align: center;
	top: 335px;
}

#contactWrapper {
	width:700px; 
	height:600px; 
	margin: 0 auto;
	padding-top: 260px;
}

#menu {
	margin: 0 auto;
	text-align: center;
	padding-right: 4px;
	padding-top: 240px;
}

#footer {
	position: relative;
	padding-bottom: 15px;
	padding-top: 60px;
}

#mainImage {
	position: relative;
	margin: 0 auto;
	top: 240px;
	padding-bottom: 25px;
}

.beApart {
	display: block;
	padding-bottom: 10px;
}

.required {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	display: block;
	padding-right: 110px;	
}

.dogName{
	padding-top: 25px;
}

.contactTerms {
	padding-top: 25px;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
}

.oppsMessage {
	padding: 5px;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
}

#aboutText {
	position: absolute;
	margin: 0 auto;
	top: 300px;
	left: 270px;
	padding-right: 4px;
	text-align: justify;
}

ul#menulinks {
	display: block;
}

#menulinks {
	margin: 0 auto 20px;
	text-align: center;
	top: 230px;
	padding-right: 4px;
	width: 475px;
	border-bottom-style: dotted;
	border-top-style: dotted; 
}

#menulinks a {
	padding: 0 30px;
}

p.photocredit {
	font-size: 10px;
	font-style: italic;
	color: black;
}


/* --------- FORM STYLES --------- */

#formContainer { 
	position: relative;
	margin: 0 auto; 
	padding: 0px; 
	width:550px; 
	height:600px; 
	text-align: right; 
	background-image: url(../gfx/TBD_contactPhotos.png);
	background-position: left top;
	background-repeat: no-repeat;
	top: 280px;
}

form { 
	margin: 0 0 15px 0;
	float: right;
}

form fieldset { 
	padding: 15px; 
}

form fieldset legend { 
	font-size: 18px; 
	font-weight: bold; 
	color: #333;
}

form fieldset .input { 
	padding: 5px 0; 
	margin: 0 0 5px 0;
}

form fieldset .input label { 
	display: block;
}

form fieldset .buttons { 
	margin: 0;
}

form button { 
	border: none; 
	margin-top: 15px; 
	background-image: url(../gfx/bttn_submit.jpg);
	width: 117px;
	height: 34px;
}

form button:hover { 
	cursor: pointer;
}

ul {
	margin: 0; 
	padding: 10px 8px 10px 0;
	list-style-type: none;
}		

li {
	display: inline;
}

input  {
	border-color: #cccccc;
	height: 20px; 
}


input .textbox {
	border: 1px solid black;
}

ul.inputFile {
	float: right;
	padding-left: 140px;
	display: block;
}


ul#submitBttn {
	text-align: right;
}

code { 
	margin: 10px 0; 
	display: block; 
	background: #333; 
	color: #fff; 
	padding: 10px;
}

/* --------- ERROR MESSAGING --------- */


ul#errors { 
	background: #eccecf; 
	border: 2px solid #9e0b0f;
}

ul#success { 
	background: #e5f2be; 
	border: 2px solid #bedf5d;
}

/* --------- PHOTO GALLERY --------- */

#photoThumbs ul {
	display: inline-block;
}

#photoThumbs {
	height: 100%;
	margin: 0 auto;
	padding-top: 250px;
}

#photoThumbs ul {
	padding: 25px 0 25px;
}

#photoThumbs ul li {
	padding: 0 25px 0px;
}

#photoThumbs ul li img {
	background-repeat: no-repeat;
	background-image: url(../gfx/sm_photoFrame.jpg);
	padding: 9px;
}














