/* Breezewood Party Center Style Sheet */
/* Created on: 10/10/07 */
/* Created by: Emerge, Inc. */

body{
margin:0px 0px 0px 0px;
/*background-color:#4A617B;*/
background-image:url(/images/background.gif);
background-position:top left;
background-repeat:repeat;
}

body, td{
font-family:"Trebuchet MS";
font-size:14px;
color:#718053;
}

.main{
border-collapse:collapse;
}

.left{
background-image:url(/images/left-bg.gif);
background-position:top right;
background-repeat:repeat-y;
width:39px;
}

.nav{
background-image:url(/images/nav-bg.gif);
background-position:top right;
background-repeat:repeat-y;
width:224px;
}

.container{
background-image:url(/images/content-bg.gif);
background-position:top left;
background-repeat:repeat-y;
width:535px;
text-align:left;
}

.content{
margin-top:-4px;
padding:10px 15px 20px 20px;
background-image:url(/images/content-bg.jpg);
background-position:top right;
background-repeat:no-repeat;
}

.content img{
border-color:#000000;
}

.pageheader{
background-image:url(/images/header-bg.gif);
background-position:top left;
background-repeat:no-repeat;
margin:0px;
width:535px;
height:53px;
z-index:1000;
}

.pageheader h1{
margin:0px;
padding-left:30px;
padding-top:12px;
color:#093875;
font-size:24px;
font-family:"Monotype Corsiva"," Lucida Handwriting";
}

strong, b {
color:#093875;
}

.left-bottom{
background-image:url(/images/left-bottom.gif);
background-position:top right;
background-repeat:repeat-y;
width:39px;
}

.footer-info{
background-image:url(/images/footer-info-bg.gif);
background-position:top right;
background-repeat:repeat-y;
width:224px;
}

.footer-info div{
text-align:left;
padding:15px 0px 15px 27px;
}

.footer-links{
background-image:url(/images/footer-links-bg.gif);
background-position:top left;
background-repeat:repeat-y;
width:535px;
}

.footer-links .links{
float:left;
width:370px;
text-align:center;
font-size:12px;
padding-top:8px;
padding-left:10px;
}

.footer-links .links a{
font-size:12px;
}

.footer-links .logo{
float:right;
width:115px;
padding-right:15px;
text-align:center;
}

a, a:visited{
color:#718053;
text-decoration:underline;
}

a:hover, a:active{
color:#093875;
text-decoration:underline;
}

/* Mozilla ignores crazy MS image filters, so it will skip the following */
.shadow-left { //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/shadow-left.png'); }
.shadow-right { //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/shadow-right.png'); }

/* IE ignores styles with [attributes], so it will skip the following. */
.shadow-left[class] { background: url('/images/shadow-left.png') repeat-y top right; } 
.shadow-right[class] { background: url('/images/shadow-right.png') repeat-y top left; } 
