/*-----------------------------------------------------
	basic rules
-----------------------------------------------------*/

body,form,div,p,h1,h2,h3,h4,h5,ul,li,form,tr,td,th,blockquote,code,pre {
	padding: 0px;
	margin: 0px;
}

div.wrapper {
	float: none;
	clear: both;
}

div.wrapperEnd {
	float: none;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

/*-----------------------------------------------------
	links
-----------------------------------------------------*/

a {
	color: #891612;
	text-decoration: none;
}

a:hover, a:focus {
	color: #891612;
	text-decoration: none;
}

a img {
	border: 0px none; /*in opera we can see hover background-color ?*/
}

/*-----------------------------------------------------
	fonts
-----------------------------------------------------*/

body,div,p,h1,h2,h3,h4,h5,ul,li,form,tr,td,th,blockquote,code,pre,
input,select,option,textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #333;
}

p,h1,h2,h3,h4,h5,blockquote,ul {
	margin-bottom: 1.4em;
}

/*-----------------------------------------------------
	defualt list
-----------------------------------------------------*/

ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

ul li {
	background-image: url(../images/bullet_content.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
	margin-bottom: 0px;
}

/*-----------------------------------------------------
	table, tr, td
-----------------------------------------------------*/

th {
	text-align: left;
	font-weight: bold;
}
