/* ----- CSS ----- */
	
html{
	}	
	
body{
	background: url('http://www.premiereventsanddesign.com/assets/images/premier-tile.gif') repeat;
	background-image:url('http://www.premiereventsanddesign.com/assets/images/premier-tile.gif');
	font: 12px Tahoma, Verdana, Arial;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
/* ---- Belosic New ---- */
	
	
#navFloat{
	float:left;
	width:180px;
	height:400px;
	color:#996600;
	}
	
#navButton{
	background-image:url('../images/navButton.png')
	background-repeat:repeat-x;
	width:180px;
	height:60px;
	}

#imageArea{
	float:left;
	width:570px;
	height: 400px;
	}
#subFooter {
	background-image:url(../../../images/footer180.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
    float:left;
	width:180px;
	height:82px;
        margin: 0px auto;
        }
#subFooterRight {
	background-image:url(../../../images/footer570.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
    float:left;
	width:570px;
	height:82px;
        margin: 0px auto;
        }
	
#subContent{
    float:left;
	width:180px;
	min-height:178px;
    margin: 0px auto;
	background-color:#FFFFFF;
	}
	
#mainContent{
    float:left;
	width:530px;
	min-height:178px;
    margin: 0px auto;
	padding:20px;
	background-color:#FFFFFF;
	}
	
#header{
	position: relative;
	height: 70px;
	}

.bottomBorder{
		border-bottom: 1px solid #cccccc;
		}
		
   
#menu a {
    width: 180px;
    height: 60px;
	color:#804000
	//*padding-right:25px;*//
}
#menu a:hover {
	//* padding-right:15px;*//
}

#brownBKG {background-color:#663300;}


/* ----- IDS ----- */

#containerBG{
	background: url('../../../images/containerBg.png') no-repeat;
	width: 800px;
	min-height:700px;
	margin: 0px auto;
	margin-top:5px;
	}
	
#container{
	background: transparent;
	width: 750px;
	min-height: 659px;
	margin: 0px auto;
	border: 0px;
	}


#headerContent{
	position: absolute;
	bottom: 0px;
	padding: 0px;
	}

#headerContent h1{
	font-size: 2.5em;
	font-weight: bold;
	color: #006699;
	}
	


#columns{
	}

	
#mainContent h2{
	padding: 0px;
	}
	
#mainContent p{
	padding: 0px;
	}


#subContent h3{
	background: #006699 url('../../../images/bluespacebg.jpg') repeat-x;
	color: #ffffff;
	padding: 2px 10px;
	}
	
#subContent p{
	padding: 0px;
	}
	
#subContent ul {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	}

#subContent ul li {
	display: block;
	margin: 0;
	padding: 3px;
	list-style: none;
	}

#subContent ul li a {	
	font-weight: bold;
	}

#nav{
	}
	
#nav ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav ul li a {
	padding: 0px 10px 0px 10px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	}

#nav ul li a:hover,
#nav ul li.here a {
	background: url('../../../images/bluespacebgactive.jpg') repeat-x;
	}


		
#footerLinks{
        width: 780px;
	position: relative;
	height: 25px;
        margin: 0px auto;
        text-align: center;
        color: #CCCCCC;
        font-size: 10px;
	}

#footerLinks ul{
	margin: 0px auto;
	}

#footerLinks ul li{
	padding: 0px 2px;
	display: inline;
	list-style: none;
        color: #CCCCCC;	
	}

#footerLinks ul li a {
	line-height: 25px;
	color: #CCCCCC;
	font-size: 10px;
	}

#footerLinks ul li a:hover {
	color: #89a34c;
	}

/* ----- CLASSES ----- */

.hide{
}

.show{
}

.width{
	width: 760px;
	margin: 0px auto;
	}

.width25{
	width: 24%;
	}
	
.width75{
	width: 64%;
	}
	
.widthPad{
	width: 760px;
	margin: 0px auto;
	}

.footerSpacer{
	height: 10px;
	background: transparent;
	}

.clearSpacer{
	height: 1px;
	background: transparent;
	}

.blueSpacer{
	height: 25px;
	background: #006699 url('../../../images/bluespacebg.jpg') repeat-x;
        padding: 0px;
	}

.blueSpacer span{
       padding: 1px;
       line-height: 25px;
       color: #ffffff;
       font-size: 10px;
       }

.blueSpacer span a{
       color: #ffffff;
       }

.floatLeft{
	float: left;
	}
	
.floatRight{
	float: right;
	}
	
.floatClear{
	clear: both;
	}

/* ----- HEADINGS ----- */

h1{
}
h2{
}
h3{
}
h4{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}

/* ----- IMAGES ----- */

img{
       border: 0px;
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */



p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}

