@charset "utf-8";
body {
	margin-top: 0px;
	background-color: #4d91e6;
	height: 100%;
	color:FFF;
	behavior:url(csshover.htc);
}
#container
{
	width:950px;
	padding:0px;
	margin:5px auto;
	height:100%;
	background:#820040;
}
#header {
    padding: 85px 0 0 0;
    overflow: hidden;
    background-image: url("../images/logo/images/HochsteppeRottweilers.jpg");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:85px;
}
#logo
{
	width:950px;
	padding:0px;
	margin:0px;
	background-color:#4d91e6;
}
#menu
{
	width:950px;
	height:40px;
	background-color:#4d91e6;
}
#maincontent
{
	color:#FFF;
	clear:both;
	background-image:url(../images/background/leftborder.jpg);
	background-repeat:repeat-y;
	font-size: 16px;
}
#rightside
{
	border-left: thin dotted rgb(255, 0, 0); 
	border-bottom: thin dotted rgb(255, 0, 0); 
	padding-right: 5px; 
	padding-left: 5px;
	margin:auto 10px;
	width:300px;
	float:right;
}
#banners
{
	clear:both;
	width:950px;
	background-image:url(../images/background/leftborder.jpg);
	background-repeat:repeat-y;
}
#footer
{
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	background-image:url(../images/background/leftborder.jpg);
	background-repeat:repeat-y;
}
a:hover
{
	text-decoration:underline;
}
a, a.visited, a.active
{
	color:#09F;
	font-weight: bold;
}

h2
{
	font-size:36px;
	background-image:url(../images/background/topleftcorner2.jpg);
	background-repeat:no-repeat;
	text-align:center;
	margin-top:0px;
	padding-top:25px;
	padding-bottom:35px;
	font-size: 2em;
	font-family: 'Times New Roman', Times, serif;
	color: #4d91e6;
	font-style: italic;
}
h4 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4D91E6;
	text-align: center;
	font-style: italic;
}
.dogspecs {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#forsaletable
{
	margin:0px auto;
}
.sirename, .damname {
	color: #820040;
}
.pedigreecontent, .pedigreec3 {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
ul#nav {
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:33px;
	font-size:.6em;
	background:url(../menu/images/bg.png) repeat-x top left;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	border:1px solid #000;
	margin:0;
	padding:0;
}
ul#nav li a {
	display: block;
	font-weight: bold;
	padding:9px 15px 0;
	background:#000;
	color:#A79787;
	text-decoration:none;
	height:24px;
	font-weight:normal;
	background:url(../menu/images/bg.png) repeat-x top left;
}
ul#nav li a:hover, .current{
	color:#fff;
	background:url(../menu/images/bg.png) repeat-x top left;
	text-decoration:none;
}
	
ul#nav li {
	float: left;
	position: relative;
	text-align: center;
	background:url(../menu/images/bg.png) repeat-x top left;
}
ul#nav li.current a{
	color:#fff;
	font-weight:700;
}
ul#nav li.current a:hover{
	color:#fff;
	font-weight:700;
	}
li ul {
	display: none;
	position:absolute;
	width:100px;
	top: 18px;
	left: 0;
	font-weight: normal;
	padding: 0px 0 3px 0;
	margin-left:-1px;
	border:#F00 solid thin;
}
ul#nav li ul.sub li{
	border-width:0 1px 1px 1px!important;
	list-style-type:none;
	background-color:#000;
	font-size:9px;
	height:25px;
	background-image:none;
	text-align:left;
	top: -5px;
	z-index:999;
}
ul#nav li ul.sub li a, ul#nav.red li ul.sub li a{
	font-weight: normal!important;
	background-image:none;
	background-color:#000;
}
ul#nav li ul.sub li a:hover,ul#nav.red li ul.sub li a:hover{
	font-weight: 700;
	background-image:none;
	background-color:#000;
}
li>ul {
	top: auto;
	left: auto;
}
li:hover ul, li.over ul {
	display: block;
}
/*RED*/
	ul#nav.red{
	background-color:#B11718;
}
	ul#nav.red li a:hover, #nav.red li.current {
	background-color:#DE3330;
}
.nameheadings {
	font-style: italic;
	font-weight: bold;
	color: #009;
	text-align: center;
	font-size: 1.2em;
	text-decoration:none;
}

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	width:780px;
	margin:0px auto;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	background-color: #820040;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFF;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #820040;
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #820040;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #3399FF;
}

/**************************************************************************************/

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
	width:780px;
	margin: 0px auto;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	background-color: #820040;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #FFF;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: visible;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #4D91E6;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #820040;
	color: #FFF;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #4D91E6;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #4D91E6;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #820040;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #820040;
}
