
body {
margin:0;
padding:0;
line-height: 1.7em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;

}
 
b{font-size: 110%;}
em{color: red;}
 
#maincontainer {
width: 980px;
margin: 0 auto;
background: #FFFFFF;
}
 
#mainmenu {
background: #FFFFFF;
}
 
.header_left {
	float: left;
	width: 300px;
	padding-top: 54px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
.header_right {
	float: right;
	width: 300px;
	margin: 10px 20px 0px 0px;
}
 
.note { color:#666; }
 
#top_section {
background: url(/images/tm_header2.jpg) no-repeat;
height: 90px;
}
#content_area {
clear: both;
min-height: 800px;
background: #FFF;
}
#content_column {
float: left;
width: 500px;
}
#left_column {
float: left;
width: 165px;
line-height: 1.8em;
}
#right_column {
float: right;
width: 310px;
padding-top: 10px;
}

#template_preview {
	border: 2px solid #000000;
	margin: auto;
	margin-bottom: 10px;
	padding: 3px;
	width: 954px;
	height: 550px;
}
 
 
.line {
height: 2px;
background: #000000;
}
.inner_tube {
margin: 10px;
}
.right_box {
margin-top: 10px;
margin-right: 10px;
}
.title {
margin-top: 10px;
margin-left: 10px;
font-size: 14px;
font-weight: bold;
color: #000000;
}
.subtitle {
font-size: 12px;
font-weight: bold;
color: #000000;
}
.thumbnail {
border: 1px #CCC solid;
}
.thumbnail_frame2 {
 
	float: left;
	margin: 8px;
	margin-right: 0px;
	padding: 4px;
	
	width: 283px; 
	height: 380px;
	
	background: #EFEFDF;
	border: 1px solid #CCC;
	
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
}
.thumbnail_frame {
 
	float: left;
	margin: 8px;
	margin-right: 0px;
	padding: 4px;
	
	width: 142px; 
	
	background: #EFEFDF;
	border: 1px solid #CCC;
	
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
}
.thumbnail_title {
	font-weight: bold;
    color:#000000;
}
 
.blog_post a:link, .blog_post a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 1.7em;
}
.blog_post a:active, .blog_post a:hover {
	color: #AA0000;
}
 
a:link { color: #000000; text-decoration: none} 
a:visited { color: #000000; text-decoration: none} 
a:active { color: #AA0000; text-decoration: underline} 
a:hover { color: #AA0000; text-decoration: underline}
 
a.boldbuttons{
background: transparent url('/images/roundedge-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial;
line-height: 22px;
height: 30px;
padding-left: 8px;
text-decoration: none;
}
a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white;
}
a.boldbuttons span{
background: transparent url('/images/roundedge-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
 
/* Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/* Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */
/* Modified by Min Thu (http://www.templatemo.com) */
 
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(/images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}
.glossymenu li{
	float:left;
}
.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}
.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}
.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(/images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}
.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(/images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}



