#all {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;

}
#all #content #left_column #box_top {
	background-attachment: scroll;
	background-image: url(images/side_box_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	margin: 0px;
	text-align: center;
	padding-top: 5px;
	font-weight: bolder;
	color: #FFFFFF;
	font-size: 13px;
	min-width:  214px;
	float:  left;
}
#all #content #left_column #box_content {
	background-attachment: scroll;
	background-image: url(images/side_box_back.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	min-width:  214px;
	float:  left;
	clear: left;
}
#all #content #left_column #box_content #box_content_text {
	width: 200px;
	text-align: center;
	margin: auto;
}
#all #content #right_column #dog {
	height: 200px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images/talking_dog.jpg);
	color: #26176C;
	font-weight: bold;
}
#all #content #right_column #dog p {
	text-align: center;
	width: 350px;
	position: absolute;
	top: 30px;
}

#all #content #left_column #box_content #box_content_text h3 {
	text-align: center;
}


#all #content #left_column #box_bottom {
	margin: 0px;
	text-align: center;
	min-width:  214px;
	float:  left;
	clear: left;
	padding-bottom: 20px;
}

#all #logo {
	height: 139px;
	width: 30%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	right: 0px;
	bottom: 0px;
}
#all #flash {
	width: 70%;
	background-color: #FFFFFF;
	height: 139px;
	position: absolute;
	left: 30%;
	top: 0px;
	right: 0px;
	color: #FFFFFF;
	text-align:  right;
	overflow: hidden;
}
#all #flash object {
	z-index:  0;
}
#all #top_bar {
	background-color: #26176C;
	position: absolute;
	left: 0px;
	top: 139px;
	right: 0px;
	height: 23px;
	width: 100%;
	text-align:  right;
	color:  #FFFFFF;
	font-size:  13px;
}
#all #top_content #nav {
	position: absolute;
	z-index:  2;
	height: 157px;
	width: 190px;
	left: 0px;
	top: 0px;
}
#all #top_content #header {
	background-attachment: scroll;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 63px;
	width: 70%;
	top: 48px;
	right: 0px;
	color: #ABBA91;
	text-align: center;
}
#all #top_content #header h3 {
    margin-top:  10px;
}
#all #content {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 319px;
	right: 0px;
	bottom:  0px;
	padding:  0px;
	margin-bottom: 20px;
}
#all #content #bottom {
	float:  left;
	clear:  inherit;
	width: 100%;
	border-top:  2px solid #26176C;
	background-attachment: scroll;
	background-image: url(images/corner_bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#all #content #bottom p {
	text-align: center;
	margin-top: 10px;
}


#all #content #bottom .right-border {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #26176C;
}
#all    #content    .footer    a {
	text-decoration: none;
	font-size: 14px;
}

#all #top_content {
	height: 157px;
	width: 100%;
	position: absolute;
	left: 1px;
	top: 159px;
	right: 0px;
	z-index:  2;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #010006;
}

#all #content #right_column p{
	text-align: left;
	margin-right: 20px;
	margin-left: 5px;
}

#all #content #right_column .center {
	text-align: center;
}

#all #content hr {
	color: #26176C;
	background-color: #26176C;
	height: 2px;
}


#all #content #left_column {
	float: left;
	width: 25%;
}
#all #bottom {
	position: relative;
	bottom:  0px;
	padding-top:  20px
}


#all #content #right_column {
	width: 75%;
	float:  right;
	padding:  0px 0px 20px 0px;
}

.center {
    text-align:  center;
}
#nav ul {
    list-style-type:  none;
	margin:  0px;
	padding:  0px;
}
#nav a {
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ABBA91;
    margin: 0;
    padding: 4px 4px;
    color:  #ABBA91;
    text-decoration:  none;
	height:  15px;
	font-size: 14px;
	font-weight:  bold;
}
#nav a:hover {
    color:  #FFFFFF;
}
.blue {
    background-color:  #26176C;
}
.green {
    background-color:  #ABBA91;
}
#nav li {
    position:  relative;
}
#nav ul ul {
    position:  absolute;
	top:  0px;
	left:  100%;
	width:  100%;
	display:  none;
}
#nav ul li:hover ul {
    position:  absolute;
	top:  0px;
	left:  100%;
	width:  100%;
	display:  block;
	z-index:  2;
}
#nav .main_menu_bottom{
    background-image: url(images/main_nav_bottom.png);
	background-position: bottom center; 
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height:  34px;
	border:  0px;
}
#nav .pop_out li a {
    display: block;
    border:  0px;
    margin: 0;
    padding: 4px 4px;
    color:  #26176C;
    text-decoration:  none;
	height:  34;
	z-index:  2;
}
#nav .pop_out li a:hover {
    color:  #4488B0;
}
#nav .pop_out .menu_top{
    background-image: url(images/flyout_top.png);
	background-position: top center;
	background-color: none;
	background-repeat: no-repeat;
	height:  20px;
	padding-bottom:  0px;
	padding-top:  8px;
}
#nav .pop_out .menu_bottom{
    background-image: url(images/flyout_bottom.png);
	background-position: bottom center; 
	background-color: none;
	background-repeat: no-repeat;
	height:  34px;
}

div#menu ul ul {
    display: none;
	z-index:  2;
}
div#menu ul ul li:hover ul {
    display: block;
	z-index:  2;
}
#all #content #right_column .image_left {
	float: left;
	color: #FFFFFF;
	border: 2px solid #26176C;
	width: 149px;
	background-color: #26176C;
	font-weight: bold;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-bottom:  3px;
}
#all #content #right_column .image_right {
	float: right;
	color: #FFFFFF;
	border: 2px solid #26176C;
	width: 149px;
	background-color: #26176C;
	font-weight: bold;
	text-align: center;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-bottom:  3px;
}
#all #content #right_column .image_right hr {
    color:  #FFFFFF;
	background-color: #FFFFFF;
	border:  0px;
}
#all #content #right_column h4 {
	text-align: center;
}
#all #content #right_column .info_box {
	background-color: #26176C;
	color: #ABBA91;
	width:  98%;
	margin: auto;
}
#all #content #right_column .info_box .info_box_content {
	margin-right: 5px;
	margin-left: 5px;
}
#all #content #right_column .info_box .info_box_left {
	color: #26176C;
	background-color: #ABBA91;
}
#all #content #right_column .info_box .info_box_content img {
	border:  0px;
}


#all #content #right_column table td {
	vertical-align: top;
}
#all #content #right_column .float_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#all #content #right_column .products td {
	width: 33%;
	background-color: #26176C;
	color: #ABBA85;
}
#all #content #right_column .products p {
	text-align: center;
}
#all #content #right_column .products .product_image {
	text-align: center;
	padding-top:  10px;
	padding-bottom:  10px;
	background-color:  #ABBA91;
}
#all #top_content #right_heading {
	text-align: center;
	width:  70%;
	float:  right;
}

#all #top_bar a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-top:  5px;
}
#all #top_bar a:visited {
	color:  #3366CC;
	text-decoration: none;
	font-weight: bold;
	margin-top:  5px;
}
#all #top_bar a:hover {
	color: #ABBA91;
	text-decoration: none;
	font-weight: bold;
	margin-top:  5px;
}
#all #top_bar a:active {
	color: #ABBA91;
	text-decoration: none;
	font-weight: bold;
	margin-top:  5px;
}
#all #top_content #nav .hide {
	display: none;
}
.float_right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#all #content #right_column .products a {
	color: #AABB91;
	font-weight: bold;
}
#all #content #right_column .info_box a {
	font-weight: bold;
	color: #ABBA91;
}
