html {
	font-size: 1em;	
}

body {
	border: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
	color: #000;
	background-color: #fff;
}

#logo {
	display: none;
}

#logoprint {
	width: 239px;
	padding-left: 300px;
	padding-top: 40px;
	padding-bottom: 20px;
}


#wrapper {
	/*
background-image: url('../images/sifa_bg.jpg');
	background-repeat: no-repeat;
*/
	background-color: #fff;
	width: 600px; 
	margin-left: auto;
	margin-right: auto;
	/*padding-left: 155px;*/
	padding-bottom: 50px;
}

#main {
	width: 535px; /* 525 width + 10 px margin-left for all text content */
}

#spamblock {
	position:absolute; 
	top:0; 
	left:-10000px;
	display: none;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 34px;
	letter-spacing: 1px;
	/*margin-left: 30px;*/
}

h1.small {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
	letter-spacing: 1px;
	/*margin-left: 30px;*/
	color: #000;
}


h2 {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	/*margin-left: 20px;*/
}

.yellow {
	color: #000;
	background-color: #fff;
}

p {
	font-size: 0.9em;
	font-weight: normal;
	/*margin-left: 20px;*/
}

li {
	font-size: 0.8em;
	font-weight: bold;
	list-style-type: none;
}

h1, h2, h3, p {
	/*margin-left: 10px;*/
}

p.notes {
	font-size: 9px;
	font-weight: normal;
	/*margin-left: 20px;*/
}

.radiobg1 {
	/*
background-image: url('../images/sifa_radio1.gif');
	background-repeat: no-repeat;
*/
	width: 41px;
	height: 41px;
	text-align: center;
	vertical-align: center;
	padding-top: 10px;
	float: left;
	display: none;
}

.radiobg2 {
	/*
background-image: url('../images/sifa_radio2.gif');
	background-repeat: no-repeat;
*/
	width: 41px;
	height: 41px;
	text-align: center;
	vertical-align: center;
	padding-top: 10px;
	float: left;
	display: none;
}

.radiobg3 {
	/*
background-image: url('../images/sifa_radio3.gif');
	background-repeat: no-repeat;
*/
	width: 41px;
	height: 41px;
	text-align: center;
	vertical-align: center;
	padding-top: 10px;
	float: left;
	display: none;
}

.radio {
	
}

.infocontainer {
	/*margin-left: 20px;*/
	margin-top: 20px;
	border-bottom: 1px solid #000;
}

.company {
	/*margin-left: 10px;*/
	float:left;
	margin-bottom: 20px;
	width: 350px; /* limit textflow in order to keep collection link atop */
}

.company p, h3 {
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

.company h3 {
	color: #000;
	text-transform: uppercase;
}


.company a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

.company a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	background-color: #E5B364;
}


/* collection => pop up link */

.collection {
	float: right;
	margin-left: 0px;
	display: none;
}

.collection p {
	margin-right: 0px;
	margin-top: 15px;
}

.collection p a {
	color: #000;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
}

.collection p a:hover {
	color: #000;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	background-color: #E5B364;
}


/* contactform */

.formcontainer {
	margin-left: 0px;
	margin-top: 0px;
	/*border-bottom: 1px dotted #E5B364;*/
}

.boxlabel {
	margin-left: 10px;
	float:left;
	margin-bottom: 0px;
	width: 90px;
}

.boxlabel p {
	margin-left: 10px;
}

.inputbox {
	margin-left: 10px;
	float:left;
	margin-bottom: 0px;
	width: 300px;
}

.inputbox input {
	margin-top: 7px;
	font-size: 10px;
	width: 300px;
}

.inputbox select {
	margin-top: 7px;
	font-size: 11px;
	width: 300px;
}


/* submit button image  vote & continue*/
.button {
	margin-top: 40px;
	margin-left: 0px;
	display: none;
}

.status {
	padding-left: 10px;
	/*padding-top: 3px;*/
	/*background-color: #DE273F;*/
	color: #000;
	font-weight: bold;
	/*border-bottom: 2px solid #DE273F;*/
}

.clearall {
	clear: both;
}

