/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-image: url(images/bkgrnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a {
	color: #282572;
	text-decoration: none;
}

a:hover {
	color: #666699;
	text-decoration: underline;
}


.content strong {
	color: #333;
}

.content {
	background: url(images/bkgrnd-content.gif) repeat-y top center;
}

.content a {
	color: #282572;
	text-decoration: none;
}

.content a:hover {
	color: #666699;
	text-decoration: underline;
}


.footer {
	background-image: url(images/bkgrnd-footer.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #282572;
	height: 55px;
	background-color: #B2B6DA;
	background-position: top;
}

.footer a {
	color: #333399;
 	text-decoration: underline;	
}

.footer a:hover {
	color: #322F96;
 	text-decoration: underline;	
}

.footer a:visited {
	color: #666699;
 	text-decoration: underline;	
}

.box {
	font-family: Cochin, Georgia, Times;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #41518A;
	font-style: italic;
}

h1 {
	font-family: 'Niconne', cursive;
	font-size: 32px;
	color: #394489;
	font-weight: normal;
}

h2 {
	font-family: 'Niconne', cursive;
	font-size: 28px;
	color: #394489;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666699;
	font-weight: normal;
	padding:0;
	line-height:18px;
}


.menu a {
	font-family: Cochin, "Times New Roman", Times;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

.menu a:hover {
	font-family: Cochin, "Times New Roman", Times;
	font-size: 12px;
	color: #B3BAD6;
	text-transform: uppercase;
	text-decoration: none;
}


.new-box {
	font-family: Cochin, Georgia, Times;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #233263;
	font-style: italic;

}

.product-boxes {
	border: 1px #A6ADD0 solid;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; 
	padding: 10px 10px;
	-moz-box-shadow: 0px 6px 12px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.1); box-shadow: 0px 0px 12px rgba(0,0,0,0.1);  -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; 
}

.product-titles {
	font-family: 'Cochin', Georgia, Times;
	font-size: 18px;
	color: #2C3D68;
	font-style: italic;
	font-weight: normal;
}

.script {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #394489;
	
	font-weight: normal;
}