/*================== http://trailers4horses.com/ =========================================
|   trailers4horses.com -- designed by BB Graphics -- Ocala FL -- http://bbgraphics.com  |
|   Trailers USA -- copyright 2007 -- all rights reserved                                |
======================================================================================= */

/*---------------------------------------------------------------- 
	html 
----------------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
}

/*---------------------------------------------------------------- 
	presets
----------------------------------------------------------------*/
#container, #wrapper, #content, #left, #right, #features, #footer {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Verdana;
}

/*---------------------------------------------------------------- 
	body
----------------------------------------------------------------*/
body {
	background: #000 url(images/main_repbg.jpg) repeat-x;
	min-width: 700px;
	background-attachment: fixed;
	margin: 0;
	padding-bottom: 20px;
	text-align: center;
}

/*---------------------------------------------------------------- 
	header
----------------------------------------------------------------*/
h1 {
	width: 700px;
	height: 150px;
	text-indent: -9999px;
	background: url(images/header.jpg);
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------- 
	container
----------------------------------------------------------------*/
#container {
	background: #fff url(images/content_repbg.gif) repeat-y;
	margin: auto;
	text-align: left;
	width: 700px;
}

/*---------------------------------------------------------------- 
	content
----------------------------------------------------------------*/
#wrapper {
	float: left;
	width: 525px !important;
	width: 525px;
	max-width : 525px !important;
	border-top: 0;
}

#content {
	width: 320px;
	padding: 0 0 0 10px;
	line-height: 1.5em;
	color: #000;
 }
 
p.caption {
	padding: 2px 0 2px 0;
}

.aquatext {
	color: #007d9f;
	font-weight: bold;
	font-style: italic;
}

/* lists */
#content ul {
	line-height: 1.5em;
	list-style-type: square;
}

#content li {
	padding: 0 0 10px 0;
}

/* list headings */
.lh {
	font-size: 115%;
	font-weight: bold;
	color: #007d9f;
}

/* headings */
#content h2 {
	font-size: 125%;
	padding: 0 0 3px 3px;
	border-bottom: 1px solid #60b0c8;
	text-transform: uppercase;
}

#content h3 {
	font-size: 110%;
	padding: 0 0 3px 3px;
	border-bottom: 1px solid #60b0c8;
}

#content h4 {
	text-align: center;
	font-size: 125%;
	padding: 0 0 3px 3px;
	border-bottom: 1px solid #60b0c8;
	text-transform: uppercase;
}

/*---------------------------------------------------------------- 
	left and navigation
----------------------------------------------------------------*/
#left {
	width: 175px;
	float: left;
}

#navcontainer ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
	text-indent: 20px;
}

#nav a {
	font-weight: bold;
	border-bottom: 1px solid #000;
 	display: block;
 	width: 175px;
 	height: 25px;
	line-height: 25px;
	padding: 0;
	margin: 0;
}

#nav a:link, #nav a:visited {
	background: url(images/nav_static.gif) no-repeat;
	color: #000;
 	text-decoration: none;
}

#nav a:hover, #nav a:active {
	background: url(images/nav_hover.gif) no-repeat;
	color: #ffbc3a;
	text-decoration: none;
}

#currentlink a:link, #currentlink a:visited,
#currentlink a:hover, #currentlink a:active {
	background: url(images/nav_hover.gif) no-repeat;
	color: #fff;
	text-decoration: none;
}

/*---------------------------------------------------------------- 
	right
----------------------------------------------------------------*/
#right {
	width: 175px;
	float: right;
	line-height: 1.2em;
	color: #000;
}

#right h1 {
	height: 38px;
	width: 175px;
	text-indent: -9999px;
	background: url(images/featured_hdr.gif) top center;
}

/* featured */
#features {
	font-size: 95%;
	font-weight: bold;
	color: #007d9f;
	padding: 8px;
	background-color: #fff;
	border-bottom: 1px solid #007d9f;
}

#features a {
	color: #60b0c8;
	display: block;
	border: 0;
	text-decoration: none;
}

#features a:hover {
	color: #ffbc3a;
}

/* featured sub boxes */
#features img {
	background-color: #60b0c8;
	padding: 2px;
	margin: 0;
	border: 0;
}

#features a img:hover {
	background-color: #ffbc3a;
}

/*---------------------------------------------------------------- 
	footer stuff
----------------------------------------------------------------*/
#footer {
	padding: 8px 0 8px 0;
	width: 700px;
	background-color: #007d9f;
	text-align: center;
	color: #ffbc3a;
}
 
#footer a {
	color: #fff;
}

/*---------------------------------------------------------------- 
	misc
----------------------------------------------------------------*/
.clearfloats {
	clear: both;
}

.imageright {
	float: right;
	padding: 5px;
	background-color: #fff;
	border: 0;
}

.imageleft {
	float: left;
	padding: 5px;
	background-color: #fff;
	border: 0;
}

.image {
	padding: 5px;
}

.caption2 {
	text-align: center;
	padding: 5px 0 5px 0;
}