﻿body 
{
	margin:0;
	color:#333;
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #e4d4b3;
}

img
{
	border-style:none;
}
a
{
	text-decoration:none;
	color:#000;
	font-weight: bold;
}
a:hover
{
	text-decoration:underline;
}
input,
textarea,
select
{
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#1e4147;
	vertical-align:middle;
}
form,fieldset
{
	margin:0;
	padding:0;
	border-style:none;
}
fieldset legend
{
	margin-bottom:15px;
}

#splash
{
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 30%;
	margin-left: -517px;
	margin-top: -275px;
	width: 1034px;
	height: 845px;
	background-image: url('./Images/splash.jpg');
	background-repeat: no-repeat;
}

#splash #splashCatalogue
{
	position: absolute;
	z-index: 1;
	right: 60px;
	bottom: 70px;
	width: 263px;
	height: 268px;
	background-image: url('./Images/splash_catalogue.png');
	background-repeat: no-repeat;
}
#splash #splashCatalogue:hover
{
	background-image: url('./Images/splash_catalogue_rollOver.png');
}

#splash #splashFreeSamples
{
	position: absolute;
	z-index: 2;
	right: 270px;
	bottom: 50px;
	width: 209px;
	height: 203px;
	background-image: url('./Images/splash_freeSamples.png');
	background-repeat: no-repeat;
}
#splash #splashFreeSamples:hover
{
	background-image: url('./Images/splash_freeSamples_rollOver.png');
}

#splash #splashNewProducts
{
	position: absolute;
	z-index: 3;
	left: 60px;
	bottom: 125px;
	width: 209px;
	height: 203px;
	background-image: url('./Images/splash_newProducts.png');
	background-repeat: no-repeat;
}
#splash #splashNewProducts:hover
{
	background-image: url('./Images/splash_newProducts_rollOver.png');
}


/*container style*/
#container {
	margin:0px auto 0;
	width:622px;
	overflow:visible;
}

/*main style*/
#main 
{
	position: relative;
	top: -50px;
	padding-top:9px;
}
.media-window 
{
	cursor: hand;
	position:relative;
	top: 50px;
	width:622px;
	height: 253px;
	padding-left:5px;
	background-image: url('./Images/logo_small.png');
	background-repeat: no-repeat;
}

/*main-content style*/
.main-content 
{
	width:100%;
	background:url('./Images/main-content-bottom.gif') no-repeat 0 100%;
	padding:7px 0;
}
.next 
{
	padding-top:6px;
}
.main-content p 
{
	margin:0 0 17px;
}
.inner 
{
	background:url('./Images/main-content-center.gif') repeat-y;
}
.holder 
{
	width:622px;
	overflow:hidden;
}
/*welcome style*/
.welcome 
{
	float:left;
	width:622px;
	min-height:225px;
	background:url('./Images/welcome-top1.gif') no-repeat;
}

/* Register form */
.register-form
{
	width:540px;
	margin-right:4px;
	padding:50px 41px 20px 41px;
}
.register-form h1.freeSamples 
{
	display: block;
	background:url('./Images/title-freeSamples.jpg') no-repeat;
	width:328px;
	height:48px;
}
.register-form fieldset
{
	border: 1px solid #ffffff;
	margin: 15px 0px;
	padding: 15px;
}
.register-form  legend
{
	font-weight: bold;
	font-size: 15px;
	padding: 0px 10px;
	margin-left: 10px;
}
.register-form label
{
	 width: 100px;
	 display: block;	
	 float: left;
	 margin-right: 10px;
	 position:relative;
	 top: 3px;
	 text-align: right;
}
.register-form label.clear
{
	 text-align: left;
	 float: none;
	 margin-bottom: 5px;
	 width: 100%;
}
.register-form input
{
	 /*width: 200px;*/	
} 
.register-form input[type="text"] 
{
	width: 200px;
}
.register-form div
{
 	margin-bottom: 5px;
}
.register-form .requiredField
{
 	color: #ff0000;
 	font-weight: bold; 	
 	display: inline; 
}
.register-form  .SubmitButton
{
	margin-bottom: 15px;
}


.freeSamplesImage
{
	width: 550px;
	height: 169px;
	margin-left: -6px;
	border: dotted 2px #C0C0C0;
	background:url('./Images/samples_subheader.jpg') no-repeat;	
}

/* ERROR MESSAGE */
.ErrorMessage
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px dotted #f00000;
    background: url('../images/errormessageicon.png' ) no-repeat 8px 8px;
    background-color: #feabab;
}
.ErrorMessage .MessageTitle
{
    font-weight: bold;
    padding-left: 50px;
    font-size: 1.2em;
}
.ErrorMessage .MessageBody
{
    padding-left: 50px;
}


/* SUCCESS MESSAGE */
.SuccessMessage
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px dotted #00ff00;
    background: url('../images/successmessageicon.png' ) no-repeat 8px 8px;
    background-color: #9afe9a;
}

.SuccessMessage .MessageTitle
{
    font-weight: bold;
    padding-left: 50px;
    font-size: 1.2em;
}
.SuccessMessage .MessageBody
{
    padding-left: 50px;
}