*
{
padding: 0em;
margin: 0em;
}

body
{
background: #333333 url(images/back.jpg) no-repeat;

}

body,input
{
font-size: 10pt;
font-family: arial;
color: #333333;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

a
{
color: #084197;
text-decoration: none;
}

a:hover
{
text-decoration: none;
}


h3 span
{
font-weight: normal;
}

h1,h2,h3,h4
{
display: inline;
background-repeat: no-repeat;
background-position: right;
}

h1
{
	font-size: medium;
	color: #084197;
	line-height: 2em;
	padding-right: 34px;
	background-image: url('images/db2.gif');
	float: left;
	margin-left: 300px;
}

h2
{
	font-size: medium;
	color: #084197;
	line-height: 2em;
	padding-right: 34px;
	background-image: url('images/db2.gif');
	float: left;
}


h3
{
font-size: 1.7em;
font-weight: bold;
padding-right: 34px;
background-image: url('images/db1.gif');
}

h4
{
font-size: 1.2em;
font-weight: bold;
padding-right: 34px;
background-image: url('images/db2.gif');
}

.contentarea
{
padding-top: 1.3em;
}



img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

.divider1
{
position: relative;
background: #fff url('images/border2.gif') repeat-x;
height: 14px;
margin: 2.0em 0em 1.5em 0em;
clear: both;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 2.0em 0em 2.0em 0em;
}

.post .details
{
position: relative;
top: -1.5em;
font-size: 0.8em;
color: #787878;
}

.post ul.controls
{
clear: both;
}

.post ul.controls li
{
display: inline;
font-size: 0.8em;
}

.post ul.controls li a
{
background-repeat: no-repeat;
background-position: left;
padding: 0em 1.0em 0em 20px;
}

.post ul.controls li a.printerfriendly
{
background-image: url('images/icon-printerfriendly.gif');
}

.post ul.controls li a.comments
{
background-image: url('images/icon-comments.gif');
}

.post ul.controls li a.more
{
background-image: url('images/icon-more.gif');
}

ul.linklist
{
list-style: none;
}

ul.linklist li
{
line-height: 2.0em;
}



#outer
{
width: 986px;
border: solid 7px #fff;
background-color: #fff;
margin: 35px 0px 30px 100px;
padding: 0;
line-height: 1.5em;

}

#top{

	background: #333333 url(images/tomtom_logo.jpg) no-repeat;
	height: 50px; /*Height Top*/
}



#headerpic
{
position: relative;
height: 174px;
background: #fff url('images/hdrpic.jpg') repeat-x top left;
margin-bottom: 0px;
}

#menu
{
	margin: 0em;
	position:relative;
	list-style-type:none;
	width:auto;
	display:block;
	height:30px;
	background:transparent url(images/nav_bg.gif) repeat-x top left;
}

#menu li
{
	display: block;
	float:left;
	margin: 0px;
	border-right:1px solid #FFFFFF;
}
	
#menu li a
{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:8px 15px 0px 15px;
}
	
#menu li a:hover
{	
	color:#C4CFE3;
	height:30px;
	background:transparent url(images/nav_bg.gif) 0px -30px no-repeat;		
}
	

#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg.gif) 0px -30px no-repeat;	
	float:left;
	margin:0;
}

#menubottom
{
background: #fff;
height: 14px;
margin-bottom: 10px;
}


#content
{
padding: 0em 2.0em 0em 1.0em;
}

#primarycontainer
{
float: left;
margin-right: 2.0em;
width: 100%;
}

#primarycontent
{
margin: 0em 0em 0em 0em;
}

#footer
{
position: relative;
height: 25px;
clear: both;
padding-top: 10px;
background: #333;
font-size: 0.8em;
color: #FFFFFF;
}

#footer .left
{
position: absolute;
left: 32px;
bottom: 10px;
}

#footer .right
{
position: absolute;
right: 32px;
bottom: 10px;
}

#footer a {
color: #FFCC66;
}

#footer a:hover {
color: #FF9900;
}

.rollover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.rollover:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.rollover:hover img{
border: 0px;
}

.rollover:hover{
color: #fff; /* Dummy definition to overcome IE bug */
}


li {
	list-style-type: square;
	font-size: 10pt;
	font-family: arial;
	color: #333333;	
	line-height: 1.5em;
	list-style-position: inside;
}

td {
	text-align:left;
	font-size: 10pt;
	line-height: 1.5em;
	color: #333333;
	vertical-align: top;	
}

.hr {
	margin: 0px 0px 0px 300px;
	padding: 0;
	border-bottom: 1px dotted #999999;
}

.hr2 {
	margin: 0px 0px 0px 0px;
	padding: 0;
	border-bottom: 1px dotted #999999;
}

* html .hr {
	border-bottom: none;
	padding: 1px;
	background: url(images/dotted.gif) repeat-x left;	
}

