/*
CSS Credit: http://www.templatemo.com/
*/
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #b1b1b1;
}
a:link, a:visited { color: #a4a1cf; text-decoration: none} 
a:active, a:hover { color: #edb83b; text-decoration: underline}

#templatemo_container {
	width: 828px;
	margin: 0px auto;
	background: url(images/templatemo_content_bg.gif);
}

#templatemo_container_bis {
	width: 828px;
	margin: 0px auto;
	background: url(images/sd-logo-bg.png) no-repeat bottom;
}





#templatemo_top {
	clear: left;
	height: 108px;	/* 'padding-top' + 'height' must be equal to the 'background image height' */
  padding-left: 25px;
	padding-right: 25px;
	/*text-align: right;*/
	background: url(images/templatemo_top_bg.gif) no-repeat bottom;
  padding-top: 20px;
}
#templatemo_top_logo {
  clear: none;
  text-align: left;
  width: 300px;
  float: left;
}
#templatemo_top_text {
  clear: none;
  height: 25px; /* 'padding-top' + 'height' must be equal to the 'background image height' */
  padding-top: 70px;
  text-align: right;
  width: 300px;
  float: right;
}







#templatemo_left_column {
	clear: left;
	float: left;
	width: 590px;
	padding-left: 15px;
}
#templatemo_right_column {
	float: right;
	width: 200px;
	padding-right: 15px;
}
#templatemo_footer {
	clear: both;
	padding-top: 9px;
	height: 40px;
	text-align: center;
	font-size: 11px;
	background: url(images/templatemo_footer_bg.gif) no-repeat;
	color: #888888;
}
#templatemo_footer a {
	color: #888888;
}
.templatemo_spacer {
	clear: left;
	height: 10px;
}
.templatemo_pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
.section_box {
	margin: 10px;
	margin-right: 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	background: url(images/gradient_top.gif) repeat-x;
}

.text_area {
	padding-top: 35px;
	padding-bottom: 25px;
}


.title {
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.paragraph {
  color: #a0a0a0;
  text-indent: 15px;
}
.subtitle {
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #888888;
}

