
/* ----------- GENERAL ----------- */

html {
	padding-bottom: 40px;
}

body {
	margin: 0px;
}

table {
	border-collapse: collapse;
	font-family: Lucida Sans;
	font-size: 13px;
	color: #636363;
	width: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #3E3F2C;
	margin-top: 0px;
	margin-bottom: 4px;
}

img {
	border: 0px;
}

hr {
	height: 1px;
	margin: 0px 0px;
	color: #CFD3D7;
}

ul {
	margin-top: 5px;
}

ul li {
	margin: 1px 0 0 0;
	margin-left: -10px;
}




/* ----------- DIV IDS ----------- */

#flash-intro {
	margin: 0 auto;
	position: absolute;
	top: 68px;
	left: 0px;
	width: 100%;
	z-index: 10;
	visibility: visible;
	text-align: center;
}

#page {
	margin: 0 auto;
	width: 990px;
	visibility: hidden;
}

#header {
	clear: both;
	float: left;
	width: 100%;
	padding: 12px 0 12px 0;
	border-bottom: 2px solid #D9D9D5;
}

#sm-logo {
	float: left;
	height: 25px;
}

#download {
	float: right;
	height: 25px;
}

#contactus {
	clear: both;
	float: left;
	width: 100%;
	padding: 2px 0 0 0;
	text-align: right;
}

#flash {
	clear: both;
	float: left;
	margin-top: 17px;
	width: 100%;
	text-align: center;
}

#boxes {
	clear: both;
	float: left;
	margin-top: 40px;
	width: 100%;
}

#box-1 {
	float: left;
	margin-left: 65px;
	width: 270px;
}

#box-2 {
	float: left;
	margin-left: 40px;
	width: 280px;
}

#box-3 {
	float: left;
	margin-left: 40px;
	width: 270px;
}

#foot-graphics {
	clear: both;
	float: left;
	margin-top: 35px;
	width: 100%;
	text-align: center;
}

#podcast {
	float: left;
	margin-left: 120px;
	padding: 10px 0 0 0;
}

#bis {
	float: right;
	margin-right: 34px;
}

#footer {
	clear: both;
	float: left;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

*html #box-1, #box-2, #box-3, #podcast, #bis {
	display: inline;
}


/* ----------- DIV CLASSES ----------- */






/* ----------- FONTS ----------- */


.luc-11-gry {
	font-family: Lucida Sans;
	font-size: 11px;
	line-height: 16px;
	color: #636363;
}

.tm {
	font-size: 10px;
	font-weight: normal;
}



/* ----------- LINKS ----------- */


a.blue {
	text-decoration: none;
	font-family: Lucida Sans;
	font-size: 11px;
	color: #83BAD8;
}
a.blue:hover {
	text-decoration: underline;
}

a.contact {
	text-decoration: none;
	font-family: Lucida Sans;
	font-size: 10px;
	color: #83BAD8;
	margin-left: 5px;
}
a.contact:hover {
	text-decoration: underline;
}




/* ----------- IMAGES ----------- */




/* ----------- TABLES ----------- */


table.tag_comp {
	border: 1px solid #D3D3D3;
}