@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 16px;
}
li {
	float: right;
	list-style-type: none;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 12px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	padding-right: 20px;
	color: #BC003F;
	padding-bottom: 20px;
	font-style: italic;
	text-transform: uppercase;
}


h2 {
	color: #BC003F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	font-size: 18px;
	font-style: italic;
}
p {
	padding-bottom: 20px;
	position: relative;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height: 650px;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 50px;
}
#wrapper_content {
	clear: both;
	background-image: url(img/bg_wrapper_content_top.gif);
	width: 1000px;
	padding-top: 80px;
	margin-top: 10px;
	background-repeat: no-repeat;
}
#wrapper_collection {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}
.wrapper_content_sub {
	clear: both;
	width: 1000px;
}
.left_align {
	text-align: left;
}


#content_main {
	float: right;
	width: 360px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#content_collection {
	padding-top: 80px;
	text-align: right;
	clear: both;
	height: 800px;
	width: 945px;
	background-image: url(img/bg_wrapper_content_top.gif);
	background-repeat: repeat-x;
	padding-right: 27px;
	padding-left: 27px;
}
.content_collection_sub {
	float: right;
	margin-left: 10px;
	text-align: center;
	margin-right: 10px;
	width: 370px;
}

#content_sub {
	clear: both;
	text-align: right;
	padding-top: 20px;
}
.content_about ul li {
	text-transform: none;
	padding-bottom: 10px;
	list-style-type: square;
	clear: both;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 30px;
}
.content_about {
	width: 650px;
	float: right;
}
#content_about p {

}
.content_about_sub {
	width: 330px;
	float: left;
	text-align: center;
	padding-top: 42px;
}

#content_about_founder {
	width: 330px;
	float: left;
	text-align: center;
	padding-top: 62px;
}
.content_contact {
	float: right;
	width: 650px;
	text-align: left;
}
#content_contact_sub {
	width: 330px;
	float: left;
	text-align: center;
	padding-top: 46px;
}
#content_contact_sub p {
	padding-left: 50px;
}




#fadeshow1 {
	clear: left;
	float: left;
}
a:link   {
	color: #66F;
	text-decoration: none;
}
a:visited {
	color: #66f;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
#MenuBar1 a:link   {
	color: #999;
	text-decoration: none;
	display: block;
}
#MenuBar1 a:visited {
	color: #999;
	text-decoration: none;
	display: block;
}
#MenuBar1 a:hover {
	color: #333333;
	text-decoration: none;
	display: block;
}
#thumb {
	text-align: right;
}
#thumb a {
	float: left;
	width: 135px;
}



#thumb img {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#highlight {
	font-style: italic;
	color: #BC003F;
}



#footer {
	clear: both;
	font-size: 10px;
	text-align: right;
	width: 1000px;
	background-image: url(img/bg_footer.gif);
	background-repeat: repeat-x;
	padding-top: 100px;
	line-height: 16px;
	color: #333;
}

#footer_img {
	float: right;
	padding-left: 8px;
	clear: both;
	text-align: center;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset {
	padding: 15px;
}
