/*// xhtml/css website template by Damien van Holten - Reaact.net //*/

/*///////// GENERAL STYLING ////////*/

*
{
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #464646;
}

body
{
	background: #113130 url(images/bg-body.jpg) 0 0 repeat;
}


/*///////// MENU ////////*/

a.m1:link,
a.m1:visited
{
	font-size: 16px;
	color: #fdfdfd;
	text-decoration: none;
	border-bottom: 1px dotted #f89b0d;
}

a.m1:hover,
a.m1:active
{
	color: #eabebf;
	text-decoration: none;
	border-bottom: 1px dotted #fdfdfd;
}

a.m2:link,
a.m2:visited
{
	font-size: 13px;
	color: #fdfdfd;
	text-decoration: none;
}

a.m2:hover,
a.m2:active
{
	color: #eabebf;
	text-decoration: none;
}


/*///////// TYPOGRAPHY ////////*/

h1
{
	font-size: 18px;
	color: #fdfdfd;
}
h2
{
	font-size: 14px;
	color: #f89b0d;
}

h3,
h4
{
	font-size: 26px;
	margin: 0 0 15px 0;
}

h4
{
	color: #f89b0d;
}


br
{
	clear: left;
}

hr
{
	display: none;
}

p,
p.side-subject
{
	margin: 0 0 15px 0;
}

p.side-subject
{
	font-size: 11px;
	line-height: 18px;
}
p.side-subject strong,
p.side-subject a
{
	font-size: 11px;
	line-height: 18px;
}

.header-img
{
	margin: 0 0 20px 0;
}

/*///////// LIENS ////////*/

a.nlink:link,
a.nlink:visited
{
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #f89b0d;
	color: #f89b0d;
}

a.nlink:hover,
a.nlink:active
{
	color: #464646;
	border-bottom: 1px dotted #464646;
}


/*///////// GENERAL SETTING CLASSES ////////*/

.clear-all
{
	clear: both
}

/*///////// CONTENT DESIGN ////////*/

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

#header
{
	margin: 20px 0 0 0;
}

#header span
{
	float: left;
	margin: 5px 0 0 10px;
	color: #fff;
}

#header ul
{
	list-style: none;
}

#header ul li
{
	float: right;
}

#header ul li a:link,
#header ul li a:visited
{
	color: #c6dddc;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	display: block;
}

#header ul li a:hover,
#header ul li a:active
{
	color: #fff;
	text-decoration: underline;
}

#header ul li a.active:link,
#header ul li a.active:visited,
#header ul li a.active:hover,
#header ul li a.active:active
{
	text-decoration: none;
	border-top: 2px solid #f89b0d;
	background: #fff;
	color: #113130;
	display: block;
	padding: 5px 10px 5px 10px;
	cursor: default; /* changing the cursor to normal arrow, so people think it's not a link */
}

/*///////// CONTENT STYLING ////////*/

#content
{
	clear: both;
	background: #fff;
	padding: 20px 20px 10px 20px;
}

.content-double,
.content-left
{
	width: 420px;
	float: left;
	background: url(images/bg-content.jpg) 100% 0 no-repeat;
	padding-right: 20px;
}

.content-single,
.content-right
{
	width: 230px;
	font-size: 11px;
	float: left;
}

.content-left
{
	width: 360px;
}


.content-right
{
	width: 290px;
}

.content-page
{
	width: 700px;
	float: left;

	padding-right: 20px;
}

.margin-right
{
	margin: 0 20px 0 0;
}


.box
{
    float:inherit;
	background: #f7e6e6 url(images/bg-box.jpg) 0 0 repeat-x;
	border: 1px solid #eabebf;
	padding: 8px;
}

.box p,
.box h4
{
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 0;
}



/*///////// FOOTER ////////*/

#footer
{
	clear: left;
	color: #c6dddc;
	font-size: 11px;
	margin: 10px 0 0 0;
}

#footer a:link,
#footer a:visited
{
	font-size: 11px;
	text-decoration: none;
	color: #c6dddc;
	border-bottom: 1px dotted #c6dddc;
}

#footer a:hover,
#footer a:active
{
	color: #fff;
	border-bottom: 1px dotted #fff;
}