/*
CSS for BellaSvago.com
Author: Justin Craft, Zoom Creates
Last Edited: 1/23/2010
*/
body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #666;
	font-weight: 100;
	/*background-color: #695e4a;*/
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 28px;
	padding-bottom: 8px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 100;
}

h2 {
	font-size: 18px;
	padding-top: 24px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: 100;
}

input, textarea, select {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-weight: 100;
	padding: 1px 2px;
}

p, ul, li, th {
	font-weight: 100;
}

sup {
	font-size: 0.5em;
}

.dim {
	color: #999;
	font-size: 10px;
}

li {
	list-style: circle;
	list-style-type: circle;
}

a {
	color: #642200; /*#695E49;*/
	text-decoration: none;
}

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

a.product {
	/* placeholder class */
}

.highlight {
	color: #642200;
}

#shell {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	text-align: center;
}

#container {
	width: 950px;
	padding: auto;
	margin: auto;
	border-left: 2px solid #625743;
	border-right: 2px solid #625743;
	border-bottom: 2px solid #625743;
}

.nav {
	color: #695E49;
	font-size: 16px;
	font-weight: 100;
	padding: 0;
	margin: 10px 12px 8px 12px;
}



#intro {
	padding: 16px 32px;
}

#intro p, #intro li {
	color: #642200;
	font-size: 12px;
	font-weight: 400;
}

#video {
	text-align: center;
	padding: 20px;
	z-index: 1;
}

#footer {
	padding: 20px;
}

#breadcrumb {
    font-family: arial, sans-serif;
    color: #757575;
    font-size: 14px;
    padding: 20px 0px 10px 0px;
}

#breadcrumb a {
    text-decoration: none;
}

#currentCrumb {
    font-weight: bold;
    color: #b65041;
}

#photos {
    width: 285px;
    padding: 20px;
    float: left;
}

.thumbs {
    cursor: pointer;
    border: 1px solid #675f4a;
}

h2 {
    font-family: Arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
    padding: 15px 0px 10px 0px;
    
    margin: 0px;
    color: #695e48;
/*     border-bottom: 1px solid #d8efe9; */
}

.rightSide {
    padding-top: 25px;
    padding-bottom: 125px;
    float: left;
    font-family: Arial, sans-serif;
}

#wholePricing {
    font-family: Arial, sans-serif;
    font-size: 13px;
    width: 145px;
    float: right;
}

#wholePricing table {
    font-size: 13px;
}

.headerColor {
    font-weight: bold;
    color: #b45342;
}

li strong {
    font-weight: bold;
}

.viewLarger {
    display: none;
}

.viewLarger img {
    border: 0px solid;
}

#shell {
    text-align: left;
}
hr {
	size: auto;
	height: 1px;
	color: #695e48;
	margin: 24px 0;
	border: none;
	background-color: #695e48;
}
.fc_discount {
    color: #f00;
}
