/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Olympic Paradise CSS 
Date: October 2009 */

body {
	background-color: #000;
	color: #fff;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;   
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #e94f00; letter-spacing: -1px; line-height: 2; }

h1 {
	text-transform:uppercase; 
	}

h2 {
	padding: 14px 0 0 0;
	font-size: 32px;
	}

h3 {
	margin: 18px 0 10px 0;
	font-size: 26px;
	}

h4 { font-size: 18px;}

p { 
	margin-bottom: 10px;	
	}
	
p.center { text-align: center; }	
	
#content img,  #leftcontent img { border: 3px solid #242424;}

img.px185 { margin-left: 185px; }

img.px176 { margin-left: 176px; }	

#content img.px267 { margin-left: 267px; border: 0;}

img.px200 { margin-left: 200px; }

img.px250 { margin-left: 250px; }

img.px100 { margin-left: 100px; }

.left { float: left; }

.foal { margin-left: 135px; margin-right: 10px; }

#wrapper {
	margin: 0 auto;
	width: 800px;
}

#header {
	margin: 0;
	padding: 0;
	border: 0;
}

#content {
	margin: 0;
	padding: 0;
	border: 0;
}

#foalsleft {
	float:left;
	width: 800px;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
#foalsright {
	width: 260px;
	margin: 0 0 0 540px;
	padding: 0;
	border: 0;
	}	

#leftcontent {
	float: left;
	width: 393px;
	margin: 0;
	padding: 0;
	border: 0;
	}

#rightcontent {
	margin: 0 0 0 399px;
	padding: 0;
	border: 0;
	}

#footer {
	clear: both;
	border-top: 1px solid #e94f00;
	text-align: center;
	font-size: 10px;
}


/* nav sys */

#nav, #nav ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 800px;
	float: left;  /* Contain floated list items */ 
	
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
}

#nav a {
	float: left;	
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 3;
	text-align: left;
	margin: 0 16px 0 0;
	
}

#nav #nav_con a {
	padding-left: 0;
}

#nav a:hover {
	color: #e94f00;	
}


/* global links */

a:link { color: #e94f00; }

a:visited { color: #e94f00;	}

a:hover { text-decoration: none;}

a:active, a:visited {
	color:#0CF;
}



/* sales page */

table.pedi td{
	border:1px solid white;
}
table.pedi td.td-pedi{ 
	width:250px;
	vertical-align:top;
	padding:5px
}
table.pedi td.td-image{ 
	width:770px;
	padding:5px;
}
table.pedi td.td-image img{
	padding:3px;
}

