﻿/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background: #3f5564;
}

a:link {
    color:#ffffff;
    background-color:transparent;
    text-decoration:none;
}
a:visited {
    color:#ffffff;
    background-color:transparent;
    text-decoration:none;
}
a:hover {
    color:#3f5564;
    background-color:transparent;
    text-decoration:underline;
}
a:active {
    color:#3f5564;
    background-color:transparent;
    text-decoration:underline;
}

p {
	margin: 10px 0px;
	font-size: 11px;
	text-align: justify;
}

h1 {
	margin: 0px;
	padding: 5px 0px 7px 0px;
	font-size: 24px;
	font-weight: bold;
	line-height: 85%;
	color:#000000;
}

h2 {
	margin: 0px;
	padding: 5px 0px;
	font-size: 20px;
	font-weight: bold;
	color:#ffffff;
}

h3 {
	margin: 0px;
	padding: 10px 0;
	font-size: 25px;
	font-weight: bold;
	color:#ffb21e;
}

h4 {
	clear: both;
	margin: 0px;
	padding: 15px 0px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}

h5 {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
}

h6 {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 12px;
	color: #000000;
}
	
.readmore_black a{
	clear: both;
	display: block;
	width: 100px;
	height: 22px;
	padding-top: 3px;
	text-align: center;
	background: url(images/templatemo_more_black.gif) no-repeat;
	color: #ffb21e;
	text-decoration: none;
}

.readmore_white a{
	clear: both;
	display: block;
	width: 100px;
	height: 22px;
	padding-top: 3px;
	background: url(images/templatemo_more_white.gif) no-repeat;
	color: #000000;
	text-decoration: none;
	text-align: center;
}


#templatemo_container {
	margin: 0px auto;
	width: 920px;
	margin-top: 10px;
}

/* top */

#templatemo_top {
	clear: both;
	width: 900px;
	height: 100px;
	padding: 0px 10px;
	color: #FFFFFF;
}

.sitename_panel {
	float: left;
	width: 450px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}

.sitename{
	padding: 25px 0px 10px 10px;
	font-size: 40px;
	color: #fb6e26;
	font-weight: bold;
}
.sitename span{
	font-size: 40px;
	color: #ffb21e;
	font-weight: normal;
}

.freecall_panel {
	float: right;
	width: 290px;
	height: 100px;
	text-align: right;
	padding-right: 10px;
}

.bigfont {
	padding: 40px 0px 10px 0px;
	font-size: 25px;
	color: #FF0000;
}

.freecall_panel span{
	padding-left: 10px;
	font-size: 25px;
	color: #FFFFFF;
}

.livechat_panel {
	float: right;
	width: 110px;
}

.livechat_panel img{
	border: none;
}

/* end of top */


/* content */

#templatemo_content {
	float:left;
	width: 880px;
	padding: 0px 20px;
	background:url(images/templatemo_frame.gif) repeat-y;
}

.templatemo_content_top{
	clear: both;
	width: 920px;
	height: 15px;
	background: url(images/templatemo_top.gif) no-repeat;
}
/* for IE 6 */
* html .templatemo_content_top{
	clear: both;
	width: 920px;
	height: 15px;
	margin-bottom: -5px;
	background: url(images/templatemo_top.gif) no-repeat;
}

.templatemo_content_bottom{
	clear: both;
	width: 920px;
	height: 16px;
	padding-bottom: 25px;
	background: url(images/templatemo_bottom.gif) no-repeat;
}

/* banner */
.banner {
	width: 830px;
	height: 204px;
	padding: 50px 0px 0px 50px;
	margin-bottom: 10px;
	background: url(images/templatemo_banner_2.gif) no-repeat;
}

.banner ul {
	margin: 20px 0px 20px 50px;
	padding: 0px;
	list-style: disc;
}

.banner ul li{
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px 0px 5px 0px;
}

/* end of banner */

/* rotator */
#rotator {
  width: 830px;
  height: 204px;
	padding: 50px 0px 0px 50px;
	margin-bottom: 10px;
  background: url('rotator/rotate.php') no-repeat center top;
}

.rotate {
	width: 830px;
	height: 204px;
}

.rotate ul {
	margin: 20px 0px 20px 50px;
	padding: 0px;
	list-style: disc;
}

.rotate ul li{
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px 0px 5px 0px;
}


/* end of rotator */

/* menu */

#templatemo_menu{
	clear: both;
	width: 880px;
	height: 35px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: #A3A080;
}

.menuleft {
	float: left;
	height: 35px;
	width: 10px;
	background: #A3A080 url(images/templatemo_menu_left.gif) no-repeat;
}
.menuright {
	float: right;
	height: 35px;
	width: 10px;
	background: #A3A080 url(images/templatemo_menu_right.gif) no-repeat;
}

#templatemo_menu ul {
	margin: 0px;
	padding: 0px 0px 0px 50px;
	list-style: none;
	text-align: center;	
	color: #ffffff;
}


#templatemo_menu ul li{
	display: inline;
}

#templatemo_menu ul li a{
	float: left;
	padding: 7px 20px 2px 20px;
	margin-right: 1px;
	height: 25px;
	font: 14px arial;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

#templatemo_menu ul li a:visited{
	color: #ffffff;
}

#templatemo_menu ul li .current{
	color: #ffffff;
	text-decoration: none;
	background: #3F5564;
}

#templatemo_menu ul li a:hover{
	color: #ffffff;
	text-decoration: none;
	background: #3F5564;
}
/* end of menu */

/* menu 2 */

#templatemo_menu_2{
	clear: both;
	width: 880x;
	height: 35px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: #FFFFFF;
}

.menuleft_2 {
	float: left;
	height: 35px;
	width: 10px;
	background: #FFFFFF url(images/templatemo_menu_left_2.gif) no-repeat;
}
.menuright_2 {
	float: right;
	height: 35px;
	width: 10px;
	background: #FFFFFF url(images/templatemo_menu_right_2.gif) no-repeat;
}

#templatemo_menu_2 ul {
	margin: 0px;
	padding: 0px 0px 0px 50px;
	list-style: none;
	text-align: center;	
	color: #ffffff;
}


#templatemo_menu_2 ul li{
	display: inline;
}

/* end of menu 2 */

/* 3 boxes */

#templatemo_boxarea{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px;
	width: 880px;
}

.box1{
	float: left;
	width: 280px;
	margin-right: 19px;
	background: #FFFFFF;
}

.box1top {
	height: 30px;
	padding-top: 10px;
	text-align: center;
	background:url(images/templatemo_box1_top.gif) no-repeat;
}
.body {
	width: 250px;
	padding: 20px 10px 0px 20px;
	color: #3F5564;
}

.box2{
	float: left;
	width: 280px;
	margin-right: 19px;
	background: #ffffff;
}
.box2top {
	height: 30px;
	padding-top: 10px;
	text-align: center;
	background:url(images/templatemo_box2_top.gif) no-repeat;
}

.box3{
	float: left;
	width: 280px;
	margin: 0px;
	background: #ffffff;	
}
.box3top {
	height: 30px;
	padding-top: 10px;
	text-align: center;
	background:url(images/templatemo_box3_top.gif) no-repeat;
}

.box4top {
	height: 30px;
	padding-top: 10px;
	text-align: center;
	background:url(images/templatemo_box4_top.gif) no-repeat;
}


.boxbottom{
	width:280px;
	height: 10px;
	background: url(images/templatemo_box_bottom.gif) no-repeat;
}
* html .boxbottom{
	width:280px;
	height: 10px;
	margin-bottom: -10px;
	background: url(images/templatemo_box_bottom.gif) no-repeat;
}

.price {
	color:#FF0000;
	font-size: 16px;
}

/* end of 3 boxes */

/* 1 column | added by IF  */

#templatemo_1column{

	width: 880px;
	height: 70px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #A3A080;
	text-align: center;
}

.columnleft {
	float: left;
	height: 50px;
	width: 10px;
	background: #ffffff url(images/templatemo_menu_left_50.gif) no-repeat;
}
.columnright {
	float: right;
	height: 50px;
	width: 10px;
	background: #A3A080 url(images/templatemo_menu_right_50.gif) no-repeat;
}

/* end of 1 column */

/* 1 column (2)| added by IF  */

#templatemo_1column_2{

	width: 880px;
	height: 70px;
	margin: 430px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #A3A080;
	text-align: center;
}

.columnleft {
	float: left;
	height: 50px;
	width: 10px;
	background: #ffffff url(images/templatemo_menu_left_50.gif) no-repeat;
}
.columnright {
	float: right;
	height: 50px;
	width: 10px;
	background: #A3A080 url(images/templatemo_menu_right_50.gif) no-repeat;
}

/* end of 1 column */

/* 2 columns */

#templatemo_2columns{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: 880px;
	color: #000000;
}

.column1{
	float: left;
	width: 390px;
	padding: 10px;
	padding-left: 20px;
	background: #ffffff;
}

.column2{
	float: right;
	width: 400px;
	padding: 10px;
	padding-left: 20px;
	border-left: 2px dotted #CCCCCC;
	background: #ffffff;
}

/* end of 2 columns */

/* 02 columns | added by IF*/

#templatemo_02columns{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: 880px;
}

.column01{
	float: left;
	width: 100px;
	padding: 10px;
	padding-left: 20px;
	background: #A3A080;
}

.column02{
	width: 680px;
	padding: 10px;
	padding-left: 20px;
	background: #A3A080;
}

.column03{
	float: right;
	width: 100px;
	padding: 10px;
	padding-left: 20px;
	background: #A3A080;
}

/* end of 02 columns */

/* 3 columns 3 | added by IF*/

#templatemo_3columns_3{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: 880px;
}

.column001{
	float: left;
	width: 100px;
	background: #A3A080;
}

.column002{
	float: inherit;
	width: 680px;
	background: #A3A080;
}

.column003{
	float: right;
	width: 100px;
	background: #A3A080;
}

/* end of 3 columns 3 */

/* Detail page */

#templatemo_features{
/*	clear: both; */
/*	float: left; */
/*	margin: 0px 0px 0px 0px; */
	padding: 10px 10px 10px 10px;
	width: 730px;
	color: #000000;
}

.titlerow {
	clear: both;
	float: left;
	padding: 5px 0px;
	width: 730px;
	margin: 15px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #333333;	
	border-bottom: 1px solid #CCCCCC;
}

.subrow {
	clear: both;
	padding: 3px 0px;
	font-size: 11px;
	background: #ffffff;
}

.name_column {
	float: left;
	padding-left: 10px;
	width: 100px;
	font-weight: bold;
}

.plan_column {
	float: left;
	width: 125px;
}

.big_column {
	float: left;
	padding-left: 10px;
	width: 225px;
}

.plan_column img{
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: none;
}

/* end of detail page */

/* -------- Footer --------- */

#templatemo_footer {
	clear: left;
	padding: 15px 0px 0px 0px;
	width: 920px;
	height: 62px;
	color: #ffb21e;
	line-height: 24px;
	text-align: center;
}
#templatemo_footer a {
	color: #ffb21e;
	text-decoration: none;
}

#templatemo_footer a:hover {
	text-decoration: underline;
}

/* --------- end of footer --------------*/


