/* ------------------------------------------------------------

Title: Consonant Works Master Style sheet
Author: ASI Communications

------------------------------------------------------------ */


/* ------------------------------------------------------------

Defult setting

------------------------------------------------------------ */
* {
	margin: 0;
	padding: 0;
}

body{
	background: #bd2721 url(../images/bg1.jpg) top left repeat-x;
	text-align: center;	
}

form {
	background:url(../images/bg1.jpg) top left repeat-x;
	text-align: center;	
}



img {
	border: none;
}


/* ------------------------------------------------------------

Structure

------------------------------------------------------------ */

#wrap {
	background: transparent url(../images/bg2.jpg) top center no-repeat;
	width: 960px;	
	margin: 0 auto;	
}

#container {
	width: 816px;
	margin: 0 auto;
	text-align: left;	
}

#header {
	background: transparent url(../images/header.jpg) center bottom no-repeat;
	width: 816px;
	height: 216px;
	position: relative;
}

/* safari hack */
html[xmlns*=""] body:last-child #header {
	background: transparent url(../images/header.jpg) 20px 19px no-repeat;
}

#content {
	width: 816px;
}

#content iframe {
	width: 816px;
	height: 600px;
	background: transparent;
}



/* ------------------------------------------------------------

Header

------------------------------------------------------------ */

#header h1 {
	position: absolute;
	top:33px;
	left:30px;

}


/* ------------------------------------------------------------

Menu

------------------------------------------------------------ */
 
#menu {
        background: transparent url(../images/menu.gif) top center no-repeat;
        width: 779px;
        height: 71px;
        position: relative;
        left: 19px;
}
 
#menu ul li,
#menu ul li a  {
        display: block;
        width: 129px; /*This is what breaks the menu into the items */
        height: 71px;
}
 
#menu ul li {
        float: left;
}
 
 
#menu ul li#menuItem1 a:hover { background: transparent url(../images/menu.gif) 0 -71px no-repeat; }
 
#menu ul li#menuItem2 a:hover { background: transparent url(../images/menu.gif) -129px -71px no-repeat; }
 
#menu ul li#menuItem3 a:hover { background: transparent url(../images/menu.gif) -258px -71px no-repeat; }
 
#menu ul li#menuItem4 a:hover { background: transparent url(../images/menu.gif) -387px -71px no-repeat; }
 
#menu ul li#menuItem5 a:hover { background: transparent url(../images/menu.gif) -516px -71px no-repeat; }
 
#menu ul li#menuItem6 a:hover { background: transparent url(../images/menu.gif) -645px -71px no-repeat; width: 134px }
 
 
 
 
 
body#pageStyle1 #menu ul li#menuItem1 a { background: transparent url(../images/menu.gif) 0 -71px no-repeat; }
 
body#pageStyle2 #menu ul li#menuItem2 a { background: transparent url(../images/menu.gif) -129px -71px no-repeat; }
 
body#pageStyle3 #menu ul li#menuItem3 a { background: transparent url(../images/menu.gif) -258px -71px no-repeat; }
 
body#pageStyle4 #menu ul li#menuItem4 a { background: transparent url(../images/menu.gif) -387px -71px no-repeat; }
 
body#pageStyle5 #menu ul li#menuItem5 a { background: transparent url(../images/menu.gif) -516px -71px no-repeat; }
 
body#pageStyle6 #menu ul li#menuItem6 a { background: transparent url(../images/menu.gif) -645px -71px no-repeat; width: 134px }
 
