/* **********************************************************************
	GENERIC CONTAINER ELEMENT - generic container element
********************************************************************** */

div.container
{
	clear:both;
	position:relative;
	
	margin:0px;
	padding:0px;
	
	top:0px;
	width:850px;
	height:480px;
	
	text-align:left;
}

/* **********************************************************************
	GENERIC BOX ELEMENT - generic container element
********************************************************************** */
div.box
{
	border:0 !important; /* only box child elements should have a border */ 
	
	margin:0px !important; /* should be zero */
	padding:0px !important; /* should be zero */
	
	clear:both; /* clould be clear:both or float */
	position:absolute; /* should be absolute for smother ajax fading */
	
	width:850px; /* generic width of the box */
	height:480px; /* generic height of the box */
}

div.box h3.box_headline
{
	/* border:0px solid #444444;  box body elements could have a border */
	
	font: normal 12px arial,helvetica,sans-serif;
	text-transform: uppercase;
	letter-spacing:1px;
	
	margin:0px; /* define margin top|right|bottom|left */
	padding:10px 0 0 10px; /* define padding top|right|bottom|left */
}

div.box div.box_body
{	
	/* border:0px solid #444444;	 box body elements could have a border */
	
	margin:0px; /* define global margin top|right|bottom|left for all boxes*/
	padding:0px; /* define global padding top|right|bottom|left for all boxes*/
	
	width:100%;

	
	text-align:left;
}

/* **********************************************************************
	GENERIC BOX COLUMN ELEMENT - generic container element
********************************************************************** */

div.box_column
{
	position:relative;
	
	margin:0px !important; /* should be zero */
	padding:0px !important; /* should be zero */
}

div.box_column_body
{
	/* border:0px solid #444444; box box_column elements could have a border */
	
	margin:0px; /* change to set the global margin for all columns */
	padding:0px; /* define global padding top|right|bottom|left for all columns */
}

div.box_column_body h3
{
	font-size:13px;
	margin:0px; /* define margin top|right|bottom|left */
	padding:0px; /* define padding top|right|bottom|left */
	
	margin-bottom:10px;
	padding-left:15px;
}

div.box_column_body p
{
	/* border:0px solid #444444; box box_column elements could have a border */

	margin:0px; /* define margin top|right|bottom|left */
	padding:0px; /* define padding top|right|bottom|left */
	
	font-size: 12px;	
	text-align:justify;
}

div.box_column_body p.large
{ font-size:11px; line-height:20px; }

div.box_column_body p.middle
{ font-size:10px; line-height:15px; }

div.box_column_body p.small
{ font-size:9px; line-height:11px; }

div.box_column_body p.bold
{ 
	font-weight:bold; 
	background-color: #ece9d8; /* ie bold text + opacity problem */	 
}

div.box_column_body p.error
{ 
	border:1px solid #ff0000;
	
	font-weight:bold; 
	background-color: #ece9d8; /* ie bold text + opacity problem */	 
}

div.box_column_block
{
	clear:both; /* clould be clear:both or float */
	position:absolute; /* should be absolute for smother ajax fading */
}

div.box_column_cover
{
	position:absolute;
	z-index:99;
	top:0px;
	left:0px;
	width:100%;
	
	cursor:pointer;
}
/* **********************************************************************
	GENERIC BOX BLOCK ELEMENT - generic container element
********************************************************************** */

div.box_body div.box_block
{
	clear:both !important; /* don't touch */
	margin:0px !important; /* don't touch */
	padding:0px !important; /* don't touch */
}

/* **********************************************************************
	GENERIC BOX HR ELEMENT - generic horizontal splitter element
********************************************************************** */

div.box_body hr
{
	font-size:0 !important; /* don't touch */
	clear:both !important; /* don't touch */
	border:0 !important; /* don't touch */
	
	border-top:1px dashed #444444;
}

/* **********************************************************************
	CUSTOM COLUMN ELEMENT - custom container element
********************************************************************** */

div.c2
{ 
	width:850px;
	height:480px;
}

div.c1to2
{ 
	float:left;
	width:423px;
	height:480px;
}

div.c1to2_
{ 
	float:left;
	width:136px;
	height:480px;
	text-align: justify;
}

div.c1to6
{ 
	float:left;
	width:140px;
	height:480px;
}

div.c1to6s
{ 
	float:left;
	width:140px;
	height:96px;
}

div.c2to6
{ 
	float:left;
	width:280px;
	height:380px;
}

div.c3to4
{ 
	float:left;
	width:100px;
	height:380px;
}

div.c1to4
{ 
	float:left;
	width:690px;
	height:380px;
}
div.c3to4
{ 
	float:left;
	width:512px;
	height:380px;
}

div.c4to6
{ 
	float:left;
	width:560px;
	height:380px;
}

div.c1to2 h3,
div.c1to2 p
{ 
	padding-left:25px;
	padding-right:25px;
}

div.c1to6s h3,
div.c1to6s p,
div.c1to6 h3,
div.c1to6 p
{ 
	font: normal 11px arial,helvetica,sans-serif;
	
	padding-left:5px;
	padding-right:5px;
}

div.c1to6 button,
div.c1to6s img,
div.c1to6 img
{ 
	margin-left:5px;	
	width:132px;
	cursor:pointer;
}

div.c2to6 h3,
div.c2to6 p
{ 
	padding-left:20px;
	padding-right:20px;
}

div.c4to6 img
{ 
	padding-left:5px;	
	cursor:pointer;
	width:555px;
}

/* **********************************************************************
	GENERIC BUTTON ELEMENT - generic button elements
********************************************************************** */

button
{
	background-color:#FFFFFF;
	border:1px solid #9C9677;

	color:#9C9677;
	
	letter-spacing:1px;
	font-size:9px;
	font-style:normal;
	/*font-weight:100;*/
	
	/*text-transform: uppercase;*/
	
	cursor:pointer;
}

/* **********************************************************************
	GENERIC TABLE ELEMENT - generic table elements
********************************************************************** */

table
{
	margin:0;
	padding:0;
	
	border:1px solid #444444;
	
	width:100%;
}

tr
{
	margin:0;
	padding:0;
}

tr.headline
{
	background-color:#444444;
	color:#ffffff;
}

tr.highlight
{
	background-color:#eeeeee;
}

th
{
	margin:0;
	padding:0;
}

td
{
	margin:0;
	padding:0;
}
