/* SETUP */
body {
    background-color: #aa0236;
    font-family: Arial, Helvetica, sans-serif;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    border: 0;
}

/* TYPE */
b, strong {
    font-weight: bold;
}

p {
    color: #222;
    line-height: 20px;
    font-size: 12px;
    margin: 0px 0 25px 0;
}

.textcontent {
    color: #222222;
    font-size: 12px;
    line-height: 20px;
}

h1 {
    color: #A50235;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 0 30px 0;
}

h2 {
    color: #A50235;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

h3 {
    color: #A50235;
    font-size: 18px;
    line-height: 19px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

h5 {
    color: #A50235;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

h6 {
    color: #A50235;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}


#home_red h2 {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 38px;
    font-weight: normal;
    margin: 0;
}

.textcontent h2 {
    color: #A50235;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 0 30px 0;
}

#home_red h3 {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    margin: 0;
}

h4 {
    color: #2E3192;
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    margin: 0;
}

.textcontent ol, ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
}

.home_action {
    color: #222;
    line-height: 20px;
    font-size: 12px;
}

.signup {
    color: #FFFFFF;
    line-height: 20px;
    font-size: 12px;
    margin: 17px 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left;
}
#signup h4{
    color:#ffffff;
}

#signup img{
	padding-right:40px;
	padding-top:13px;
}

.footer_copy {
    color: #222;
    font-size: 12px;
    margin: 9px 0 10px 0;
    float: left;
}

.footer_tel {
    color: #A50235;
    font-size: 36px;
    margin: 0;
    letter-spacing: 1px;
    float: right;
    margin: 0px 0 10px 0;
    line-height: normal;
}

.footer_tel span {
    font-size:22px;
}

.footer_email {
    color: #A50235;
    font-size: 17px;
    margin: 0;
    letter-spacing: 1px;
    float: right;
    clear: both;
}

ol, ul {
    font-size: 12px;
    margin: 0 0 25px 0;
    padding: 0;
    list-style-position: inside;
}

#content li {
    margin: 0 0 10px 0;
}

/* BUTTONS */
a {
    color: #222;
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
}

.home_action a {
    color: #A50235;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.home_action a:hover {
    color: #2E3192;
    text-decoration: none;
}

a.blue {
    color: #2E3192;
    font-weight: bold;
}

a.blue:hover {
    color: #2E3192;
    text-decoration: underline;
}

/* FORM */
#signup form {
    float: right;
    margin: 0 20px 0 0;
}

.input_field {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #333333;
    font-size: 14px;
    margin: 12px 0 0;
    padding: 6px 5px;
    width: 170px;
}

input.sendbutton {
    background-color: #A50235;
    border: medium none;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin: 1px 0 0;
    padding: 7px 7px;
    text-decoration: none;
}

/* NAV */
#navcontainer {
    float: right;
    margin: 0 35px 0 0;
    background-color: #333333;
}

#navlist {
    padding: 112px 0 0 0;
    margin: 0 0 0 0;
    float: right;
}

#navlist li {
    list-style: none;
    margin: 0;
    display: inline;
}

#navlist li a {
    font-size: 14px;
    margin: 0 15px 0 0;
    text-decoration: none;
    color: #2E3192;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

#navlist li a:hover {
    color: #A50235;
    border-bottom: 5px solid #A50235;
    background-repeat: repeat-x;
    background-position: 100% 100%;
    padding-bottom: 5px;
    white-space: nowrap;
}

#navlist li a#current {
    background-position: 100% 100%;
    background-repeat: repeat-x;
    border-bottom: 5px solid #A50235;
    color: #A50235;
    padding-bottom: 5px;
    white-space: nowrap;
}

/* SUBNAV */
#subnavcontainer {
    width: 220px;
    margin: 0;
    padding: 0;
}

#subnavlist {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 220px;
}

#subnavlist li {
    display: block;
    margin: 0;
    padding: 0;
}

#subnavlist li a {
    font-size: 12px;
    display: block;
    width: 190px;
    padding: 11px 10px 11px 20px;
    border-width: 1px 0 1px 0;
    border-color: #FFF #FFF #FFF #FFF;
    border-style: solid;
    color: #666;
    text-decoration: none;
    background: #F0F1F1;
}

#subnavcontainer > ul#subnavlist li a {
    width: auto;
}

#subnavlist li.active a {
    background-image: url(../assets/images/subnav_bg.gif);
    background-repeat: repeat-x;
    color: #2E3192;
}

#subnavlist li a:hover, ul#subnavlist li.active a:hover {
    color: #2E3192;
    background: 333;
    border-color: #FFF #FFF #FFF #FFF;
    border-width: 1px 0 1px 0;
}

/* INTERNAL */
.logo {
    width: 220px;
    float: left;
}

#action {
    float: left;
    margin: 0;
    padding: 0;
}

#action #headerimage {
    margin: 0;
    padding: 0;
    width: 940px;
    height: 250px;
    background-color: white;
}

#signup {
    float: left;
    margin: 0 0 0 0;
    background-color: #2E3192;
    height: 56px;
    width: 100%;
}

#main_left {
    width: 220px;
    padding: 0 75px 0 0;
    float: left;
}

#splitholder #lefthalf {
    width: 461px;
    float: left;
}

#splitholder #righthalf {
    width: 479px;
    float: left;
}

#splitholder {
    width: 100%;
}

#main_right {
    width: 620px;
    float: right;
}

#main_right #google_map {
    width: 620px;
    height: 500px;
}

#productholder {
    width: 620px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #616161;
    font-size: 16px;
}

#productholder #leftcol {
    float: left;
    font-size: 13px;
    line-height: 18px;
    width: 330px;
}

#productholder #rightcol {
    width: 278px;
    float: right;
}

#productholder #rightcol #proddetails {
    font-size: 12px;
    background-color: #f7f7f7;
    padding: 14px;
    width: 250px;
}

#productholder #rightcol #proddetails h2 {
    color: #aa1342;
    font-size: 13px;
    line-height: normal;
    font-weight: bold;
    padding-bottom: 13px;
}

#productholder #rightcol #proddetails td {
    padding: 1px 0;
}

#productholder #leftcol h1 {
    color: #A50235;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding-bottom: 8px;
}

#productholder #leftcol h2 {
    color: #A50235;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding: 10px 0;
}

#home_left, #home_left2 {
    width: 270px;
    padding: 0 0 0 20px;
    float: left;
}

#home_middle, #home_middle2 {
    width: 270px;
    padding: 0 0 0 50px;
    float: left;
}

#home_right, #home_right2 {
    width: 270px;
    padding: 0 0 0 60px;
    float: left;
}

#home_red {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    float: left;
    background-color: #A50235;
}

#home_red_left {
    width: 600px;
    margin: 50px 0 0 20px;
    float: left;
}

#home_red_right {
    width: 250px;
    margin: 30px 20px 0 0;
    float: right;
}

#main_content_left {
    width: 250px;
    margin: 0 0 0 0;
    padding: 20px 20px 20px 20px;
    float: left;
    background-color: #edccd7;
}

#main_content_right {
    width: 290px;
    margin: 0 0 0 0;
    padding: 20px 0 0 0;
    float: right;
}

/* SLIDESHOW */
.slideshow {
    height: 360px;
    width: 940px;
}

.slideshow img {
    width: 940px;
    height: 360px;
}

/* MEDIA CONTENT */
#video_content {
    margin: 0px 0 30px 0;
}

.img_content {
    margin: 0 0 30px 0;
}

/* STRUCTURE */
#container {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

#header {
    margin: 0;
    padding: 0;
}

#main {
    float: left;
    margin: 50px 0 0 0;
    padding: 0;
}

#footer {
    clear: both;
    margin: 0 0 0 0;
    padding: 60px 0 80px 0;
}

#main_right .product {
    float: left;
    text-align: center;
    width: 205px;
    height: 238px;
    padding-bottom: 20px;
    background-image: url(/assets/images/pordback.png);
    background-repeat: no-repeat;
    padding-right: 1px;
}

#main_right .product div {
    height: 238px;
}

#main_right .product a h3 {
	color:#FFFFFF;
	font-weight:bold;
	line-height:normal;
	margin:4px;
	padding-top:7px;
	text-decoration:none;
}

#main_right .product h3 {
    color: #666666;
    font-weight: bold;
}

#main_right .product .prodimage img {
    padding-top: 24px;
}

#main_right .product .proddesc {
    display: none;
}

h3 div a {
    font-size: 30px;
    color: #A50235;
    text-decoration: underline;
}

h3 div a:hover {
    font-size: 30px;
    color: #A50235;
    text-decoration: none;
}

#actionhome {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    height: 360px;
    width: 940px;
}

#flashholder {
    position: absolute;
}

#holder {
    width: 1060px;
    background: url(/assets/images/bg.png);
    margin: 0 auto;
}

#footbottom {
    background: url(/assets/images/foot.png);
    width: 1060px;
    height: 32px;
}

#loginForm p {
    font-size: 16px;
    color: #A50235;
}

.listdog {
    width: 300px;
    float: left;
    color: 333333;
}

.listdog.first {
    padding-right: 20px;
}

.listdog img {
    width: 300px;
    display: block;
}

.listdog h2 {
    margin: 0;
    padding: 10px 0;
}

.listdog h2 a {
    font-size: 16px;
    font-weight: bold;
}

.listdog h2 p {
    font-size: 11px;
    line-height: 16px;
}

.listdoggal {
    width: 300px;
    float: left;
    color: 333333;
    padding-left: 20px;
}

.listdoggal.first {
    padding-left: 0;
}

.listdoggal img {
    width: 300px;
    display: block;
}

.listdoggal h2 {
    margin: 0;
    padding: 10px 0;
}

.listdoggal h2 a {
    font-size: 16px;
    font-weight: bold;
}

.listdoggal h2 p {
    font-size: 11px;
    line-height: 16px;
}

.listdogdisplay {
    width: 500px;
    float: left;
    color: #333333;
}

.listdogdisplay.first {
    padding-left: 0;
}

.listdogdisplay img {
    width: 500px;
    display: block;
    padding-bottom: 20px;
}

.listdogdisplay h2 {
    margin: 0;
    padding: 10px 0;
}

.listdogdisplay h2 a {
    font-size: 16px;
    font-weight: bold;
}

.listdogdisplay h2 p {
    font-size: 14px;
    line-height: 20px;
}

.listing-content h3 div a {
    display: block;
    min-height: 100px;
}

.listing-content img {
    float: left;
    padding-right: 15px;
}

#socialmedia {
    float: left;
    width: 300px;
}

#socialmedia ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#socialmedia ul li {
    display: inline;
}

#socialmedia ul li a {
}

h5 {
}

h5 div a {
    font-size: 30px;
    color: #A50235;
    text-decoration: underline;
}

h5 div a:hover {
    font-size: 30px;
    color: #A50235;
    text-decoration: none;
}

#main_right.textcontent div h5 {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin: 0;

    width: 620px;
	clear:both;
margin-bottom:10px;
}

#main_right h5 .listing-content a {
	font-size:20px;
}


.listing-image-extras {
	float:left;
	width:100px;
}

.listing-image-extras img {
	width:90px;
}