@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Balthazar);

html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:#000;
	color:#fff;
	font-size:13px;
}

h1 {
	color:#c49800;
	font:22px;
	font-family:"Times New Roman", Times, serif;
	line-height:35px;
}
h2 {
	color:#c49800;
	font:22px;
}

a:link, a:hover, a:active, a:visited {
	color:#c49800;
}
.designerTitle {
	color:#cbb055;
	font-size:21px;
font-family: 'Balthazar', serif;
font-weight:bold;
}	
#bodytext .testimonials {
	font-size:16px;
	font:Arial, Helvetica, sans-serif;
}
.goldText {
	color:#c49800;
}




#wrap {
	width:1000px;
	margin:0 auto;
}

/*Header */
#head {
	width:1000px;
}
#headL {
	width:225px;
	float:left;
	font-size:15px;
	line-height:34px;
	height:155px;
}
#headM {
	width:550px;
	text-align:center;
	float:left;
}
#headR {
	width:225px;
	float:right;
	text-align:right;
	height:155px;
}



/*NAV*/
#main-menu {
    clear:both;
    float:left;
    width:1100px;
    height:40px;
    font-family:Arial;
    color:#FFFFFF;
    font-size:17px;
	background:url(images/nav-bg.gif) no-repeat;
	line-height:40px;
}

#main-menu ul{
    display:inline;
    margin:0;
    padding:0;
    list-style:none;
}

#main-menu ul li {
    display:inline;
    float:left;
    color:#fff;
    position: relative; 
    text-transform:uppercase;
}

#main-menu ul li a:link, #main-menu ul li a:visited {
    padding:0px 68px 0 0;
    text-decoration:none;
    color:#fff;
    display:block;
}
#main-menu ul li a.last {
    padding:0 0 0 0;
    text-decoration:none;
    color:#fff;
    display:block;
}
#main-menu ul li a.first {
    padding:0 62px 0 20px;
    text-decoration:none;
    color:#fff;
    display:block;
}
#main-menu ul li a:hover, #main-menu ul li a:active {
	color:#c49800;
	text-decoration:none;
}




/*Slider */
#sliding {
	clear:both;
	width:1000px;
	height:566px;
	margin:0 0 40px 0;
}




/*Body*/
#bodytext {
	clear:both;
	width:1000px;
	padding:20px 10px 40px 10px;
}	

#bodytext p, #bodytext div {
	font-size:19px;
	line-height:25px;
font-family: 'Balthazar', serif;
}



/*Bottom 3 Boxes */
#boxL {
	float:left;
	width:310px;
	padding:0 35px 0 0;
}
#boxM {
	float:left;
	width:310px;
	padding:0 35px 0 0;
}
#boxR {
	float:left;
	width:310px;
	padding:0 0 0 0;
}
.boxTitle {
	font-family:"Times New Roman", Times, serif;
	color:#c69900;
	font-size:28px;
	font-weight:bold;
}
.boxText {
	font-size:15px;
	line-height:26px;
}


/*Footer */
#footerLine {
	clear:both;
	width:1000px;
	height:80px;
	background:url(images/easton-ma-jewelry-designer.gif) no-repeat;
}

#footerL {
	width:160px;
	float:left;
}
#footerM {
	width:680px;
	float:left;
	text-align:center;
}
#footerR {
	width:160px;
	float:right;
}