/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    SET UP
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
/* mac hide\*/
html, body
{
    height: 100%;
    color:black;

}
/* end hide */

body
{
    padding: 0;
    margin: 0;
    text-align: center;
    min-width: 800px; /* for mozilla*/
    background-color: #7ecdee;
    font-size: 10pt;
    font-family: Arial, Verdana;
    color:White;
    background-image:url(../img/mainbg.gif);
    background-repeat:repeat;
}

h1
{
    color:#c31f27;
    font-size:130%;
    margin-bottom:10px;
    margin-top:0px
}

h2
{
    color:#ffcc66;
    font-size:130%;
    margin-bottom:10px;
    margin-top:0px
}

h3
{
    color:#a51300;
    font-size:120%;
    margin-bottom:10px;
    margin-top:0px
}

img
{
    border:0px;
}

.proptitle
{
    color:#007DFE;
    padding-left:35px;
    font-size:120%;
}

pre
{
    font-size: 100%;
    font-family: Trebuchet MS, Arial;
    padding-left:35px;
}

#outer
{
    height: 1000000;
    min-height: 100%;
    width: 974px;
    background-color: #57b6e0;
    text-align: left;
    margin: auto;
    position: relative;
    background-image:url(../img/swirl.gif);
    background-repeat:no-repeat;
    background-position: 0px 500px;
    margin-top:250px;
}

#outer, #footer
{
    /*border-left:solid 3px blue;
    border-right:solid 3px blue;*/
}

html > body #outer
{
    height: auto;
}

#clearfooter
{
    width: 100%;
    height: 30px;
    clear: both;
}

a, a:visited, a:active
{
    color:#1a4087;
    text-decoration:none;
    font-weight:bold;
}

a:hover
{
    color:black;
    text-decoration:none;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#header
{
    position: absolute;
    top: 0;
    left: 0px;
    width: 974px;
    height: 63px;
    overflow: hidden;
    color: black;
    z-index: 100;
}


#logo
{
    position: absolute;
    left: 0px;
    top: -225px;
}

#headerright
{
    position: absolute;
    right: 0px;
    top: -225px;
    color:black;
    text-align:right;
    font-weight:bold;
}


#headerright div
{
    margin-left:15px;
    float:right;
}

#headermenu
{
    position: absolute;
    top:0px;
    width: 100%;
    height: 63px;
    bottom: 0px;
    color:White;
    font-size:7pt;
    background-image:url(../img/menubg.gif);
}

.menuitems
{
    position:relative;
    top:0px;
    left:35px;
    top:22px;
    margin-right:21px;
    float:left;
    font-weight:bold;
}

.menuitems a, .menuitems a:active, .menuitems a:visited
{
    font-size:11pt;
    color:white;
    
}

.menuitems a:hover
{
    color:#7ecdee;
}



/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    PRODUCTS / CATEGORIES
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

.product_outer
{
   width:279px;
}
 

.product_content
{
    position:Relative;
    top:0px;
    text-align:left;
    overflow:hidden;
    background-color:#359cc9;
    padding:10px;
    text-align:justify;
}

.product_content a, .product_content a:visited, .product_content a:active
{
    color:yellow
}

.product_content a:hover
{
    color:#e1bd6c
}

.boxfull
{
    background-color:#359cc9;
    padding:15px;
    width:872px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    PRODUCTS SCROLL
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

.product_outer_scroll
{
   width:279px;
   height:300px;
   overflow: auto;
   background-color:#359cc9;
}
 

.product_content_scroll
{
    position:Relative;
    top:0px;
    text-align:left;
    overflow:hidden;
    background-color:#359cc9;
    padding:10px;
}

.product_content_scroll A, .product_content_scroll A:Visited, .product_content_scroll A:Active
{
    color:yellow
}

.product_content_scroll A:Hover
{
    color:#e1bd6c
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT 2 COL
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#left2col
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 565px;
    margin-top: 99px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:22px;
    text-align:justify;
    padding-left:35px;
    /*background-color:#FEFDCE;*/
}

#title
{
    padding-top: 48px;
    padding-bottom: 32px;
    padding-left: 35px;
}

#left2col p
{
    /*padding-left:35px;*/
}

#full
{
    clear:both;
    margin-left:30px;
    margin-right:30px;
    position:relative;
    top:-30px;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   RIGHT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#right
{
    position: relative; /*ie needs this to show float */
    float: right;
    width: 314px;
    margin-top: 99px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:22px;
}

#righttitle
{
    padding-top: 48px;
    padding-bottom: 32px;
    padding-left:20px;

}

#rightphoto
{
    padding-top: 108px;
    padding-bottom: 32px;

}


.right
{
    text-align:right;
    padding-right: 35px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT FULL
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#leftfull
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 902px;
    margin-top: 99px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:22px;
    text-align:justify;
    padding-left:35px;
    padding-right:35px;
    /*border:solid 1px black
    background-color:#FEFDCE;*/
}

#leftfull TABLE
{
    /*margin-left:35px;*/
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FOOTER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.home-footer-logos
{
	margin-right:50px;
	margin-bottom:30px;
	float:left;
	width:150px;
	text-align:left;
}

.home-footer-logos img
{
	width:150px;
}

#footer
{
    position: relative;
    margin: auto;
    width: 974px;
    bottom: 0px;
    clear: both;
    margin-bottom: -50px;
    background-color:#1a4087;
    font-size:90%;
    text-align:left;
    
}

#footerleft
{
    padding-top:10px;
    color: white;
    font-size:110%;
    background-color:#1a4087;
    height:30px;
    padding-left:35px;
}

#footerlogos
{
    margin-left:90px;
}

.footerlogoscontent
{
    /*float:left;
    margin-left:0px;
    margin-right:50px;
    margin-bottom:10px;
    margin-top:10px;*/
    padding:10px;
}

.footer-outer
{
    text-align:center;
    width:255px;
}

#footerright
{
    margin-right: 20px;
    margin-top: 8px;
    float: right;
    color: white;
}


.footertext
{
    font-size:80%;
    margin-left:35px;
    float:left;
}

#footer A, #footer A:Visited, #footer A:Active
{
    color:yellow
}

#footer A:Hover
{
    color:#7ecdee
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    TABLES
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.tbmain .tbheader
{
    background-color:#6a012b;
    color:White;
    font-weight:bold;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
}

.tbmain TD
{
    background-color:#d6d6d6;
    color:black;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
}

.tbmain .white
{
    background-color:White;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    TABLES
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.multimedia-videos-h
{
    float:left;
    margin-right:20px;
    margin-bottom:20px;
}

.other-events
{
    float:left;
    margin-right:100px;
    margin-bottom:50px;
    width:171px;
    text-align:left;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   GENERAL STYLING
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
div, p
{
    margin-top: 0;
}

.small
{
    font-size:80%;    
}


#contact
{
    color: black;
    margin-left: 100px;
}


.red, .topsellers
{
    color:Red;
}

.blue
{
    color:Navy;
}

.back
{
    position:absolute;
    right:40px;
    top:0px;
}

.detailphoto
{
    float:left;
    padding-right:50px;
    padding-bottom:20px;
    width:300px;
}

.details
{
    float:left;
    width:545px;
}

.photos
{
    float:left;
    margin-right:10px;
    margin-bottom:20px;
    text-align:center;
}

.photos-content
{
    line-height:22px;
    padding-left:10px;
}

.lnkLarge
{
    font-size:150%;
}

.right-align
{
    float:right;
    padding-left:20px;
    padding-bottom:20px;
}

.left-align
{
    float:left;
    padding-right:20px;
    padding-bottom:20px;
}

.large-text
{
    font-size:14pt;
}

.artists-links A
{
    font-size:150%;
}

.artists-links H1
{
    font-size:180%;
    margin-bottom:25px;
}

.artists-large-text
{
    font-size:150%;
    color:#1a4087;
    font-weight:bold;
}

.artists-content
{
    padding:10px;
    /*width:650px;*/
    margin-bottom:50px;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FORMS
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
INPUT
{
    border:solid 1px white;
    width:280px;
}

.mailing-list-form
{
    border:solid 1px white;
    width:220px;
}


.button
{
    background-color:#c31f27;
    color:White;
    border:0px;
    width:200px;
    padding:8px;
}



.checkbox INPUT, .checkbox
{
    border:0px;
    width:20px;
}

TEXTAREA
{
    border:solid 1px white;
    width:280px;
    height:150px;
    font-family:Verdana;
    font-size:8pt;
}

.required, .required-field
{
    color:#c31f27;
}

.required-field
{
    margin-left:5px;
    font-size:14pt;
    font-weight:bold;
}

.right-align
{
    float:right;
    margin-left:20px;
    margin-bottom:20px;
}

.schedule, .schedule-right
{
    width:210px;
    height:310px;
    margin-right:10px;
    float:left;
}

.schedule-right
{
    margin-right:0;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   GALLERY
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.gallery
{
    margin-left:127px;
}

.svwp {width: 50px; height: 20px; background: #fff;} /*preloader stuff. do not modify!*/
.svwp ul{position: relative; left: -999em;}/*preloader stuff. do not modify!*/
.slideViewer { 
position: relative;
overflow: hidden; 
margin: 0;
padding: 0;

}

.slideViewer ul {  /*your list of images*/
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
margin: 0; 
padding: 0;
}
.slideViewer ul li {
float:left;

}

/*typographic info*/
.slideViewer span.typo{ 
padding: 6px; /* do not modify padding */
color: #000;
font: normal 10px Verdana;
}

.thumbSlider { /*the thumbnails slider*/
overflow: hidden;
width: 1%;
}
.thumbSlider ul { 
list-style-type: none;
margin: 0; 
padding: 0;
}
.thumbSlider ul li{ 
float:left;
margin: 0;
}
.thumbSlider a{
color: #fff;
text-decoration: none;
}
.thumbSlider a img{
display: block;
padding: 0;
}
.thumbSlider p.tmbrdr { /* the border above -not around- each thumb */
/* width, height and top values are dynamically added by the script. Do not modify. */
position:relative; 
left: 0;
font-size: 0.01em;
left: 0;
margin: 0;
padding: 0;
}

a.left, a.right { /*the left and right buttons (links)*/
background: transparent; /* could be any color  */
color: #ff0000;
font: bold 20px Arial;
overflow: hidden;
}
a.left span, a.right span{

}
a.left img, a.right img{
border: 0;
}
a.l_dis, a.r_dis {
background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */
cursor: default;
}
a.l_dis span, a.r_dis span {
display: none;
}
a:focus {outline:none;}

