@charset "UTF-8";
/* STRUCTURE */

body{
background-image:url(../images/background.jpg);
background-repeat:repeat-x;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
color:#130e51;
font-size:14px;
background-color:#38375f;
}

a{
text-decoration:none;
color:#9e84a3;
}

img{
border:0px;
}

#shadow{
background-image:url(../images/shadow.png);
padding:0px 43px;
margin:auto;
width:950px;
}

#header{
background-image:url(../images/header.jpg);
width:950px;
height:41px;
padding-top:348px;
background-repeat:no-repeat;
}




/************** NAVIGATION *****************/

#nav{
height:41px;
width:950px;
}

#nav ul{
margin:0px;
padding:0px;
list-style-type:none;
}

#nav ul li{
float:left;
font-size:18px;
padding-top:5px;
text-transform:uppercase;
height:36px;
}


#nav ul li a{
color:#f9f9f9;
font-weight:bold;
display:block;
height:36px;
}

#nav ul li a:hover{
color:#130e51;
}


#home{
background-image:url(../images/buttons/home.jpg);
width:145px;
}
#about{
background-image:url(../images/buttons/about.jpg);
width:183px;
}
#contact{
background-image:url(../images/buttons/contact.jpg);
width:180px;
}
#testimonials{
background-image:url(../images/buttons/testimonials.jpg);
width:201px;
}
#purchase{
background-image:url(../images/buttons/purchase.jpg);
width:241px;
}

#home a{
width:145px;
}
#about a{
width:183px;
}
#contact a{
width:180px;
}
#testimonials a{
width:201px;
}
#purchase a{
width:241px;
}


#home:hover{
background-image:url(../images/buttons_hover/home.jpg);
}
#about:hover{
background-image:url(../images/buttons_hover/about.jpg);
}
#contact:hover{
background-image:url(../images/buttons_hover/contact.jpg);
}
#testimonials:hover{
background-image:url(../images/buttons_hover/testimonials.jpg);
}

#purchase:hover{
background-image:url(../images/buttons_hover/purchase.jpg);
}

/****************** HOME CONTENT ****************/
#home-content{
background-image:url(../images/two_col_back.gif);
background-repeat:repeat-y;
}

.purple-bar{
background-image:url(../images/purple_bar.jpg);
height:33px;
}

#home-content #left-col{
width:620px;
float:left;
min-height:300px;
background-image:url(../images/swirl_back.jpg);
}


#home-content #right-col{
width:274px;
padding:28px;
float:left;
}

#bottom-shadow{
background-image:url(../images/shadow-bottom.png);
width:950px;
height:83px;
padding:0px 43px;
margin:auto;
}


#home-header{
margin:15px;
text-align:center;
}

#picture-paragraph{
width:518px;
margin:auto;
}

#picture-paragraph p{
margin:20px 0px;
line-height:16px;
}

#picture-paragraph p.beside{
margin-top:-20px;
position:relative;
left:-25px;
z-index:3;
width:620px;
}

#picture-paragraph p.bottom-paragraph{
width:620px;
position:relative;
}

#picture-paragraph p.bottom-paragraph img{
margin-top:20px;
}

#picture-paragraph .floated{
float:left;
margin-left:-85px;
margin-top:10px;
background-image:url(../images/picframe.png);
height:270px;
width:239px;
}

ul.purple-hearts{
margin:0px;
padding:0px;
list-style-type:none;
list-style-image:none;
}

ul.purple-hearts li{
font-weight:bold;
font-size:18px;
margin:11px 0px;
padding-left:25px;
background-repeat:no-repeat;
}

#home-content ul.purple-hearts li{
background-image:url(../images/purple_heart_home.gif);
}

.white-header{
font-size:16px;
font-weight:bold;
color:#ffffff;
text-transform:uppercase;
}

.centered{
text-align:center;
}

/************ SUB PAGE CONTENT ***************/
#sub-content{
background-image:url(../images/sub_back.gif);
background-repeat:repeat-y;
}

#sub-content #left-col{
width:680px;
padding:30px 30px 30px 50px;
float:left;
min-height:300px;
background-image:url(../images/swirl_back.jpg);
background-repeat:repeat-y;
}

#sub-content ul.purple-hearts li{
background-image:url(../images/purple_heart.gif);
font-size:14px;
}

#sub-content h2{
font-size:16px;
margin-bottom:10px;
}


#sub-content #right-col{
width:160px;
padding:30px 15px;
float:left;
background-image:url(../images/sidebar.jpg);
height:478px;
}

.hr{
background-color:#684c94;
height:1px;
width:75%;
margin:auto;
}

.testimonial{
margin:25px auto;
}
.testimonial p.testimonial-signature, .testimonial-signature{
text-align:right;
font-weight:bold;
font-style:normal;
padding-right:35px;
}

.italic{
font-style:italic;
}

.portrait{
float:left;
margin:15px;
}

.table{
margin:30px 0px;
}

.table a{
font-weight:bold;
text-decoration:underline;
}

.tr{
margin:10px 0px;
}

.td-left{
float:left;
width:70px;
font-weight:bold;
}

.td-right{
float:left;
width:220px;
padding-right:10px;
}

.td-both{
font-weight:bold;
}

.text-field{
width:200px;
}

.text-area{
width:575px;
}

textarea.text-area{
height:120px;
}

input.submit{
width:80px;
height:30px;
}

.error, .success{
background-image:url(../images/exclamation.jpg);
padding:6px 33px;
font-size:18px;
background-repeat:no-repeat;
font-weight:bold;
}

.red{
color:#9e84a3;
font-weight:bold;
font-size:14px;
margin-left:5px;
}