/***************************************
****************************************
    LAYOUT AND STYLES
****************************************
***************************************/


/***************************************
****************************************
    LAYOUT
    ------------------------------------
    DO NOT ADD FORMATTING STYLES TO
    THIS SECTION - IT IS FOR *LAYOUT*
    INFORMATION ONLY. MARGIN AND PADDING
    INFORMATION *SHOULD* GO IN HERE.
****************************************
***************************************/

div#container
{
    margin:0 auto;
    width:1050px;
    text-align:left;
}

div#inner
{
    margin:0 auto;
    width:943px;
    text-align:left;
}


/**************************************/
/* HEADER */
div#header
{
    height:180px;
}




/**************************************/
/* CONTENT */

div.main
{
    width:670px;
    float:left;    
}

#col3 div.main
{
    width:auto;
}


/**************************************/
/* RHS / EXTRA INFO */
div#rhs
{    
    float:right;   
    width:262px; /*so images can be 250px*/
}
#lhs
{
    float:left;
}
#lhs #rhs
{
    float:none;
}

/**************************************/
/* FOOTER AND PUSH*/

html,
body,
#aspnetForm,
#col3
{
    height: 100%;
}
#aspnetForm{background:#fff url(../images/bg.gif) 50% 0% repeat-y;}

div#footer
{   
    width:943px;
    height:85px;
    clear:both;
    margin:0 auto;
}

div#wrap
{
    min-height:100%;
    height:auto !important;
    height:100%;
    margin:0 auto -397px;
    min-height:100%;
    text-align:left;
}

div#bottomcorners
{   
    margin:0 auto;
    width:1050px;
    *margin-top:280px;
    _margin-top:0;
}

div#bottomcorners,
#push
{   
    clear:both;    
    height:139px;
}

/***************************************
    END
***************************************/
/***************************************
****************************************
    GENERAL STYLES
    ------------------------------------
    PLEASE ADD NEW STYLE RULES TO THE
    APPROPRIATE SECTION ONLY. DO NOT
    REMOVE SECTION HEADERS EVEN IF THEY

    ARE NOT IN USE.


    Reminder: If you're setting a width
    and a padding/margin you're looking
    for trouble with ie6
    http://css.maxdesign.com.au/listamatic/about-boxmodel.htm


****************************************
***************************************/

/***************************************
    MEDIA STYLES
    -----------------------------------
    Add any styles here that only
    need to appear on a certain device.
***************************************/
/*If a title has an image instead of text then this
 will display the text rather than the image*/
@media handheld
{    
    .hidetext,
    #logo
    {
        text-indent:0px;
        background: none;
    }   
}


@media print 
{
    /*more styles in tripoli/print.css*/
    div#rhs,
    div#globalnav
    {
        display:none;
    }
}

/***************************************
    USEFUL ONE LINERS
    -----------------------------------
    Any useful simple one liners here.
***************************************/
.hidetext{text-indent:-9000px; overflow:hidden;}


/***************************************
    GLOBAL STYLES
    ------------------------------------
    Style rules with a global effect.
***************************************/
*
{
    
}

html 
{
    background:#fff url(../images/bg.gif) 50% 0% repeat-y;
    /*i cant remember the ie7 bg zoom bug atm will fix later*/    
}

body
{    
    color:#666666;    
}

a
{
    color:#333333;
    text-decoration:none;
}

/*correct order of psudeo classes
a:link{color:#F418A9;}
a:visited{color:#F418A9;}
a:hover{color:#111;}
a:active {color:#000;}*/

iframe
{
    border:0;
    height:45px;
    overflow:hidden;
    width:176px;
}

#menu2 iframe { height:60px;
margin-left:-29px;
margin-top:-17px;
width:112px;}

address
{
    margin-left:20px;
}

#container
{  
}

.greyborder
{
    border:1px solid #CCCCCC;
}

/*
.transparent_class
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
*/

.clear {clear:both;}
/*forces a div with floating image inside
 it to pull down to the end of the image*/
hr.clear {display: block; clear: left;
padding: 0;padding-top:0px;
visibility: hidden;width:1px;}


/***************************************
    HEADER STYLES: #header
    ------------------------------------
    Style rules for the header
    area only.
***************************************/
#header
{    
    background:url(../images/logo.gif) 0 0 no-repeat;
    position:relative;
    
}


#headerbottom
{    
    background:url(../images/sprites.png) -26px -526px no-repeat;
    height:18px;    
    
}

#logo
{    
    top:0;
    position:absolute;
    left:0;
}

#packtypeslogo
{
    bottom:20px;
    position:absolute;
    right:0;
}
#flash
{
    border:solid 1px #ccc;
    height:127px;
}


/***************************************
    MENU1 NAVIGATION STYLES: #menu1
    ------------------------------------
    Style rules for the *menu1*
    navigation.
***************************************/


#menu1
{
    margin-right:20px;
    float:right;     
    display:inline;  
    width:400px;
}

    #menu1 ul
    { 
        position:relative;
        float:right;   
    }
        	    
        #menu1 ul li
        {
            float:left; 
            display:inline;
            position:relative;
        }
       
            #menu1 ul li a
            {
                height:15px;
                color:#999;
                padding:4px 12px;
            }

            #menu1 ul li.drop a
            {
                padding-left:25px;
            }

            #menu1 ul li.drop a
            {
                background:url(../images/sprites.png) 0px -427px;
            }

            /*#menu1 ul li.drop a:hover
            {
                background-position: 0px -393px;
            }*/


        #menu1 ul ul 
        {
            position:absolute;
            background:#F2F2F2;
            border:solid 1px #E1DBDB;
            width:190px;
            left:0;
            right:1px;
            top:100%;
            width:120px;  
        }
            
        #menu1 ul ul li
        {
            float:left;
            width:100%;
            clear:both;
        }
            

            #menu1 ul li.drop ul a
            {
                background:none;
                padding: 4px;
                display:block;
            }
                
            #menu1 ul li.drop ul a:hover
            {
               background:#CFCFCF;
            }
                

        #menu1 li ul
        {visibility:hidden;}
        #menu1 li:hover ul 
        {visibility:visible;}
        
        
        
        	    

/***************************************
    MENU2 NAVIGATION STYLES: #menu2
    ------------------------------------
    Style rules for the *menu2*
    navigation.
***************************************/
#menu2 
{
    /*height:auto !important;
    height:40px;
    min-height:40px;*/
    position:relative;
    padding:20px 0 20px;   
}

    #menu2 ul
    {
        /*height:100%;  */  
        float:left;
    }
        	    
        #menu2 li
        {
            border-right:1px solid #CCCCCC;
            display:inline;
            float:left;
            font-size:11px;
            padding:2px 8px !important;
            width:88px;            
            position:relative;
            height:34px;
        }
          
        #menu2 li li
        {
            height:auto;
        }
        
        
        
            /*#menu2 li:last
            {
                border: none;
            }*/
            
            #menu2 li a
            {
                color:#000000;
                display:block;
                font-size:116%;
                height:100%;
                /*width:98px;*/
                
                
            }
            
            #menu2 li a:hover
            {
                color:#4C89B5;
                          
            }


        #menu2 ul ul 
        {
            position:absolute;
            border:solid 1px #ccc;
            background:#fff;
            padding:2px;
            zoom:1;
            z-index:10;
            font-weight:bold;
            left:0;
        }
        
        #menu2 ul ul li
        {
            float:left;
            clear:both;
            border:none;
            zoom:1;
        }
        
        #menu2 ul ul li a
        {
            color:#666;
            font-size:90%;
            padding:3px;
            zoom:1;
        }
        
        #menu2 li ul
        {visibility:hidden;}
        #menu2 li:hover ul 
        {visibility:visible;}
        
        
        
    	    

.visit
{
    background:transparent url(../images/sprites.png) repeat scroll -684px -442px;
    float:right;
    display:inline;
    height:43px;
    text-indent:-9999px;
    width:100px;
    overflow:hidden;
}
            
    
/***************************************
    BREADCRUMB STYLES: #breadcrumb
    ------------------------------------
    Style rules for the breadcrumb
    only.
***************************************/
#breadcrumb
{
    margin:10px 10px;
    font-size:90%;
    clear:both;
}

#breadcrumb a:hover
{
    color:#111;
}


    
/***************************************
    RHS AREA STYLES: #rhs
    ------------------------------------
    Style rules for the RHS column.
***************************************/
#rhs
{
}
		

#rhs h3
{
    font-size:200%;
    color:#333333;
    font-weight:bold;
    clear:both;
    
}

#rhs h3 a
{
    color:#333333;
}
		


/***************************************
    CONTENT STYLES: #content
    ------------------------------------
    Style rules for the primary
    content area only.
***************************************/

.content a
{    
    color:#333;
    border-bottom:dashed 1px #999;
}

.content a:hover
{    
    color:#000;
}

.content table
{
    
    border-collapse:collapse;
}

.content table td
{
    padding:10px;
    border:solid 1px #ccc;
}


#content .TERRIER_Dk_Brown   {color:#7F5827;}
#content .SHEEPDOG_Dk_Green  {color:#1B3E1E;}
#content .RETRIEVER_Lt_purple{color:#73558E;}
#content .POINTER_Pink       {color:#D49A99;}
#content .MASTIFF_Lt_Blue    {color:#6C81B1;}
#content .HOUND_Lt_Blue      {color:#4D8AB5;}
#content .HOUND_Green        {color:#D0D246;} 	
#content .GUARD_DOG_Lt_Brown {color:#83281A;}
#content .COACHDOG_Orange    {color:#DE7838;}




#topcorners
{
    background:#fff url(../images/sprites.png) -106px -13px no-repeat;
    font-size:0;
    height:48px;
}

#bottomcorners
{   
    background:#fff url(../images/footer.gif) -20px 0px no-repeat;
}
/*
.topcorners
{
    background:#fff url(../images/sprites.png) 0 -232px no-repeat;
    font-size:0;
    height:10px;  
    width:669px;
}

.bottomcorners
{   
    background:#fff url(../images/sprites.png) 0 -262px no-repeat;
    font-size:0;
    height:10px; 
    width:669px; 
}
*/
#content
{
    border:solid 1px #ccc;  
    width:668px;
    clear:both;
    margin-bottom:20px;
}

.mainwide #content
{
    border:solid 1px #ccc;  
    width:943px;
    margin:0 auto;
}


#col3 #content
{
    width:400px;
}


.contentinside,
#contentinside
{
   padding:20px 30px;
   
}
	
	
.contentinside strong,
.contentinside b
{
    font-weight:bold;
}

.contentinside em,
.contentinside i
{
    font-style:italic;
}


#content h1
{
    font-size:210%;
    color:#000;
    font-weight:bold;
    border-bottom:1px solid #ccc;
}
	
#content h2
{
    font-size:140%;
    color:#999999;
    margin:30px 0;


}
	
#content h3
{
    text-transform:uppercase;    
    font-weight:bold;
    margin-top:20px;
    margin-bottom:5px;
    font-size:90%;
}

#content p
{
    margin:10px 0;
}
	
#content ul
{
    margin:10px 0 10px 10px;
}
    #content ul li
    {
        background: url(../images/bullet.gif) no-repeat 2px 2px;
        padding:0px 0px 8px 20px;
        zoom:1;
    }
		
#content ol
{
    margin:10px 0 10px 10px;
}
	
    #content ol li 
    {
        list-style-type:decimal;
        margin-left:20px;
        padding:0 0 8px 0;
    }
	

.tabs
{
    text-align:justify;
    padding:6px;
    margin:10px 0 35px 0;
    border-top:solid 1px transparent;
    clear:both;
}

    .tabs .nav 
    {
        background:#E4E4E4;
        font-family:Verdana, Sans-Serif;
        font-size:120%;
    }

    #wrap .tabs .nav  li
    {
        background:#EEEEEE;
        float:left;
        display:inline;
        margin-right:6px;
        font-size:85%;
        padding:0;     
        width:auto !important;   
        min-width:103px;  
        width:103px;
    }

    #wrap .tabs .nav  li
    {
        
    }
        .tabs .nav  li a
        {
            color:#666666;
            background:#EEEEEE;
            padding:4px 5px 8px;
            display:block;
            position:relative;
            z-index:2;
            top:1px;
        }
        
        .tabs .nav  li a:hover
        {
            background:#ddd;
        }

    .tabs .nav  li.selected
    {
        float:left;    
        color:#666666;  
    }
    
    .tabs .nav  li.selected a
    {
        background: #E7E7E7 url(../images/tab.gif) no-repeat center bottom;
    }
    
    .tabs .nav  li.selected a:active,
    .tabs .nav  li.selected a:focus
    {
        outline:0;
    }

    .tabs .nav li
    {
        background:#E4E4E4;
        float:left;    
        text-align:center;    
    }

    .tabs .tab
    {
        clear:both;
    }

        .tabs .inner
        {
            padding:10px 0;
        }

#wrap .attachments
{
    background:#F4F4F4 url(../images/attachments.gif) no-repeat  14px 8px;
    border:solid 1px #D9D9D9;
    padding:35px 20px 0;   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin:50px 0px 10px 0px;
}

#wrap .attachments a
{ 
    display:block;
    font-size:90%;
    color:#666;
    /*padding-left:45px;    */
}

#wrap .attachments a:hover
{ 
    color:#333;
}

#wrap .attachments ul li 
{
    list-style-type:disc;
    background:0;
    margin-left:45px;
    padding-left:5px;
}




/***************************************
    FORMS STYLES: #content form
    ------------------------------------
    Style rules for form
    areas only.
***************************************/

/***************************************
    FOOTER STYLES: #footer
    ------------------------------------
    Style rules for the footer
    area only.
***************************************/
#footer
{    
    font-size:85%;
    color:#999999;
}

    #footer a
    {
        color:#999999;
    }
    #footer a:hover
    {
        color:#666;
    }

    #footer .colours
    {
        background:url(../images/sprites.png) 0px -587px no-repeat;
        height:18px;
        margin-top:280px;
        clear:both;
        margin-bottom:20px;
    }
    
    #footer .bottommenu
    {
        float:left;
        display:inline;
        margin-left:10px;
        width:500px;
        text-align:left;
    }
    
    #footer .mgz
    {
        margin-right:10px;
        float:right;
        display:inline;
        width:250px;
        text-align:right;
    }

    #footer .xhtml
    {        
        background:url(../images/sprites.png) 0px -720px no-repeat;
        float:right;
        height:20px;
        width:63px;
        text-indent:-9999px;
        display:inline;
        margin-top:10px;
        text-align:left;
        overflow:hidden;
        cursor:pointer;
    }
    
    #footer .css
    {
        background:url(../images/sprites.png) -72px -720px no-repeat;       
        float:right; 
        height:20px;
        width:63px;
        text-indent:-9999px;
        margin-left:10px;
        display:inline;
        margin-top:10px;
        text-align:left;
        overflow:hidden;
        cursor:pointer;
    }
	

/***************************************
    WIDGET STYLES: content and rhs
    ------------------------------------
    Style rules for specific pages.
    Replace the id #container with a
    unique id to do this.
***************************************/

.marquee
{
    height:50px;    
    padding-bottom:10px;
}

    .marquee .overlay
    {
        
    }
    
    .marquee span
    {
        
    }

    .marquee .pipe
    {
        color:#333;
    }

    #content .marquee h2
    {
        text-align:center;
        margin-bottom:10px;
        color:#4C89B5;
    }


.simplecontrol
{
    margin-bottom:20px;
    position:relative;
    border:solid 1px #ccc;
    /*height:130px;*/
    background:#fff;
    zoom:1;
}

    .simplecontrol a
    {
        display:block;
    }


    .simplecontrol span
    {
        background:#FFFFFF none repeat scroll 0 0;
        bottom:9px;
        font-size:87%;
        padding:8px 15px;
        position:absolute;
        right:0;
        font-weight:bold;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }







.banner
{
    text-align:center;    
    margin:10px 0;
    clear:both;
    margin:10px 0;
    zoom:1;
}

    .banner a
    {
        position:relative;
        float:left;
        display:inline;
        border:1px solid #CCCCCC;
        overflow:hidden;
        zoom:1;
    }

    .banner a.mid
    {
        margin-bottom:0;
        margin-left:25px !important;
        margin-left:26px;
        margin-right:26px;
        margin-top:0;
    }

    .banner a span
    {
        left:0;
        margin:0 auto;
        position:absolute;
        right:0;
        text-align:center;
        top:8px;        
        font-weight:bold;
        width:100%;
    }







.mininewscontrol
{
    
}

    .mininewscontrol h3
    {
        font-size:180%;
        margin-bottom:15px;
    }
        .mininewscontrol h3 a
        {
            color:#000;
        }

    .mininewscontrol h4
    {
        font-weight:bold;
        margin-bottom:3px;
        font-size:16px;
    }
        .mininewscontrol h4 a
        {
            color:#666666;
        }
        
    .mininewscontrol p
    {
        margin-bottom:10px;
        font-size:90%;
        
    }




/***************************************
    SINGLE PAGE STYLES: #page
    ------------------------------------
    Style rules for specific pages.
    Replace the id #container with a
    unique id to do this.
***************************************/

/***************************************
    NEWS EVENTS PAGE CONTROL
***************************************/
.newseventitem img
{
    float:left;
}

.newseventitem img
{
        border:9px solid #DDDDDD;
        float:left;
        margin:0 10px 0 0;
}

#rhs .newseventitem img {display:none;}

#rhs .newseventitem p {margin:5px 0px;}

#rhs .newseventitem  {width:236px;}

#rhs .marquee {height:151px;
overflow:hidden;text-align:center}

#rhs .relateditem {padding:10px 0 20px;border:none;}

#rhs .marquee strong {color:#4C89B5;
margin-bottom:10px;
text-align:center;font-size:110%;}

#rhs .tabs {margin:10px 0 -20px;}

#rhs #NewsEvents {margin:10px 0px 0px 0px}

#content .newseventitem .button
{
    position:absolute;
    right:10px;
    bottom:10px;
}

.newseventitem
{
    margin:10px 0;
    padding:10px;
    zoom:1;
}

#wrap .newseventitem h3
{
    margin:0;
    color:#666;
    text-transform:none;
    font-size:185%;
    font-weight:normal;
}

#wrap .newseventitem h3 a
{
    color:#666;
}

.newseventitem .date
{
    
}

.newseventitem p
{
    margin:10px 0 0 127px;
}

.newseventitem .button
{
    clear:both;
    float:right;
}

.dogflash
{
    margin:-14px;
}

.packtypedog
{
    padding:0px 0px 14px;
}

.packtypedog .packtypedogimg
{
    float:left;
    display:block;
    padding:3px 14px 0px 0px;
}

.packtypedog .packtypedogtitle
{
}

.packtypedog .packtypedogdescription
{
}

.radiobutton
{
    padding:20px 0px;
}

.radiobutton .shp_comments
{
    background:#EAEAEA none repeat scroll 0%;
    font-weight:bold;
    padding:10px 8px;
}

.radiobutton table
{
    margin:2px 8px;
}

.radiobutton .correct
{
    background:#C2FFBF none repeat scroll 0% 50%;
    border:1px solid #088F00;
    padding:15px 8px;
}

.BuyMemberButton
{
    margin-top:10px;
}

/***************************************
    JAVASCRIPT STYLES
    ------------------------------------
    Style rules for specific javascript
    files.

***************************************/






/***************************************
    FUTURE CSS
    ------------------------------------
    For testing css2/css3 selectors
    that don't work with all browsers.
***************************************/
/* E.g. This style rule will place an north east arrow after any link on your site to an external site. */
/*a[href^="http://"]:not([href*="smashingmagazine.com"])::after {content: "\2197";content: "\2197";*/






/***************************************
    END
***************************************/