
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #584841;
	line-height:17px;
}


/* Headings
-------------------------------------------------------------- */

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

h1 {
	display: block;
	padding: 0;
	margin: 0 0 15px 0;
	line-height: 28px;

	font-size: 28px;
	color: #584841;
	font-weight: normal;
}

h2 {
	display: block;
	padding: 0;
	margin: 0 0 8px 0;

	font-size: 16px;
	color: #ff6111;
	font-weight: normal;
}

	h2.title {
		width: 560px;
		height: 20px;
		padding: 6px 0 0 33px;
		margin: 0;
		background: url('images/customer/bg_h2.jpg') 0 0 no-repeat;

		font-size: 11px;
		color: #fff;
		text-transform: uppercase;
		font-weight: normal;
	}

h3 {
	display: block;
	padding: 0px;
	margin: 0px;

	font-size: 11px;
	color: #584841;
	text-transform: uppercase;
	font-weight: bold;
} 

h4{ 
	display: block;
	padding: 0;
	margin: 0 0 5px 0;

	font-size: 11px;
	color: #ff6111;
	text-transform: uppercase;
	font-weight: normal;
}

hr {
	height: 1px;
	margin: 13px 0px;
	border: 0px;
	background-color: #e2deda;

	color: #e2deda;
	clear:both;
}

/* Links
-------------------------------------------------------------- */

a {	color: #ff6111; outline: 0; }
a:hover, a:focus { color: #584841; }


a.text {
    text-decoration: none;
    color: #7e6e65;
}

/* Link
-------------------------------------------------------------- */

.link {
}   

    .link h3 {
        margin: 0 0 10px 0;
    }   

    .link a {
        display: block;
        padding: 8px 20px;
        margin: 0 0 10px 0;
        background: url('images/customer/puce-link.gif') 0 0 no-repeat #eeeae9;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        
        color: #7e6e65;
        text-decoration: none;
    }
    
    .link a:hover {
        background: url('images/customer/puce-link.gif') 0 -35px no-repeat #ff6111;
        
        color: #fff;
    }
    
    .link .highlight {
        background: url('images/customer/puce-link.gif') 0 -69px no-repeat #fea562;
        
        color: #fff;
    }
    
    .link .link-rss {
        background: url('images/customer/puce-rss.png') 0 0 no-repeat #eeeae9;
    }
    
    .link .link-rss:hover { 
        background: url('images/customer/puce-rss.png') 0 bottom no-repeat #ff6111;        
        color: #fff;
    }


/* Text elements
-------------------------------------------------------------- */

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre			{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

i, small	{color: #ff6111;}


/* Lists
-------------------------------------------------------------- */

li        { margin:0px 0px 0px 15px; }
ul, ol      { margin: 0 15px 15px 0px; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 10px 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 15px;}


/* Tables
-------------------------------------------------------------- */

table			{ }
th				{ font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption	{ padding: 0px 0px 3px 0px; }
tr.even td		{ background: #e5ecf9; }
tfoot			{ font-style: italic; }
caption			{ background: #eee; }

table.table {
	font-size: 11px;
	margin: 0px;
}

table.table th {
	padding: 6px;
	border-bottom:3px solid #e4deda;
	font-weight:bold;

	color: #604f48;
}

table.table td {
	border-bottom: 1px solid #e2deda;
	padding-bottom:15px;
}

table.table td h4 {
	padding: 0;
	margin: 0;

	color: #fff;
	font-weight: bold;
}

table.table .bg_td1,
table.table .bg_td2,
table.table .bg_td3 {
	border-left: 1px solid #fff;
}

table.table .bg_td1 {
	background: url('images/customer/bg_td1.gif') 0 0 repeat-x #8c7f7b;
}

table.table .bg_td2 {
	background: url('images/customer/bg_td2.gif') 0 0 repeat-x #6c5f5b;
}

table.table .bg_td3 {
	background: url('images/customer/bg_td3.gif') 0 0 repeat-x #504440;
}



/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: 10px; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight,
.highlight-title { color: #ff6111; font-weight: bold; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

