/** BASIC */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	background-color: #dbdbdb;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
}
p {font-size: 11px;
}

.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px} 

#preview{
    width:350px;
	position:absolute;
	background:#ddd;
	padding:0px;
	display:none;
	color:#fff;
	}

	
body#home a#homenav, 
body#videos a#vidnav,
body#products a#prodnav, 
body#technology a#technav, 
body#faqs a#faqsnav, 
body#about a#abonav, 
body#contact a#contnav, 
body#blog a#blognav {
color: #fff;	
background-image: url(img/bg_menu.png);
text-shadow: 0.1em 0.1em 0.1em #C90614;

}

a {

	color: #7b7b7b;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000
}

/** BANDIERE */
#topper {
	width: 800px;
	height: 40px;
	margin: 5px auto;
}

#side-a {
	float: left;
	width: 150px;
	height: 50px;
    background-repeat: no-repeat;
}

#side-b { 
	float: right;
	width: 650px;
	height: 50px;
	text-align: right;
}

/** MENU */

#menu {
	width: 800px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;

}
#menu ul {
	width: 800px;
	margin: 0px;
	padding: 7px 0px;
	background: #ddd;
	background-image: url(img/bg_menu.jpg);
	text-shadow: 0.1em 0.1em 0.1em #fff;

}
#menu li {
display: inline;
}
#menu a {
	padding: 7px 10px;
	text-decoration: none;
	background-image: url(img/bg_menu_2.jpg);
	font-color:#dddddd;
}
#menu a:hover {
	background-color:#000;
	color:#fff;
	text-shadow: 0.1em 0.1em 0.1em #717171;
}

/** MENU RIGHT */

#menu_r {
	width: 800px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: right;
	color:#ff33dd;
}

#menu_r ul {
	width: 800px;
	margin: 0px;
	padding: 7px 0px;
	text-shadow: 0.1em 0.1em 0.1em #fff;
}

#menu_r li {
display: inline;
}

#menu_r a {
	padding: 7px 5px;
	text-decoration: none;
    font-weight: normal;
}

#menu_r a:hover {
	font-weight: normal;
	color:#fff;
	text-shadow: 0.1em 0.1em 0.1em #717171;
}


/** CONTENT */
#content {
	width: 800px;
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
	font-size: 11px;

}



/** FORM MAIL */
#page-wrap {

font-size: 11px;
font-color:#dddddd;
	width: 800px;

	padding: 0px 0px 0px 0px;
	margin: 10px auto;
	min-height: 300px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 700px;
	margin-top: 25px;
		margin-bottom: 25px;
			background: #dddddd;
}

#contact-area input, #contact-area textarea {
background: #dddddd;
	padding: 2px;
	width: 250px;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 0px 10px 0px;
	border: 3px solid #dddddd;
}
#contact-area textarea {
	height: 160px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 3px solid #dddddd;
}

#contact-area input.submit-button {
	width: 50px;
	float: right;
	background: #DA0615;}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 10px;
}


/* Form */
form{
	padding: 10px;
	margin: 10px auto;
}

label {
	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
}

.blue {
	color: #dddddd;
	font-weight: bold;
}

/* footer */
.dwnld {
	Display: block;
	padding: 10px;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	border: 0px solid #dddddd;
	color: #999;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 50px;
}

/* footer */
.footer {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #fff;
	background-color: white;
	color: #999;
}

.footer p {
	color: #999;
}

/* Congratulation message */
.MsgSent {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
}

.MsgSent h1 {
	background: url(../images/MsgSent.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
}

/* Error message */
.MsgError {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgError h1 {
	background: url(../images/MsgError.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
	color: #CC0000;
}

.MsgSent p, .MsgError p {
	font-size: 1.3em;
	color:#999;
}

/***** FormCheck *****/
.tipsbox .tipsbox_top_left{
	background : url('../images/top_left.png') no-repeat;
	_background : url('../images/top_left.gif') no-repeat;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_top{
	background : url('../images/top.png') repeat-x;
	height : 17px;
	_background : url('../images/top.gif') repeat-x;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_top_right{
	background : url('../images/top_right.png') no-repeat;
	_background : url('../images/top_right.gif') no-repeat;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_left{
	background : url('../images/left.png') repeat-y;
	width : 17px;
	_background : url('../images/side.gif') repeat-y;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_right{
	background : url('../images/right.png') repeat-y;
	width : 22px;
	_background : url('../images/side.gif') repeat-y;
	_width : 9px;
}

.tipsbox .tipsbox_bottom_left{
	background : url('../images/bottom_left.png');
	_background : url('../images/bottom_left.gif') no-repeat;
	_background-position : 9px 0px;
}

.tipsbox .tipsbox_mark{
	background : url('../images/mark.png') no-repeat;
	height : 36px;
	_background : url('../images/mark.gif') no-repeat;
}

.tipsbox .tipsbox_bottom_right{
	background : url('../images/bottom_right.png');
	_background : url('../images/bottom_right.gif') no-repeat;
}

.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6{
	background : url('../images/inner.png');
}

.tipsbox .tipsbox_inner_ie6 {
	padding : 4px;
}

.tipsbox .tipsbox_error {
	background : url('../images/error.png') no-repeat;
	_background : url('../images/error.gif') no-repeat;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	float: left;
	clear: left;
}

.tipsbox p, .tipsbox {
	font-size: 1em;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.tipsbox p {
	padding-left: 55px;
	line-height: 15px;
}

.tipsbox p span {
	font-size: 1em;
	font-weight: bold;
	color: red;
	line-height: 35px;
}


.error_f {
	border : 1px dotted #666;
	margin-top : 5px;
	background-color : #EAEAEA;
}

.error_f p {
	margin : 5px;
	color : #A00;
}

.error_f p span {
	font-size : 1.1em;
	color : #000;
	margin : 5px 0px 0px 0px;
}



/** FOOTER */

#footer {
	color: #ABABAB;
	clear: both;
	font-size : 11px;
	width:100%;
	margin: 0px auto;
    position:relative; bottom:0px;
}
