/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */

* { margin: 0; padding: 0; outline: 0; }

body {
	background-image:url(images/stripe.png);
	color: #FFFFFF;
	background-color: #333333;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin: 15px 0;
}

img {padding: 0;}

img.float-right {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
img.float-left {
	margin: 15px 10px 10px 0px;
}


#wrap {
	width: 820px;
	text-align: left;
	margin:15px auto;
	font-size: 12px;
}

#wrap #header {
	background-image: url(images/Header.png);
	background-repeat: no-repeat;
	height: 110px;
	width: 760px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	clear: both;
}
#wrap #header #espanol {
	float: right;
	font-size: 14px;
	font-style: italic;
}
#wrap #header #espanol #spanishcatalog a {
	color: #CC0000;
}

#wrap #header #espanol #spanishcatalog a:hover {
	color: #000000;
	text-decoration: underline;	
}

#wrap #header #logo {
	background-image: url(images/Logo_reflected.png);
	background-repeat: no-repeat;
	display: block;
	height: 86px;
	width: 145px;
	text-indent: -5000px;
}
#wrap #header #logo a {
	height: 86px;
	width: 145px;
	display: block;
}

#wrap #header #slogan {
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	height: 25px;
	top: 139px;
	width: auto;
	left: 30px;
	float: left;
	line-height: 25px;
}

#header-links {
	color: #FFFFFF;
	text-align: center;
	display: block;
	float: right;
	width: 265px;
	height: 25px;
	top: 139px;
	right: 30px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	margin-right: -15px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 25px;
}

#header a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#header a:hover {
	text-decoration:underline;
	font-weight: bold;
}

#wrap #header #header-links p {
	color: #000000;
}

#wrap #content-wrap {
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	color: #000000;
	height: auto;
	display: block;
	background-image: url(images/Content_bg.png);
	padding-top: 5px;
}
#wrap #content-wrap #error {
	text-align: center;
	height: 400px;
}
#wrap #content-wrap #main {
	float: right;
	width: 520px;
	padding: 10px 25px 0 25px;
}
#wrap #content-wrap #main h2 {
	color: #000000;
	font-style: italic;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0px;
	width: auto;
	padding-top: 10px;
	margin-top: 2px;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
}

#wrap #content-wrap #main h3 {
	color: #000000;
	font-style: italic;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 10px;
}
#wrap #content-wrap #main a {
	color: #000000;
	font-style: italic;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
}
#wrap #content-wrap #main a:hover {
	text-decoration: underline;
}

#wrap #content-wrap #main p {
	text-align: justify;
	vertical-align: top;
	font-size: 14px;
	text-indent: 15px;
	margin-top: 10px;
}

#wrap #content-wrap #main ul {
	padding-left: 30px;
	font-size: 14px;
	padding-top: 10px;
}
#wrap #content-wrap #main li {
	margin: 5px;
	list-style-type: circle;
}
#wrap #content-wrap #main pre {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	vertical-align: top;
	font-size: 14px;
	margin-top: 10px;
}

#wrap #content-wrap #menu {
	float: left;
	width: 190px;
	text-align: center;
}
#wrap #content-wrap #menu h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#wrap #content-wrap #menu ul {
	list-style-type: none;
	font-weight: normal;
}
#wrap #content-wrap #menu li {
	background-image: url(images/Button.png);
	height: 40px;
	width: 190px;
	background-repeat: no-repeat;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background-position: center;
}
#wrap #content-wrap #menu a {
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 40px;
	width: 170px;
	display: block;
	margin: 0 10px;
}
#wrap #content-wrap #menu a:hover {
	color: #CC0000;
}
#wrap #content-wrap #menu .current {
	color: #CC0000;
}
#wrap #footer {
	background-image: url(images/Footer.png);
	height: 59px;
}
#wrap #footer p {
	font-size: 1px;
	text-indent: -5000px;
}
#wrap #footer a {
	display: block;
	position: relative;
	left: 47%;
	height: 20px;
	width: 165px;
	top: 17px;
}
.clear {
	font-size: 1px;
	clear: both;
}

.float-left  { float: left; }
.float-right { float: right;}
