@charset "UTF-8";
/* CSS Document */

/* div {border: 1px solid red;} */

a:link { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:hover { color: #000000; text-decoration: underline }


body {
background: #f26872 url(images/starsbg.gif);
margin: 0;
padding: 0;
}



/* main navigation */

#nav {
position:relative;
	top:75px;
	left:90px;
	}
	
	#about_nav {
position:relative;
	top:75px;
	left:70px;
	}
	

#order_nav {
position:relative;
	top:-60px;
	left:90px;
	}
	
ul#nav {
	width:303px;
	height:74px;
}


ul#nav li {
padding:0;
margin:0;
list-style-type:none;
float:left;
text-indent:-9999px;
}

ul#nav li a {
border:0;
text-decoration:none;
display:block;
background:transparent url(images/nav.gif) no-repeat;
}


li#home a {
width:88px;
height:74px;
}

li#order a {
width:88px;
height:74px;
}

li#about a {
width:88px;
height:74px;
}


li#home a:link, li#home a:visited {
background-position:0px -8px;
}
li#home a:hover, li#home a:focus {
background-position:0px -80px;
}

li#order a:link, li#order a:visited {
background-position:-88px -8px;
}
li#order a:hover, li#order a:focus {
background-position:-88px -80px;
}

li#about a:link, li#about a:visited {
background-position:-175px -8px;
}
li#about a:hover, li#about a:focus {
background-position:-175px -80px;
}


/* universal stuff */



p {
padding: 0px;
margin: 0px;
}

h1 {
font-family: georgia, garamond, times new roman, serif;
font-size: 13px;
line-height: 15px;
text-align: left;
color: #000000;
font-weight: bold;
}

h2 {
font-family: georgia, garamond, times new roman, serif;
font-size: 12px;
line-height: 15px;
text-align: left;
color: #000000;
font-weight: bold;
}

h3 {
font-family: georgia, garamond, times new roman, serif;
font-size: 11px;
line-height: 15px;
text-align: left;
color: #000000;
font-weight: normal;
font-style: italic;
}

strong {
font-family: inherit;
font-size: 14px;
color: #000000;
font-weight: bold;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#credit {
font-family: "trebuchet MS", arial, verdana, sans-serif;
font-size: 11px;
line-height: 15px;
color: #49176d;
padding-bottom: 15px;
padding-left: 500px;
padding-top: 145px;
margin: 0;
font-weight: normal;
}

#home_txt_container p, #about_txt_container p {
text-align: justify;
font-family: georgia, garamond, times new roman, serif;
font-size: 11px;
line-height: 14px;
color: #000000;
padding-top: 10px;
}



/*home page */

#homewrapper {
width: 810px;
height: 840px;
background:  url(images/homebg.jpg) no-repeat;
}

#home_main {
width: 350px;
height: auto;
padding-top: 120px;
padding-left: 350px;
}

#home_txt_container {
width: 350px;
height: auto;
}

#photos {
width: 350px;
height: 130px;
padding-left: 30px;
padding-top: 20px;
}

.thumb {
height: 63px;
width: 73px;
float: left;
}



/* order page */


#orderwrapper {
width: 812px;
height: 574px;
background:  url(images/order_bg.jpg) no-repeat;
}

#order_main {
width: 400px;
height: 180px;
padding-top: 150px;
padding-left: 300px;
}

#order_txt_container {
background:  url(images/orderbubblebg.png) no-repeat;
width: 400px;
height: 180px;
}

#order_txt_container p {
text-align: left;
font-family: georgia, garamond, times new roman, serif;
font-size: 11px;
line-height: 14px;
color: #000000;
padding-top: 45px;
padding-left: 110px;
padding-right: 40px;
}


/* about page */


#aboutwrapper {
width: 810px;
height: 814px;
background:  url(images/aboutbg.jpg) left no-repeat;
}


#about_head {
background: url(images/about_header.gif) top center no-repeat;
width: 249px;
height: 35px;
}

#about_main {
width: 380px;
height: auto;
padding-top: 160px;
padding-left: 300px;
}

#about_txt_container {
width: 380px;
height: auto;
}







