/* CSS Document */

body{
	background-color:#000000;
	color:#bfbf92;
	text-align:center;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	margin:0;
	padding:0:

}


#flashcontent
{
	width:100%;
	height:100%;
}	

#htmlWrapper{
	width:100%;
	height:2100px;
	background:url(http://www.deodorant.se/images/html_2_0/Bakgrund_HTML_loop.gif) center top repeat-y;
}
#htmlContent
{
	
	height:100%;
	width: 650px;
	margin: 0 auto;
/*	border: #ffffff 1 solid;*/
	text-align:left;
}


#htmlContent #deodorant{
	margin:40px 0 0 0;
}


#htmlContent .hr
{
	/*border:1px #bfbf92 solid;*/
	border-bottom:1px solid #bfbf92;;
	height:1px;
	width:100%;
	margin:20px 0 18px 0;
	font-size:-1px;
	padding:0;
	overflow:hidden;
}

#htmlContent .headline
{
	margin:0 0 20px 0;
}


#htmlContent strong
{
	display:block;
	font-size:15px;
	color:#bfbf92;
}

#htmlContent p{
	font-size:14px;
	color:#bfbf92;
	line-height:20px;
	margin:15px 0 15px 0px;
}



a{
	text-decoration:none;
	color:#848d00;
}

a:hover{
	color: #7d7d60
}



/* tagg för kontaktuppgiter */
#contact{
	width:400px;
}


/****
	Selected work block
***/

.work{
	float:left;
	background-color: #e6e6ce;
	color:#3f402f;
	width:193px;
	height:99px;
	margin: 0px 2px 2px 0px;
	border: #e6e6ce 1px solid;
}


.work:hover {
	border: #FBFB78 1px solid;
}

.work a {
	color:#3f402f;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
}

.work a:hover {
	color:#7d7d60;
	text-decoration:none;	
}

.work img {
	border:none;
	width:191px;
}

.work .workImg {
	float:left;
	margin:1px 1px;
}

.work .name {
	float:left;
	
	font-size:12px;
	text-transform:uppercase;
	border:none;
	margin:4px 0 3px 5px;
}



