*{ margin: 0; padding: 0; }* 
body {
	font: .90em Trebuchet MS;
	line-height: 1.6em;
	background: #D0D4D4;
	color: #444;
	list-style-position: inside;
	list-style-image: url(../images/bullet.jpg);
}

a {	color: #FA6316;	background: inherit; text-decoration: none; }
a:hover { color: #808080; background: inherit; }
p { margin: 0 0 15px 0; }
h1 { font: normal 3.7em "Trebuchet MS", Arial, Sans-Serif; color: #fff; }
h1 a { color: #fff; background: inherit; }
h1 a:hover { color: #E4FFD3; background: inherit; }

sup { font-size: .3em; color: #DFCDA2; }

h2 { color: #FA6316; font: 1.3em "Trebuchet MS", Arial, Sans-Serif; margin: 0 0 12px; border-bottom: 1px solid #ccc; }

h5 { color: #FA6316; font: 0.95em "Trebuchet MS", Arial, Sans-Serif; margin: 0 0 0px; border-bottom: 1px solid #ccc dotted; }

h5 a {color: #FA6316;}

h3 { color: #808080; background: #D0D4D4; padding: 3px 10px; margin: 0 0 15px; }

#content { width: 960px; margin: 10px auto; background: #fff; padding: 10px; font-size: .95em; }

#header { background: #fff url(../images/header.jpg) no-repeat; height: 150px; }
	#header p { margin: 30px 0 0; color: #D6E5EA; }
	#logo { padding: 5px 20px 0 20px;  float: right; width: 350px; text-align:right; color:#FFFFFF; font-family:"Times New Roman"; font-size:13px;}

	#menu { margin: 0 0 50px; font-size: 11px; font-family: Verdana;}
		#menu li { list-style: none; float: left; }
		#menu li a { cursor: pointer; padding: 5px 29px; line-height: 25px; background: #D0D4D4; margin: 0 1px 0 0; color: #808080; }
		#menu li a:hover { background: #B2B6B6; color: #000; }
		#menu li a.current { background: #FA6316; color: #fff; }
		#menu li a#last  { margin: 0; padding: 5px 41px 5px 40px; }

.third { font-size: .9em;  float: left; width: 280px; margin: 0 30px 10px 10px; }
.thirdLong { font-size: .9em;  float: left; width: 570px; margin: 0 30px 10px 10px; }
.last { float: right; margin: 0 10px 10px 0; }
.lastLong { float: right; margin: 0 10px 10px 0; width: 340px; }

.more { border-top: 1px solid #eee; padding: 5px 0 0 0; }

#prefooter 
{ width: 944px; margin: 0 auto; background: #fff; padding: 15px 18px 1px; font-size: .9em;  }

#footer { width: 960px; margin: 15px auto; color: #808080; font-size: .9em; }
	#footer a { color: #444; }
	.right { float: right; text-align: right; font-size: 1em; }
		#footer .right a { margin: 0 0 0 2px; padding: 3px 10px; }
		#footer .right a:hover { background: #fff; color: #444; text-decoration: underline; }
		
	/*GALLERY*/
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid grey;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FF9933;
padding: 5px;
left: -1000px;
border: 1px dashed #F97C00;
visibility: hidden;
color: #444;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.form{
width:120px;
font: .8em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;
color:#FA6316;
}

.TableTitle { color: #FA6316; font: bold 1.6em "Trebuchet MS", Arial, Sans-Serif; margin: 0 0 12px; border-bottom: 1px solid #ccc; }

.contact_information{
padding:0px 0 0 0px;
}

/* Detail page */
#templatemo_features{
	clear: both;
	float: left;
}

.titlerow {
	clear: both;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: #333333;	
	border-bottom: 1px solid #CCCCCC;
}

.subrow {
	clear: both;
	font-size: 12px;
	background: #ffffff;
}

.name_column {
	float: left;
	padding-left: 10px;
	width: 200px;
	font-weight: bold;
}

.plan_column {
	float: left;
	width: 100px;
}

.plan_column img{
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: none;
}
/* Search BOx*/
#templatemo_right_search {
	background: url(../images/templatemo_domainsearch_bg.jpg) no-repeat; 
	width:280px; 
	height:118px; 
	float:right; 
	margin-top:15px;
}

#templatemo_right_search h2 { 
	font-family:Arial, Helvetica, sans-serif; 
	padding:15px 0 0 10px; 
	font-size:14px; 
	color:#FFF;
}

#templatemo_right_search p { 
	padding:10px 0 0 15px; 
	font-size:11px; 
	color:#CCCCCC;
}

#templatemo_right_search form {
	padding:10px 0 0 15px;
	font-size:11px;
}

#templatemo_right_search .register {
	margin:5px 0 0 0; 
	display:block; 
	font-size:12px; 
	line-height:16px; 
	font-weight:bold; 
	text-decoration:none; 
	color:#FFF; 
	background: url(../images/templatemo_arow.jpg) no-repeat 120px 0px;
}
#templatemo_panels { 
	margin:0 0 15px 0; 
	text-align: center; 
	padding-left: 2px; 
}

#templatemo_panels ul {
	list-style:none;
}

#templatemo_panels li {
	display:inline; 
	padding-right:2px;
}