/* Zero */
* {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

body {
	background-color: #000000;
	background-image: url(images/mainpage/backgroundfade.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}

#contact{
	background-image: url(images/contact/background.jpg);
	}
	
#aboutpage{
	background-image: url(images/aboutpage/background.jpg);
	}	
	
#designpage{
	background-image: url(images/designpage/background.jpg);
	}
	
#jewelrypage{
	background-image: url(images/jewelrypage/background.jpg);
	}
	
#sportspage{
	background-image: url(images/jewelrypage/background.jpg);
	}

html{

	}

p{
	font-size: 11px;
	line-height: 15px;
	color: #2A6FB8;
	font-family: Verdana, Arial;
	}

 #contactinfo p {
	font-family: Verdana, Arial;
	font-size: 13px;
	line-height: 22px;
	color: #2A6FB8;
	}
	
h5{
	font-size: 15px;
	line-height: 15px;
	font-weight: lighter;
	color: #2A6FB8;
	font-family: Verdana, Arial;
	margin-bottom: 10px;
	}
	

/*--- Content --*/

#container{
	height: 600px;
	width: 950px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
#maincontent{
	height: 470px;
	width: 894px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2px
	}
	
#mainjewelry{
	width: 350px;
	height: 400px;
	float: left;
	}

#contactinfo{
	width: 275px;
	height: 175px;
	float: right;
	margin-top: 35px;
	text-align: left;
	}
	
#aboutcontent{
	width: 290px;
	height: 176px;
	float: right;
	text-align: left;

	}
	
#contentarea{
	height: 400px;
	width: 894px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

	}
	
	
#aboutcontainer{
	width: 775px;
	height: 300px;
	float: left;
	margin-top: 38px;
	}
	
#aboutphoto{
	width: 400px;
	height: 290px;
	float: left;
	}
	
#designprocess{
	width: 842px;
	height: 360px;
	float: left;
	}
	
#contactphoto{
	float: left;
	margin-top: 37px;
	}
	
#jewelrycontainer{
	width: 875px;
	height: 350px;
	float: right;
	}

#sportitems{
	width: 475px;
	height: 385px;
	float: left;
	}

#slideshow{
	height: 300px;
	width: 400px;
	float: left;
	margin-top: 35px
	}
	

#jewelrytype{
	width: 400px;
	height: 200px;
	text-align: left;
	float: right;
	margin-top: 45px;
	}
	
#sportstype{
	width: 400px;
	height: 200px;
	text-align: left;
	float: right;
	margin-top: 45px;
	}

#jewelrytype p{
	width: 290px;
	}
	
#sportstype p{
	width: 290px;
	}

#thankyou{
	}
	
#thankyou p{
	background-image: url(images/mainpage/thankyou.jpg);
	width: 400px;
	height: 138px;
	text-indent: -9999px;
	}

	
/*--- Navigation --*/


a, a:link, a:active, a:visited {
	font-size: 11px;
	color: #9d9fa2;
	}

a:hover, a:visited:hover {
	color: #7ad3f7;
	text-decoration: none;
	}



#navcontainer{
	height: 35px;
	width: 350px;
	top: 405px;
	float: left;
	clear: both;
	margin-top: 35px;
	}
	
#navigation{
	list-style-type: none;
	}
	
#navigation li {
	float: left;
	display: block;	
	height: 35px;
	width: 65px;
	}
	
#bistolink{
	width: 72px;
	height: 33px;
	float: right;	
	margin-top: 32px;
	text-align: left;
	}
	
#bisto{
	display: block;
	height: 33px;
	width: 72px;
	list-style-type: none;
	}
	
	
#bisto li a, #bisto li a:link, #bisto li a:active, #bisto li a:visited{
	height: 33px;
	width: 20px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: repeat
	}

#bisto li a:hover, #bisto li a:visited:hover {
	border-bottom: #ffffff;
	border-bottom-style: dotted;
	border-width: 1px
	}

#homelink{
	width: 200px;
	height: 40px;
	float: right;
	margin-top: 10px
	}
	
#home{
	list-style-type: none;
	}

#homelink li a, #homelink li a:link, #homelink li a:active, #homelink li a:visited{
	width: 200px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	}

#homelink li a:hover, #homelink li a:visited:hover {
	}	

	
/*--- forms ---*/

#formcontainer{
	width: 300px;
	height: 150px;
	float: right;
	margin-top: 37px;
	}
	
#forms{
	float: left 
	}

input, select, textarea {
	clear: none;
	background-color:#ffffff;
	padding: 2px;
	border: 2px dotted #73A0CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9D9FA2;
	width: 200px;
	float: left;
	display: block;
	}

#form div {
	clear: both;
	margin-bottom:10px;
	height: 25px;
	}

#form label {
	width: 70px;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 17px;
	}
	
div#submit {
	padding-top: 10px;
	width: 80px;
	clear: both;
	}
#submit input {
	width: 80px;
	float: left;
	}
	
#message textarea{
	height: 80px;
	}

#form label {
	width: 70px;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 17px;
	}

