/****************************************************************/
/*   Design:   Multiflex-5.4                                    */
/*   Type:     Design without sidebar                           */
/*   File:     Grid Toolbox                                     */
/*--------------------------------------------------------------*/
/*   Design:   www.1234.info                                    */
/*   Date:     March 13, 2008                                   */
/*--------------------------------------------------------------*/
/*   License:  Fully open source without restrictions.          */
/*             Please keep footer credits with the words        */
/*             "Design by 1234.info". Thank you!                */
/****************************************************************/

/******************/
/* GLOBAL LAYOUT  */
/******************/

 body {
	font-size:62.5%;
	background-color:#330000;
	font-family:arial,sans-serif;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.container {width:978px; padding-top:10px; padding-bottom:20px; margin:0 auto; font-size:1.0em;}

.header {
	width:958px;
	min-height:85px /*Non-IE6*/;
	height:auto !important /*Non-IE6*/;
	height:85px /*IE6*/;
	font-size:1.0em;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.header-top {
	clear:both;
	width:958px;
	height:5px;
	font-size:1.0em;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
}


.header-bottom {
	clear:both;
	width:958px;
	min-height:30px /*Non-IE6*/;
	height:auto !important /*Non-IE6*/;
	height:5px /*IE6*/;
	font-size:1.0em;
	background-color: #FFFFFF;
	background-image: url(../img/bg_header_bottom.jpg);
	background-repeat: repeat-x;
}

.header-leftcolumn {
	display:inline;
	float:left;
	background-color:#FFFFFF;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.header-rightcolumn {
	display:inline;
	float:right;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	text-align: right;
	width: 300px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 20px;
}






.navbar {
	white-space:nowrap /*IE hack*/;
	float:left;
	width:958px;
	background-color:#FF9900;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130% !important /*Non-IE6*/;
	font-size:120% /*IE6*/;
	border-top-width: 8px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../img/bg_nav_orange.gif);
	background-repeat: no-repeat;
	background-position: right top;
} /*Color navigation bar normal mode*/

.main {
	clear:both;
	width:958px;
	background-color:rgb(200,200,200);
	font-size:1.0em;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.content {
	display:inline; /*Fix IE floating margin bug*/
	;
	float:left;
	width:958px;
	background-color:rgb(200,200,200);
	font-size:1.0em;
	overflow:visible !important /*Non-IE6*/;
	overflow:hidden /*IE6*/;
}
.footer {
	clear:both;
	width:958px;
	padding:1.0em 0 1.0em 0;
	background-color:rgb(225,225,225);
	font-size:1.1em !important /*Non-IE6*/;
	font-size:1.0em /*IE6*/;
	overflow:visible !important /*Non-IE6*/;
	overflow:hidden /*IE6*/;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: rgb(200,200,200);
	border-left-color: rgb(200,200,200);
}



/********************/
/*  NAVIGATION BAR  */
/********************/

/* MAIN MENU */
.navbar ul {
	list-style-type:none;
	margin-left: 45px;
}

.navbar ul li {
	float:left;
	z-index:auto !important /*Non-IE6*/;
	z-index:1000 /*IE6*/;
	background-color:#FF9900;
	color: #FFFFFF;
}
.navbar ul li a {
	float:none !important /*Non-IE6*/;
	float:left /*IE-6*/;
	display:block;
	height:2.1em;
	line-height:2.1em;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	border-right:solid 0px rgb(215,215,215);
	background-color: #FF9900;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}

.navbar ul li a.video {
	float:none !important /*Non-IE6*/;
	float:left /*IE-6*/;
	display:block;
	height:2.1em;
	line-height:2.1em;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFCC;
	border-right:solid 0px rgb(215,215,215);
	background-color: #FF9900;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}

.navbar ul li ul {display:none; border:none;}

/* SUBMENU (Non-IE6 hovering) */
.navbar ul li:hover {position:relative;} /*Sylvain IE hack*/

.navbar ul li:hover a {
	background-color:#CCCCCC;
	text-decoration:none;
} /*Color main cells hovering mode*/

.navbar ul li:hover ul {display:block; width:10.0em; position:absolute; z-index:1000; top:3.0em; margin-top:0.1em; left:0; padding:0px 16px 0px 16px; border-top:solid 1px rgb(215,215,215);}
.navbar ul li:hover ul li a {
	white-space:normal;
	display:block;
	width:10em;
	height:auto;
	line-height:1.3em;
	margin-left:-17px;
	padding:4px 16px 4px 16px;
	border-right:solid 1px rgb(215,215,215);
	border-left:solid 1px rgb(215,215,215);
	border-bottom: solid 1px rgb(215,215,215);
	background-color:rgb(235,235,235);
	font-weight:normal;
	color:#CCCCCC;
} /*Color subcells normal mode*/
.navbar ul li:hover ul li a:hover {
	background-color:#000000;
	text-decoration:none;
} /*Color subcells hovering mode*/

/* SUBMENU (IE6 hovering) */
.navbar table {position:absolute; z-index:1000; top:0px; left:-1px; border-collapse:collapse;}
.navbar ul li a:hover {
	position:relative /*Sylvain IE hack*/;
	z-index:1000 /*Sylvain IE hack*/;
	background-color:#FFFFFF;
	text-decoration:none;
	color: #FF9900;
} /*Color main cells hovering mode*/
.navbar ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:1000; top:3.1em; t\op:3.0em; left:0px; marg\in-top:0.1em; border-top:solid 1px rgb(215,215,215); }


/* CELLS (IE6 hovering) */
.navbar ul li a:hover ul li a {
	white-space:normal;
	display:block;
	w\idth:10.0em;
	height:1px;
	line-height:1.3em;
	padding:4px 16px 4px 16px;
	border-right:solid 1px rgb(215,215,215);
	border-left:solid 1px rgb(215,215,215);
	border-bottom: solid 1px rgb(215,215,215);
	background-color:#996666;
	font-weight:normal;
	color:rgb(100,100,100);
} /*Color subcells normal mode*/
.navbar ul li a:hover ul li a:hover {
	background-color:#CC00FF;
	text-decoration:none;
} /*Color subcells hovering mode*/

/*************/
/*  CONTENT  */
/*************/

/* CONTAINER (NO BOXES)  */
.content-1col-videobox {width:958px; background-color:rgb(255,255,255);}

.content-1col-main {width:958px; background-color:rgb(255,255,255);}


.content-1col-centered {
	width:958px;
	background-color:rgb(255,255,255);
	text-align: center;
}


.content-1col-bug {
	width:958px;
	background-color:rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.content-2col-videobox-leftcolumn {
	display:inline;
	float:left;
	width:255px;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: rgb(215,215,215);
	text-align: center;
	background-image: none;
	text-indent: 0px;
	padding-top: 0px;
	padding-left: 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.content-2col-videobox-rightcolumn {
	display:inline;
	float:right;
	width:690px;
	background-color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: rgb(215,215,215);
}



.content-2col-main-leftcolumn {
	display:inline;
	float:left;
	width:678px;
	background-color:rgb(255,255,255);
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: rgb(215,215,215);
}

.content-2col-main-rightcolumn {
	display:inline;
	float:right;
	width:270px;
	background-color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: rgb(215,215,215);
}




.content-2col-demo-leftcolumn {
	display:inline;
	float:left;
	width:538px;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: rgb(215,215,215);
}

.content-2col-demo-rightcolumn {
	display:inline;
	float:left;
	width:380px;
	background-color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: rgb(215,215,215);
	text-align: center;
}



.content-videomainpage-leftcolumn {
	display:inline;
	float:left;
	width:500px;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: rgb(215,215,215);
	text-align: center;
}

.content-videomainpage-rightcolumn {
	display:inline;
	float:left;
	width:420px;
	background-color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: rgb(215,215,215);
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}




.content-2col-videodemo-left {
	display:inline;
	float:left;
	width:728px;
	background-color:rgb(255,255,255);
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: rgb(215,215,215);
}

.content-2col-videodemo-right {
	display:inline;
	float:right;
	width:215px;
	background-color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: rgb(215,215,215);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	background-image: none;
}

.content-2col-videodemo-full {
	display:inline;
	float:left;
	width:958px;
	background-color:rgb(255,255,255);
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: rgb(215,215,215);
}


.content-2col-wedding-right {
	display:inline;
	float:right;
	width:248px;
	background-color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: rgb(215,215,215);
	text-align: center;
}




.content-3col-leftcolumn {
	display:inline;
	float:left;
	width:318px;
	background-color:rgb(255,255,255);
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: rgb(215,215,215);
}


.content-3col-middlecolumn {
	display:inline;
	float:left;
	width:318px;
	background-color:rgb(255,255,255);
	vertical-align: middle;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: rgb(215,215,215);
	border-left-color: rgb(215,215,215);
}


.content-3col-rightcolumn {
	display:inline;
	float:right;
	width:318px;
	background-color:rgb(255,255,255);
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: rgb(215,215,215);
}

.content-demo-leftcolumn {
	display:inline;
	float:left;
	width:180px;
	background-color:#FFFFFF;
	padding-right: 5px;
	padding-left: 30px;
	vertical-align: middle;
	height: 100px;
	padding-top: 5px;
}


.content-demo-rightcolumn {
	display:inline;
	float:left;
	width:500px;
	background-color:#FFFFFF;
	vertical-align: middle;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCCCCC;
}

/************/
/*  SIDEMENU  */
/************/


.sidemenu1 {
	width:250px;
	text-align: left;
	top: 200px;
	padding-top: 200px;
}




/************/
/*  FOOTER  */
/************/
.footer p {
	clear:both;
	line-height:1.3em;
	text-align:center;
	color:rgb(125,125,125);
	font-weight:bold;
	font-size:90%;
}
.footer p.credits {clear:both; font-weight:normal;}
.footer a, .footer a:visited {text-decoration:underline; color:rgb(125,125,125);}
.footer a:hover {text-decoration:none; color:rgb(0,0,0);}

/*********************/
/*  ROUNDED CORNERS  */
/*********************/

/* PAGE */
.corner-page-top {
	width:978px;
	height:45px;
	overflow:hidden;
	background-color: transparent;
	background-image: url(../img/top_curve.gif);
	background-repeat: no-repeat;
}
.corner-page-bottom {width:978px; height:10px; padding-bottom:20px; background:transparent url(../img/bg_corner_page_bottom.gif) no-repeat; overflow:hidden;}

/* CONTENT */
.corner-content-top {
	clear:both;
	width:958px;
	height:7px;
	overflow:hidden;
	background-color: white;
	background-image: url(../img/bg_corner_content_nosidebar_1col_top.gif);
	background-repeat: no-repeat;
	margin-bottom: -13px !important;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.corner-content-solid {
	clear:both;
	width:958px;
	height:7px;
	overflow:hidden;
	background-color: white;
	background-image: url(../img/bg_divider.jpg);
	background-repeat: no-repeat;
}
.corner-content-bottom {
	clear:both;
	width:958px;
	height:7px;
	margin-bottom:10px;
	overflow:hidden;
	background-color: transparent;
	background-image: url(../img/bg_corner_content_nosidebar_1col_bottom.gif);
	background-repeat: no-repeat;
}
.corner-content-2col-top {width:474px; height:7px; background:transparent url(../img/bg_corner_content_nosidebar_2col_top.gif) no-repeat; overflow:hidden;}
.corner-content-2col-bottom {width:474px; height:7px; margin-bottom:10px; background:transparent url(../img/bg_corner_content_nosidebar_2col_bottom.gif) no-repeat; overflow:hidden;}
.corner-content-3col-top {width:313px; height:7px; background:transparent url(../img/bg_corner_content_nosidebar_3col_top.gif) no-repeat; overflow:hidden;}
.corner-content-3col-bottom {width:313px; height:7px; margin-bottom:10px; background:transparent url(../img/bg_corner_content_nosidebar_3col_bottom.gif) no-repeat; overflow:hidden;}

/******************/
/*  CLEAR FLOATS  */
/******************/
.container:after, .header:after, .header-top:after, .header-bottom:after, .navbar:after, .main:after, .content:after, .content div:after, .subcontent:after, .subcontent div:after, .footer:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.content-1col-nobox:after, .content-2col-nobox-leftcolumn:after, .content-2col-nobox-rightcolumn:after, .content-3col-nobox-leftcolumn:after, .content-3col-nobox-middlecolumn:after, .content-3col-nobox-rightcolumn:after, .content-1col-box:after, .content-2col-box-leftcolumn:after, .content-2col-box-rightcolumn:after, .content-2col-box:after, .content-3col-box-leftcolumn:after, .content-3col-box-middlecolumn:after, .content-3col-box-rightcolumn:after, .content-3col-box:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.corner-content-1col-top:after, .corner-content-1col-bottom:after, .corner-content-2col-top:after, .corner-content-2col-bottom:after, .corner-subcontent-top:after, .corner-subcontent-bottom:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
 p:after {content:"."; display:block; height:0; /*clear:both Do not use here to avoid paragraphs clearing next to images;*/  visibility:hidden;}
 
/**************/
/*  PRINTING  */
/**************/
/* To avoid that some layouts may break during printing */
/* we remove one vertical border-line for the columns  */  
@media print {.content-2col-nobox-rightcolumn {display:inline; float:right; width:313px; border-left:none; background-color:rgb(255,255,255);}}
@media print {.content-3col-nobox-rightcolumn {display:inline; float:right; width:313px; border-left:none; background-color:rgb(255,255,255);}}
