@charset "utf-8";
/* CSS Document */

body {
	margin: 0px; padding: 0px;
	background-color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	color: #7f7d78;
	font-size: 13px;
	line-height: 19px;
	}
	
/** Text Style **/

h2 {
	margin: 0px 0px 10px 0px;
	font-size:36px;
	line-height: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	}

small {
	color: #595856;
	font-weight: bold;
	font-size: 11px;
	display: block;
	margin-bottom: 15px;
	}

a {
	color: #007de2;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

p {
	margin: 0px 0px 15px 0px;
	}

a.button {
	background: #32312f url(/images/test1/button_bg.jpg) repeat-x;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #32312f;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 25px;
	}
	
a.button:hover {
	background: #007de2 url(/images/test1/button_bg_o.jpg) repeat-x;
	border-color: #007de2;
	}
	
#main {
/*	background: #c4c0be url(/images/test1/background_light_slice.jpg) repeat-x;
*/
	background-color:#CCCCCC;
	}

#main .container {
	background-image: url(../images/master_page_bg01.png);
	background-repeat: no-repeat;
	height: 300px;
}
	
	
.container
{
	width: 1179px;
	margin: auto;
	position: relative;
}

.flash_container
{
	width: 1179px;
	margin: auto;
	position: relative;
	}

#header {
	padding-top:10px;
	padding-left: 30px;
	height: 280px;
	}

#logo h1, #logo small{
/*	margin: 0px;
*/
	display: block;
	text-indent: -9999px;
	}
	
#logo {
	background-image: url(../images/web_template/sales_recruiters_logo2.png);
	background-repeat:no-repeat;
	margin-left: 150px;
	margin-top: 45px;
	padding-bottom:5px;
	width: 292px;
	height: 91px;
	}
	
ul#topmenu {
	margin:0px;
	padding: 0px;
	position:absolute;
	right: 180px; /** this place menu position to the right**/
	width: 550px;
	}
	
ul#topmenu li {
	display: inline;
	margin-left: 12px;
	}
	
ul#topmenu li a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Heletice, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform:uppercase;
	}

ul#topmenu li a:active, ul#menu li a:hover {
	color: #E62F03;
	}

/** MAIN MENU **/

#main_menu {
	margin:0px;
	padding-left: 15px; /** this place menu position to the LEFT**/
	height: 60px;
	width: 916px;
	position:absolute;
	}

/** Fixing PNG Transparency in IE6 **/

img, #logo {
	behavior: url(/scripts/scripts/iepngfix.htc);
	}	

/** Block Style **/

.block {
	border: 1px solid #a3a09e;
	background-color: #ffffff;
	margin-bottom: 20px;
	position: relative;
	}

.ribbon {
	position: absolute;
	top: -3px;
	right: -3px;
	}

.block_inside{
	display: block;
	border: 1px solid #FFFFFF;
	background: #ffffff url(/images/test1/background_block_slice.jpg) repeat-x;
	padding:30px;
	overflow:auto;
	}

.image_block {
	border: 1px solid #b5b5b5;
	background-color: #d2d2d2;
	padding:5px 5px 1px 5px;
	float: left;
	}

.image_block img {
	border: 1px solid #b5b5b5;
	}

.text_block {
	float: left;
	width: 430px;
	margin-left: 30px;
	padding-top: 30px;
	}

/** Content **/

.content_container{
	background-image:url(../images/web_template/master_body_bg03.png);
	background-repeat:repeat-y;
	width: 1179px;
	margin: auto;
	position: relative;
}

/** content table properties**/
.content_bg {
	background-image:url(../images/web_template/master_body_bg03.png);
	background-repeat:repeat-y;
	width: 1179px;
}

.text_alignment {
	vertical-align:top;
	}

/** left menu **/

.left_container {
	width: 220px;
	padding-left: 35px;
	vertical-align:top;
	padding-top: 0px;
	}



.left_menu_inner {

	}	


	
/** Main Content **/

.main_content_container {
	width: 660px;

	}




/** portfolio-home-styles **/

#block_portfolio{
	overflow: auto;
	margin-bottom: 20px;
	}

#portfolio_items {
	width: 615px;
	margin-right: 25px;
	float: left;
	padding-top: 3px;
	}
	
#text_column {
	float: right;
	width: 310px;
	}

#text_column h2#text_title {
	text-indent: -999999px;
	background-image:url(/images/test1/creatif.jpg);
	background-repeat:no-repeat;
	width: 310px;
	height: 129px;
	}
	
.mini_portfolio_item{
	border:1px solid #a3a09e;
	margin-bottom: 10px;
	position:relative;
	}

.mini_portfolio_item .block_inside {
	background: none;
	background-color: #e2dddc;
	padding: 25px 30px 15px 30px;
	}
	
.mini_portfolio_item .thumbnail {
	float:left;
	margin-right: 20px;
	border: 1px solid #979390;
	}
	
/** Footer Style **/

#main .footer {
	background-image: url(../images/web_template/master_footer_bg01.png);
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:1179px;
	height: 70px;
	margin:auto;
	position:relative;
	padding:0px;
	}

.footer_inner {
	float: left;
	padding-top:5px;
	padding-left:35px;
	}
		
/*.footer_column {
	float:left;
	width: 120px;
	margin-right: 30px;
	}

#footer .long {
	width: 610px;
	}

#footer h3 {
	color: #e2dddc;
	text-transform:uppercase;
	font-size: 10px;
	}

.footer_column ul li, .footer_column ul {
	list-style: none;
	margin:0px;
	padding:0px;
	}
*/

.submenu-style-main-item
{
	color: #FFFFFF;
	background-image:url(/images/web_template/sub-menu-bg.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 10px;
	}

.submenu-style-main-item-hover
{
	color: #FFFFFF;
	background-image:url(/images/web_template/sub-menu-bg.jpg);
	background-repeat: no-repeat;
	text-decoration:underline;
	padding-left: 10px;
	cursor: pointer;
	}	

.submenu-style-main-item-active
{
	color: #FFFFFF;
	background-image:url(/images/web_template/sub-menu-bg.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 10px;
	}		


.submenu-style-item
{
	color: #333333;
	background-image:url(/images/web_template/sub-menu-grey-bg.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 20px;
	}

.submenu-style-item-hover
{
	color: #333333;
	background-image:url(/images/web_template/sub-menu-grey-bg.jpg);
	background-repeat: no-repeat;
	text-decoration:underline;
	padding-left: 20px;
	cursor: pointer;
	}	

.submenu-style-item-active
{
	color: #333333;
	background-image:url(/images/web_template/sub-menu-grey-bg.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 20px;
	}		

.submenu-style-item-lg
{
	color: #333333;
	background-image:url(/images/web_template/sub-menu-grey-bg-lg.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 20px;
	}

.submenu-style-item-lg-hover
{
	color: #333333;
	background-image:url(/images/web_template/sub-menu-grey-bg-lg.jpg);
	background-repeat: no-repeat;
	text-decoration:underline;
	padding-left: 20px;
	cursor: pointer;
	}	

.submenu-style-item-lg-active
{
	color: #333333;
	background-image:url(/images/web_template/sub-menu-grey-bg-lg.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 20px;
	}	    
	
body 
{
	color:#666666;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;	
/**	margin-left:20px; 
	margin-top:20px;
	margin-bottom:20px;**/
	margin: 0px;
	padding: 0px;
	background-color:#CCCCCC;
/**		background-color:#C5C5C5;
	
	background: url(../images/master_page_bg01.png) top left no-repeat ;**/
	vertical-align: top;
/**	text-align:justify;**/
}

a:link
{
    color: #009FC6;
    text-decoration: none;
}

a:visited
{
    color: #009FC6;
    text-decoration: none;
}

a:hover
{
    color: #E62F03;
	text-decoration: underline;
}

/***** Special Text style *****/

.textOrange
{
    color: #E62F03;
}

.borderstyle01
{
    border-bottom-width: 1px;
    border-bottom-color:#CCCCCC; 
    border-bottom-style:solid;
}

.borderstyle02
{
    border-bottom-width: 1px;
    border-bottom-color:Gray; 
    border-bottom-style:dashed;
}

.borderstyle03
{
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
}	

.borderstyle04
{
	border-right-style:solid;
	border-right-color:#999999;
	border-right-width: 1px;
	}	
/************** header tag styles **************/

h1{
 font: x-large Verdana, Arial, Helvetica, sans-serif;
 color: #009FC6;
 margin: 0px;
 padding: 0px;
}

h2{
 font: medium bold Verdana, Arial, Helvetica, sans-serif;
 color: #E62F03;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: medium Verdana, Arial, Helvetica, sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h5{
 font: Bold Verdana, Arial, Helvetica, sans-serif medium;
 color: #009FC6;
 margin: 0px;
 padding: 0px;
}

h6{
	font: Bold Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #E62F03;
	margin: 0px;
	padding: 0px;
}	

h7{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 20px;
 font-weight: bold;
 color: #999999;
 margin: 0px;
 padding: 0px;
}

h8{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:30px;
 font-weight: bold;
 color: #E62F03;
 margin: 0px;
 padding: 0px;
}
/*************** list tag styles ***************/

LI {
	margin-top: 2px; 
	margin-bottom: 0px;
	margin-left: 0px;
}

UL {margin-top: 0px;}
UL .iconTick1 {list-style-image: url(../image/listicon1_small.gif); }

OL {margin-top: 0cm;} 
OL.iconDot1 {list-style-image: url(../image/listicon1_small.gif); }
OL.upperAlpha {
	list-style-type: upper-alpha;
}
OL.lowerAlpha {
	list-style-type: lower-alpha;
}


/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
}
				
input{
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pagetitle{
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size:36px; 
	color:#000000;
	line-height:36px;
	}
/***** background image settings *****/

.indexpagebg
{
	background: url(../images/web_template/master_index_page_bg01.png) top left no-repeat;
	padding: 0 0 0 0;
}

.indexbodybg
{
    background-image:url(/images/web_template/master_index_body_bg01.png);
    background-repeat:repeat-y;
	vertical-align:top;
}
.topbg
{
	background: url(../images/master_page_bg01.png) top left no-repeat;
	padding: 0 0 0 0;
}

.footerbody
{
	background: url(../images/web_template/master_footerbody_bg01.png) repeat-y;
	vertical-align: top;
}

.footerbg
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image:url(../images/web_template/master_footer_bg01.png);
	background-repeat:no-repeat;
	width: 900px;
	height: 25px;
	vertical-align: bottom;
}

.footerstyle a:link, .footerstyle a:visited
{
	color: #ffffff;
	}

.footerstyle a:hover
{
	color:#E62F03;
	}

.bodybg
{
    background-image:url(/images/web_template/master_body_bg01.png);
    background-repeat:repeat-y;
	vertical-align:top;
}


/**** Main Content Page Style ****/

.maincontentstyle
{

	vertical-align:top;
	}
	
/**** Right Menu Style ****/

.rightmenustyle
{
	width:170px;
	padding:0;
	vertical-align:top;
	}

/**** breadcrumb style *****/

.breadcrumbstyle
{
	vertical-align:top;
	color:#CCCCCC;
	}
	
.breadcrumbstyle a:link, .breadcrumbstyle a:visited
{
	color: #CCCCCC;
	}

.breadcrumbstyle a:hover
{
	color:#E62F03;
	}

/***** Content Page Header Styles *****/


.MainHeaderText
{
    font: bold 120% Verdana, Arial, Helvetica, sans-serif;
    color: #081C4E;
    margin: 0px;
    padding: 2px 2px;
}

.subheadertext
{
    font: Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    color: #E62F03;
    margin: 0px;
    padding: 0px;
}

.contentpage
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color:#333333;
    margin: 0px;
    padding: 0px;
    text-align:left;
}

.contentpage a:link
{
    color: #081C4E;
}
.contentpage a:visited
{
    color: #081C4E;
}

.contentpage a:hover
{
    color:#E62F03;
}

/***** top column *****/
.topcolumn
{
    background-image: url(../images/bg_content01.png);
	background-repeat: no-repeat;
	height: 163px;
	width: 930px;
}


/***** top menu properties *****/

.headermenulink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: White;
	background-image: url(../images/button02.png);
	width: 900px;
	height: auto;
	background-repeat: no-repeat;
	text-align: left;
}
    
.headermenulink a:link
{
    color: White;
}
.headermenulink a:visited
{
    color: White;
    text-decoration: none;
}

.headermenulink a:hover
{
    color:#333333;
}

/*****/

.submenuheaderh1
{
    color: #E62F03;
}
.submenuheader
{
    font-size: 10px;
    color: #000000;
}

.submenuheader a:link, .submenuheader a:visited
{ 
    color: #000000;
}     

.submenuheader a:hover
{
    color: #E62F03;
	text-decoration: none;
	font-weight:normal;
}


/****** border text heading in white and orange background *****/
.textstyle01
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #CC9933;
	vertical-align: middle;
	padding-left: 10px;
	height: 30px;
}

.quickNav
{
	font:Verdana, Arial, Helvetica, sans-serif 7px;
	color: #FF6600;
	} 

/**** box ****/	
.boxtop
{
	background-image: url(../images/box_top01.png);
	background-repeat: no-repeat;
	width: 204px;
	height: 15px;
	padding: 0 0 0 0;
}

.boxbottom
{
	background-image: url(../images/box_bottom01.png);
	background-repeat:no-repeat;
	width: 204px;
	height: 20px;
}

.boxbottom
{
    background-image: url(../images/box_content01.png);
    background-repeat:repeat-y;
}

/*** LeftMenu Style ***/

.leftmenu
{
/***	border: 1px solid #366798; **/
	color: E62F03;
/***	background: url(../images/submenu_bg_side01.png) no-repeat;***/
	text-align:left;
	}
	
.leftmenu a:link, .leftmenu a:visited
{
	color: 081C4E;
	}
	
.leftmenu a:hover
{
	color:E62F03;
	}
	
/*** Submenu subheading style***/

.leftmenu_heading
{
	height:33px;
	padding-left:10px;
	background: url(/images/web_template/submenu_bg_main_heading01.png) no-repeat;
	vertical-align:middle;
	FONT-SIZE: 18px;
	color:#000000;
	}
	
.leftmenu_heading a:link, .leftmenu_heading a:visited
{
	color: #000000;
	}

.leftmenu_heading a:hover
{
	color: #E62F03;
	}
	
.leftmenu_subheading
{
	height:26px;
	background: url(/images/web_template/submenu_bg_main_subheading01.png) no-repeat;
	padding-left:8px;
	vertical-align:middle;
	font-size:11px;
/***	color:#333333;***/
}
/***
.leftmenu_subheading a:link, .leftmenu_subheading a:visited
{
	color:#333333;
	}

.leftmenu_subheading a:hover
{
	color: #E62F03;
	}
	***/
/*** Top Sub Menu ***/
/***.topsubmenu 
{
	color:#666666;
	}

.topsubmenu a:link, .topsubmenu a:visited
{
    color: #666666;
    text-decoration: none;
}

.topsubmenu a:hover
{
    color: #E62F03;
	text-decoration: underline;
}***/

/*** image floating location ***/
#imgMain {
	float: right;  
	margin-top: 0px;   
	margin-bottom: 15px;     
	margin-left: 20px;     
	margin-right: 0px;
	padding-right: 0px;
} 

#imgMainLeft {
	float: left;  
	margin-top: 10px;   
	margin-bottom: 15px;     
	margin-left: 20px;     
	margin-right: 0px;
	padding-right: 0px;
} 

/*** OVERVIEW Title Style ***/
.overview 
{
	color:#E62F03;
	background-color:#ece9d8;
	vertical-align:top;
	}

.overview a:link, .overview a:visited
{
    color: #E62F03;
    text-decoration: none;
}

.overview a:hover
{
	text-decoration: underline;
}

.overview_sub
{
	color:#666666;
	background-color:#F9F9F9;
	vertical-align:top;
	}

.overview_sub a:link, .overview_sub a:visited
{
    color: #009FC6;
    text-decoration: none;
}

.overview_sub a:hover
{
	color: #E62F03;
	text-decoration: underline;
}
	
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 1.4em 0;
  border: none; 
}

.breadcrumb-style, .breadcrumb-style a:link, .breadcrumb-style a:visited,
{
	color: #CCCCCC;
	text-decoration: none;
}

.breadcrumb-style a:hover
{
	color:#0099FF;
	text-decoration:underline;
}

.quote-left
{
        float: left;
}

.quote-right
{
        float: right;
}