/* Begin Typography & Colors */
body
{
	background: #e3e3e3;
	font-size: 75%;
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: center;
	color: #686868;
    color: #333;
}

a
{
	color: #d9031c;
}

a:hover
{
    text-decoration: none;
}

#newsletter a
{
	font-size: 11px;
}

#newsletter h1
{
	font-size: 16px;
	font-family: Verdana, sans-serif;
	padding-bottom: 5px;
}

#newsletter h1 strong
{
	color: #d9031c;
}

#newsletter form
{
	text-align: left;
}

#newsletter label
{
	font-size: 11px;
	font-weight: bold;
	color: #757575;
	margin-top: 5px;
	padding-left: 2px;
}

#content
{
	text-align: left;
}

#content h1, #content h2
{
	font-size: 16px;
	font-family: Verdana, sans-serif;
	color: #555;
}

#content h1 strong, #content h1 b
{
	color: #d9031c;
}

/* End Typography & Colors */

/* Begin Structure */
body
{
	margin-top: 20px;
}

p, h1, h2, h3
{
	margin: 0;
	padding: 0;
}

li a
{
	text-decoration: none;
}

li a:hover
{
	text-decoration: underline;
}

#page
{
	width: 782px;
	margin: 0px auto;
	padding: 0 0 20px 0;
}

#menu
{
	text-align: left;
}

#sidebar, #content
{
	float: left;
	display: block;
}

#sidebar
{
	width: 234px;
}

#content
{
	width: 548px;
}

#logo
{
	width: 234px;
	height: 156px;
}

#menu
{
	width: 234px;
	height: 420px;
}

#flash
{
	margin-left: 18px;
}

#menu ul
{
	margin: 0;
	padding: 18px 0 0 33px;
	list-style: none;
	font-family: Verdana, sans-serif;
	font-size: 9px;
}

#menu li
{
	margin: 0;
	padding: 0;
}

#menu li a
{
	text-decoration: none;
	font-weight: bold;
	line-height: 2.3em;
	width: 150px;
	display: block;
	padding: 2px 0 2px 20px;
	color: #3e3e3e;
}

#menu li a b
{
    color: #df0000;
}

#menu li a:hover
{
	color: #fff;
	background: url(../img/menu_hover.gif) center left no-repeat;
}

#menu li a:hover b
{
    color: #fff;
}

#newsletter
{
	width: 234px;
	height: 120px;
	padding-top: 60px;
}

#newsletter form
{
	margin: 0;
	padding: 10px 0 30px 35px;
}

#headerimg
{
	width: 530px;
	height: 166px;
	margin-left: 18px;
}

#galeria
{
    margin-left: 18px;
}

#content h1, #content h2
{
	margin: 10px 0 10px 25px;
	padding-left: 25px;
}

#content h2
{
	padding-left: 0;
}

#content p
{
	text-align: justify;
	text-indent: 20px;
	margin-left: 18px;
	line-height: 1.3em;
	padding: 5px 0;
}

#content p.clean
{
    text-indent: 0px;
}

#content p.person
{
    text-indent: 0px;
    padding: 3px 0 15px 20px;
}

#content p strong
{
    color: #d9031c;
    font-weight: normal;
}

#content img
{
	margin: 0 10px 0 18px;
	border: 3px solid #c7c7c7;
	float: left;
}

#content ul
{
	list-style: none;
	margin-left: 25px;
	padding: 0;
}

#content ul li
{
	padding-left: 13px;
}

#icons img
{
	border: none;
}

#icons ul
{
	list-style: none;
	padding: 0;
	margin: 0px;
	text-align: right;
}

#icons li
{
	float: right;
	padding: 0 5px;
}

#icons li a
{
	padding: 5px;
}
/* End Structure */

/* Begin Hacks */

/* Begin Images */
#logo
{
	background: url(../img/logo.jpg) top left no-repeat;
}

#menu
{
	background: url(../img/menu_bg_newest.jpg) top left no-repeat;
}

#menu li a
{
	background: url(../img/menu_li.gif) center left no-repeat;
}

#newsletter
{
	background: #e3e3e3 url(../img/newsletter_bg.jpg) top left no-repeat;
}

#headerimg
{
	background: url(../img/headerimg.jpg) top left no-repeat;
}

#content h1
{
	background: url(../img/h1_decor.gif) center left no-repeat;
}

#content ul li
{
	background: url(../img/red_dot_tall.gif) top left no-repeat;
}

.decored
{
	background: url(../img/icons_separ.gif) center right no-repeat;
}

.copy
{
	background: url(../img/copy_decor.gif) top left no-repeat;
}

.morer
{
	background: url(../img/red_dot.gif) center left no-repeat;
}

.morer:hover
{
	background: url(../img/grey_dot.gif) center left no-repeat;
}

.line
{
	width: 530px;
	height: 7px;
	margin-top: 15px;
	background: url(../img/hr.gif) top left no-repeat;
}
/* End Images */

/* Begin Trash */
.spacer
{
	clear: both;
}

.button
{
	width: 90px;
	height: 16px;
	background: #d9031c;
	color: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	padding: 2px 0;
	margin: 10px 0 0 72px;
	font-weight: bold;
	border-style: none;
}

.inputer
{
	width: 162px;
	height: 18px;
	border: 1px solid #c6c6c6;
	font-size: 11px;
	color: #888;
	padding: 0 2px;
	background: #f6f6f6;
	margin-bottom: 7px;
}

.copy
{
	padding-top: 20px;
	font-size: 11px;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}

.globnet
{
	color: #d9031c;
	text-decoration: none;
	font-size: 10px;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
    padding-bottom: 20px;
}

.globnet:hover
{
    color: #8a8a8a;
    text-decoration: underline;
}

.lined
{
	border-bottom: 1px solid #d7d7d7;
}

.morer
{
	color: #686868;
	padding-left: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
	float: right;
}

.morer:hover
{
	color: #d9031c;
}
/* End Trash */

/*Begin SUBMENU */
#sub_menu
{
    margin-left: 18px;
    text-align: center;
}

#sub_menu ul
{
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#content #sub_menu li
{
    float: left;
    background: none;
}

#sub_menu a
{
    width: 142px;
    height: 32px;
    text-align: center;
    font-family: 'Trebuchet MS';
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    color: #fff;
    background: url(../img/sub_menu_bg.jpg) top left no-repeat;
    margin: 10px;
    padding: 0;
    padding-top: 7px;
    color: #777;
}

#sub_menu a:hover
{
    color: #d9031c;
    text-decoration: none;
}

p.ref
{
    font-size: 14px;
    clear: both;
    padding: 5px 0 10px 0;
}

p.ref a img
{
    float: none;
    clear: both;
    margin: 10px 0 10px 0;
}
/*End SUBMENU */