#my_menu, #my_menu li {
	padding:0;
	margin:0;
	list-style-type:none;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#prev-arrow{
	display:none;
}

#next-arrow{
	display:none;
}

/*  ----------\
	-----------------------------------------------
	Title 		: Construction Premiere CSS Document
	Author 		: Francis Hogue
	Edition 	: Blank
	Version 	: 1.0
	Created 	: 23-10-2007
	Updated 	: 
	Contact 	: francishogue@francishogue.com
	Copyright 	: Construction Premiere (c) 2007
	-----------------------------------------------
	----------/
*/


/* --------------------------------------
	
	=layout, structure
	
-------------------------------------- */

#faux-column {
	background: url(../img/bg-fauxcol.gif) no-repeat 0 100%;
	float: left;
	margin-top: 1em;
	padding-bottom: 9px;
	width: 651px;
}

#listing {
	background: #fff;
	float: left;
	width: 198px;
}

#desc {
	background: #fff;
	float: right;
	width: 441px;
}

#listing .inner {
	background: #f3f3f3 url(../img/bg-listing.gif) no-repeat;
	padding: 7px 7px 7px 7px;
	width: 181px;	
}

#desc .inner {
	background: #f3f3f3 url(../img/bg-desc.gif) no-repeat;
	padding: 11px;
	width: 419px;

}
/* --------------------------------------
	
	=nav
	
-------------------------------------- */

/* --------------------------------------
	
	=headers
	
-------------------------------------- */

/* --------------------------------------
	
	=basic text style
	
-------------------------------------- */


/* --------------------------------------
	
	=links
	
-------------------------------------- */

#content ul.category a:link, #content ul.category a:visited {
	color: #000;
	/*background: url(../img/ico-plus.gif) no-repeat 0 50%;*/
	font-size: 85%;
	padding-left: 15px;
	text-decoration: none;
}

#content ul.category a:hover, #content ul.category a:active, #content ul.category a.active {
	color: #840017;
	/*font-weight: bold;*/
	text-decoration:underline;
}

/***** Karim *****/

#content li.clients a:link, #content li.clients a:visited  {
	background: none;
	color: #000;
	padding-left: 0px;
}

li.clients {
	list-style-type:square !important;
	margin-left:0px !important;
}

#content li.clients a.active  {
	color: #87051B;
	font-weight:bold;
	text-decoration:none;
}

/**** KARIM **/

/* --------------------------------------
	
	=panel
	
-------------------------------------- */
#photo-slider.small {
	background: url(../img/bg-slider-small.gif) no-repeat;
	height: 100px;
	
}

#photo-slider.small a#btn-slider-prec, #photo-slider.small a#btn-slider-next {
	height: 88px;
	overflow: hidden;
	text-indent: -9999px;
	width: 16px;
}

#photo-slider.small a#btn-slider-prec {
	background: url(../img/btn-prec-small.gif) no-repeat 0 0;
	float: left;
	margin-right: 1px;
}

#photo-slider.small a#btn-slider-next {
	background: url(../img/btn-next-small.gif) no-repeat 0 0;
	float: right;
	margin-left: 1px;
}

#photo-slider.small a#btn-slider-prec:hover, #photo-slider.small a#btn-slider-prec:active {
	background: url(../img/btn-prec-small.gif) no-repeat 0 100%;
}
#photo-slider.small a#btn-slider-next:hover, #photo-slider.small a#btn-slider-next:active {
	background: url(../img/btn-next-small.gif) no-repeat 0 100%;
}

img.carousselSelected {
	/*background: #CCCCCC;*/
	/*border: 2px solid #000000;*/
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
}

li.ghosty {
	color: #999999;
	font-size:85%;
	list-style-type:square !important;
	margin-left:0px !important;	
}
/* --------------------------------------
	
	=list
	
-------------------------------------- */



/* --------------------------------------
	
	=form
	
-------------------------------------- */

/* --------------------------------------
	
	=trick
	
-------------------------------------- */
