/*sets the font size and colour for the site as well as the background colour */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
}
/* positions the left navigation */
#sectionLinks {
	float: left;
	width: 120px;
	margin-top: 128px;
	margin-left: 20px;
	text-align: right;
	line-height: 20px;
	font-weight: bold;
	color: #0099FF;
}
#sectionLinks a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#sectionLinks a:hover {
	font-weight: bold;
	color: #CCCCCC;
}
/* moves the rest of site to the right of the navigation */
#site {
	width: 760px;
	margin-left: 160px;
}
/* displays and positions the logo */
#logotype {
	background-image: url(assets/bd_logo.gif);
	background-repeat: no-repeat;
	height: 78px;
	margin-left: 190px;
}
/* displays the top section of the rounded corners box */
#title {
	background-image: url(assets/topGlow.gif);
	background-repeat: no-repeat;
	height: 40px;
}
/* displays the left and right edges of the rounded corners box */
#container {
	background-image: url(assets/sideGlow.gif);
	background-repeat: repeat-y;
	width: 760px;
}
/* displays the bottom section of the the rounded corners box */
#bottom {
	background-image: url(assets/bottomGlow.gif);
	background-repeat: no-repeat;
	height: 40px;
}
/* sets the display area for the content type */
.content {
	margin-left: 40px;
	float: left;
	width: 320px;
}
/* content styles for keratinComplex only */
.leftCol {
	margin-left: 40px;
	float: left;
	width: 180px;
}
.rightCol {
	margin-left: 0px;
	float: left;
	width: 140px;
}
/* sets the link effects for the cntent type */
a {
	font-weight: bold;
	color: #09F;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.sb_bold {
	font-weight: bold;
	padding-top: 20px;
}
/* sets the position of the image creating a 60 pixel gutter from the content text */
.floatImage {
	margin-left: 380px;
}
#products {
	background-image: url(assets/products.jpg);
	background-repeat: no-repeat;
	height: 300px;
	background-position: 50px;
}
#bridal {
	background-image: url(assets/bridaltest.jpg);
	background-repeat: no-repeat;
	height: 300px;
	background-position: 50px;
}
#subNav {
	font-size: 11px;
	color: #FFCC00;
}
#subNav a {
	color: #99CCFF;
}
#subNav a:hover {
	color: #FFCC00;
}
#productsText {
	color: #333333;
	width: 120px;
	padding-top: 120px;
	padding-left: 420px;
}
#bridalText {
	padding-top: 22px;
	padding-left: 22px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 40px;
	width: 540px;
}
.note {
	font-size: 10px;
}
td {
	padding-left: 5px;
}
.header {
	padding-top: 2px;
	padding-bottom: 2px;
}
.option {
	font-size: 11px;
}


#wedding {
	background-image: url(assets/bridalfade.jpg);
	height: 400px;
	background-repeat: no-repeat;
	margin-left: 40px;
}
.content ul {
	list-style-type: none;
	padding-left: 0px;
}
.content ul li {
	height: 25px;
	padding-left: 30px;
	padding-top: 5px;
}
.content ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.content ul li a:hover {
	color: #09F;
	text-decoration: none;
	font-weight: normal;
}
.facebook {
	background-image: url(assets/facebook_sm.png);
	background-repeat: no-repeat;
	background-position: -11px 0px;
}
.twitter {
	background-image: url(assets/twitter_sm.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

