/*
ROBERT LAPERRIERE DESIGN V2
FEBRUARY 2009


Designed and Developed by: Roxy Kurze 

*/
* {
	margin: 0;
	padding: 0;
}


body {
	background: #ffffff;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}



    p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; visibility:hidden;}
    p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px; visibility:hidden;}


/* Wrapper */




#wrapper {
	width: 950px;
	margin: 0 auto;
	 
}




/* Content */


.logo {

	float: right;
	width: 326px;
	height: 522px;
	padding-top:42px;
	

	
	 
}





p {
	font-size: 12px;
	font-weight: normal;
	color: #010000;
	line-height: 150%;
}

p.title {
	
	font-size: 12px;
	font-weight: bold;
	color: #010000;
	
}

a:hover {
	color: #cf3800;
}

a:link {
	font-weight: bold;
	font-style: normal;
}

a {
	font-size: 12px;
	font-weight: bold;
	color: #010000;
	line-height: 150%;
}

	

h1 {
	
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #010000;
	
}





/* Main Menu */


#navwrap {
	width: 950px;
	height: 38px;
	margin: 0 auto;

	
	 
}

#newnav {
	float: left;
	position: fixed;
	top: 32px;
	height: 42px;
	width: 950px;

	
	margin: 0 auto;
	overflow: hidden;
	
}

#newnav ul {
	margin: 0;
	margin-left:0px;
	list-style: none;
	line-height: normal;
	float: right;
	
}

#newnav li {

	display: inline;
	float: left;
	color: #f69d51;
	font-size: 14px;


}

#newnav a {
	text-decoration: none;
	color: #4e5a54;
	font-family: Arial;
	font-size: 14px;
	font-weight: 100;

}

#newnav a:hover {
	text-decoration: none;
	color: #dc692c;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;

}

#newnav a:active {
	text-decoration: none;
	color: #dc692c;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;

}


#mainmenu {
	float: left;
	position: absolute;
	top: 0px;
	height: 40px;
	color: #ffffff;

	
}

#mainmenu ul {
	margin: 0;
	margin-left:35px;
	list-style: none;
	line-height: normal;
}

#mainmenu li {
	display: inline;
	padding-left: 5.5px;
	padding-right: 5.5px;
}

#mainmenu a {
	
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	font-size: 11px;
	

	
}

#mainmenu a:hover {
	
	color: #cf3800;
	
	
}



#menulist li { 
	
	margin-left: 15px;


	}
	
	
#menulist a {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	
}

#menulist a:hover {
	
	color: #cf3800;
	
	
}



/* Work Menu */

#workmenu {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #010000;
	margin-top:60px;
	margin-left: 20px;
	
}

#workmenu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	line-height: 24px;
	text-align:left;
}

#workmenu li {
	display: list;
}

#workmenu a {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #010000;
	
}

#workmenu a:hover {
	
	color: #cf3800;
	
	
}


#itemlist li { 
	
	list-style: square;
	list-style-position: inside;

	}
	
	
#itemlist a {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #879287;
	
}

#itemlist a:hover {
	
	color: #bbbe19;
	
	
}









