/* GENERAL STYLES */
html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
}

a:link, a:active, a:visited
{
	color: #666666;
	text-decoration: none;
}

a:hover
{
	color: #666666;
	text-decoration: underline;
}

img
{
	margin: 0;
	padding: 0;
	border: 0px #ffffff none;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.justify
{
	text-align: justify;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.float-clear
{
	clear: both;
}

.title
{
	padding: 15px 30px 0px 30px;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	border-top: 1px #cccccc solid;	
    	color: #000000;
}

.redtitle
{
	padding: 15px 30px 0px 30px;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	display: block;	
	text-align: center;
    	color: #ff0000;
}

.subtitle
{
	padding: 15px 0px 15px 0px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: center;
}


.line
{
	margin: -15px 0px 15px 0px;
	padding: 0px 30px 0px 30px;
	text-align: justify;
	border-bottom: 1px #cccccc solid;
}

p
{
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
}

/* ------------------------------------------- */

#main
{
	position: absolute;
	top: 15px;
	left: 50%;
	border: 1px none #aaaaaa;
	margin: 0 0 0 -367px;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	width: 735px;
	height: 550px;
}


#homepage
{
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px none #aaaaaa;
	margin: -275px 0 0 -367px;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	width: 735px;
	height: 550px;
}

#homepage p
{
	margin: 0;
	padding: 0;
	padding-left: 0px;
	padding-right: 0px;
	text-align: justify;
}


#content
{
	position: relative;
}

#leftcontent
{
	position: absolute;
	top: 15px;
	left: 30px;
	width: 230px;
}

#rightcontent
{
	margin: 15px 30px 15px 280px;
	padding: 0px 0px 0px 0px;
}

#leftgallerycontent
{
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 170px;
	height: 500px;
	float: left;
	text-align: center;
	overflow: hidden;
}

#rightgallerycontent
{
	margin: 15px 30px 15px 0px;
	padding: 0;
}


#ifr
{
	width: 430px;
	height: 340px;
	border-style: none;
	overflow: hidden;
}


#ifrp
{
	width: 430px;
	height: 250px;
	border-style: none;
	overflow: hidden;
}

#ifrg
{
	width: 500px;
	height: 480px;
	border-style: none;
	overflow: hidden;
}


#footer
{
	margin-top: 40px;
	position: relative;
	clear: both;
}

#strip
{
	width: 675px;
	margin: 10px 30px 10px 30px;
	overflow: hidden;
}

#strip img
{
	margin: 0px 4px 0px 4px;
}

.gallery img
{
	border: 1px solid #cccccc;
}

#gallerystrip
{
	width: 150px;
	height: 400px;
	margin: 10px 30px 10px 30px;
	text-align: left;
	overflow: hidden;
}

#gallerystrip img
{
	margin: 4px 0px 4px 0px;
}

.wheretobuy
{
	margin: 0px 4px 12px 4px;
}

#wheretobuy 
{
}

.wfloat-left
{
	border-right: 1px solid #cccccc;
	float: left;
}


.wfloat-right
{
	border-left: 1px solid #cccccc;
	float: right;
}

#wheretobuybox
{
	margin-left: 160px;
	/*border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;*/
	width: 420px;
}

#wheretobuybox .title
{
	padding: 15px 30px 0px 30px;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	border-style: none;
}

.linkexagerate
{
	color: #0000ff;
	text-decoration: underline;
	font-weight: bold;
}

/* ------------------------------------------- */

.ExagerateRegistrationForm
{
	padding: 15px 30px 20px 30px;
	border-top: 1px #cccccc solid;
}

.ExagerateRegistrationForm .label
{
	width: 225px;
	text-align: right;
	display: -moz-inline-box;
	display: inline-block;
	padding-right: 4px;
}

.ExagerateRegistrationForm .inputbox
{
	width: 225px;
	border: 1px solid #cccccc;
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
}

.ExagerateRegistrationForm .checkboxlist
{
	margin-left: 250px;
	margin-top: -22px;
}

.ExagerateRegistrationForm .button
{
	width: 100px;
	margin-left: 125px;
	border: 1px #666666 solid;
	background-color: #dddddd;
	font-family: Arial;
	font-size: 8pt;
}



/* EDITOR PROPERTIES */
