
/* Structure elements */
/* Ref: http://www.maxdesign.com.au/presentation/center/ */
body
{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#main_container
{
	margin: 1em auto;
	width: 950px;
	height: 500px;
	padding: 1em;
	text-align: left;
	z-index: -10;
}

div#struct_logo
{
	z-index: 1;
	position: absolute;
	width: 165px;
	height: 392px;
	background-image: url('img/logo_left.png');
	background-repeat: no-repeat;
	background-position: center right;
}


/* Menu -------------------------------------------------------------------- */
div#struct_menu
{
	position: relative;
	left: 165px;
	top: 392px;
	width: 785px;
}

td.secspacer
{
	width: 22px;
}

td.seclink
{
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 5px;
	height: 38px;
	background-image: url('img/linksep.png');
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
	vertical-align: top;
}

td.seclink_last
{
	padding-right: 0px;
	padding-top: 5px;
	height: 38px;
	text-align: right;
	vertical-align: top;
}


/* Backgrounds ------------------------------------------------------------- */
div#bg_content_about,div#bg_content_catalog,div#bg_content_custom,div#bg_content_dist,div#bg_content_events,div#bg_content_exterior,div#bg_content_interior
{
	z-index: -1;
	position: absolute;
	width: 950px;
	height: 392px;
	background-repeat: no-repeat;
	background-position: 160px center;
}

div#bg_content_about
{
	background-image: url('img/bg_about.jpg');
}

div#bg_content_catalog
{
	background-image: url('img/bg_catalog.jpg');
}

div#bg_content_custom
{
	background-image: url('img/bg_custom.jpg');
}

div#bg_content_dist
{
	background-image: url('img/bg_events_dist.jpg');
}

div#bg_content_events
{
	background-image: url('img/bg_events_dist.jpg');
}

div#bg_content_exterior
{
	background-image: url('img/bg_exterior.jpg');
}

div#bg_content_interior
{
	background-image: url('img/bg_interior.jpg');
}


/* Content holder ---------------------------------------------------------- */
div#content_holder
{
	position: absolute;
	padding-top: 40px;
	padding-left: 190px;
	width: 760px;
}


/* Basic HTML elements ----------------------------------------------------- */
p
{
	text-indent: 8pt;
	padding: 0px;
	margin-bottom: 8px;
}

a,p
{
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2;
	text-align: justify;
	text-indent: 0px;
}

a:hover
{
	text-decoration: underline;
}

h1,h2,p,a,div
{
	font-family: Arial, Verdana, Helvetica;
	color: #4d4d4d;
	margin-top: 0px;
}

h1.col,h2.col,p.col
{
	width: 320px;
}

h1
{
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 0px;
}

h2
{
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 0px;
}

/* Pages ------------------------------------------------------------------- */

/* Page: Welcome */
.txt_welcome
{
	padding-left: 40px;
	padding-top: 130px;
}

/* Page: About */
/* Page: Interior products */
/* Page: Exterior products */

/* Page: Custom design */
ul.custom
{
	list-style-type: none;
}

li.custom
{
	color: #0000ff;
}

.custom_title
{
	color: #0000ff;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 0px;
}

.custom_date
{
	color: #0000ff;
	margin-top: 0px;
	text-align: right;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
}

a.custom_list
{
	color: #0000ff;
}

/* Page: Catalog */
.txt_catalog
{
	text-align: center;
	width: 760px;
	padding-top: 108px;
}

/* Page: Distributors */
.dist_infos
{
	font-size: 8pt;
}

.dist_city
{
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 0px;
}

.dist_title
{
	padding-top: 12px;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 0px;
}

/* Page: Press & Events */
.event_name
{
	text-indent: 0px;
	font-size: 10pt;
	color: #0000ff;
}

.event_date, .event_link
{
	font-size: 8pt;
	color: #0000ff;
}

td.col_pressevent p
{
	text-indent: 0px;
	margin-top: 12px;
	margin-bottom: 0px;
}
