/* CSS Document */


/****************/
/* Global Reset */
/****************/

* {
	margin:0px;
	padding:0px;
}

/***************************/
/* Master page positioning */
/***************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #cccccc;
	background-image:url(/images/backgrounds/page_bg.gif);
}

#page_wrapper {
	width: 770px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #f5f5f5;
	border: 0 1px 1px 1px #bbbbbb solid;
}

#header {
	height: 75px;
	width: 770px;
	background-color:#ffffff;
}

#content_wrapper {
	border: 5px solid #f4f4f4;
	background-color:#f4f4f4;
}

#footer {
	font-size: 10px;
	margin: 0px 5px 0px 5px;
	padding: 5px 0px 5px 0px;
	border-top: #bbbbbb dashed 1px;
	clear: both;
}


/******************/
/* Module styling */
/******************/

.module {
	border-bottom: 5px solid #f4f4f4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.module_title_navy {
	padding: 4px 5px 4px 9px;
	color:#ffffff;
	display:block;
	background-color: #2b4e7d;
	background-image:url(/images/globalnav/module_dark_navy.gif);
	background-repeat:repeat-x;
}

.module_title_dgray {
	padding: 4px 5px 4px 9px;
	color:#ffffff;
	display:block;
	background-color: #808080;
	background-image:url(/images/globalnav/module_dark_gray.gif);
	background-repeat:repeat-x;
}

.module_title_lgray {
	padding: 4px 5px 4px 9px;
	color: #ffffff;
	display:block;
	background-color: #b2b2b2;
	background-image:url(/images/globalnav/module_light_gray.gif);
	background-repeat:repeat-x;
}

.module_title_blue {
	padding: 4px 5px 4px 9px;
	color:#ffffff;
	display:block;
	background-color: #8abbd6;
	background-image:url(/images/globalnav/module_light_blue.gif);
	background-repeat:repeat-x;
}

.module_gray_wrap {
	border-top: 0px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}


/***********************/
/* Home Module styling */
/***********************/

#homeAnimation {
	background-image: url(/images/backgrounds/anim_bg.gif);
	background-repeat: no-repeat;
	height: 205px;
	width: 760px;
}

#homeProducts {
	width: 760px;
}

#homeLeftColumn {
	width: 525px;
	float: left;
	border-right:5px solid #f4f4f4;
}

#homeRightColumn {
	width: 230px;
	float: left;
}

#homeAboutUs {
	background:url(/images/backgrounds/box_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding:5px;
}
#homeAboutUs p {
	margin-top: 0px;
	margin-bottom:10px;
}

#homeContactUs {
	background:url(/images/home/contact_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding:5px;
}
#homeContactUs p {
	margin-top: 3px;
	margin-bottom:3px;
}

#homePartsAndServ {
	background:url(/images/home/parts_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding:5px;
}
#homePartsAndServ p {
	margin-top: 3px;
	margin-bottom:3px;
}

/**************************/
/* Product Module styling */
/**************************/

#produitDesc {
	width: 590px;
	float: left;
}
#produitDesc p {
	padding: 4px 0px 10px 0px;
}

#partsDesc {
	width: 383px;
	float: left;
}
#partsDesc p {
	padding: 4px 0px 10px 0px;
}

.paddedProduct {
	padding: 0px 295px 0px 5px;
}
.paddedText {
	padding: 0px 5px 0px 5px;
}


/***********************/
/* Product Specs Table */
/***********************/

#outlineSpecs {
	vertical-align:top;
	font-size: 10px;
	border:1px solid #d8d8d8;
}
#outlineSpecs td {
	padding: 4px 5px 4px 9px;
}

.outlineSpecsBlue {
	/*vertical-align:text-top;*/
	background-color: #cbe1ed;
}
.outlineSpecsGray {
	/*vertical-align:text-top;*/
}
.outlineSpecsNavy {
	font-weight:bold;
	color:#fff;
	background-color: #2b4e7d;
	background-image:url(/images/globalnav/module_dark_navy.gif);
	background-repeat:repeat-x;
}

/*****************/
/* Lists Classes */
/*****************/

.lists li {
	padding-left: 10px;
	padding-bottom:5px;
	background-image: url(/images/arrows/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.lists {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-top:5px;
}

/*****************/
/* Title Classes */
/*****************/

.titreSection {
	font-size: 250%;
	font-weight: bold;
}

.titreProduit {
	font-size: 250%;
	font-weight: bold;
}

.vidTitle {
	vertical-align:top;
}

.soustitreProduit {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 7px;
}
.action_btn {
	text-decoration:none;
	color:#000000;
	padding: 2px 5px 2px 5px;
	border: 1px solid #999999;
	background-image:url(/images/globalnav/up.gif);
	background-repeat: repeat-x;
}
.action_btn:hover {
	background-image:url(/images/globalnav/over.gif);
}

blockquote {color:#6699FF; font-weight:bold; padding:10px 0 10px 0;}
.floatleft { float:left; margin-bottom:10px; margin-right:10px; margin-top:10px; }
.floatright { float:right; margin-bottom:10px; margin-left:10px; margin-top:10px; }
.paddedFivePx { margin:5px; border: 1px solid #999999; }