/*
Theme: "Pedalo Author Template"
CSS by: Baysaa Boroo - Pedalo Limited.
Year: 2008

Copyright &copy 2008 Pedalo Limited
*/

body{
margin:0;
padding:0;

background-color: #E8E8E8;
font-size:12px;
font-family:"Lucida Grande", Arial, Helvetica;
line-height:140%;
}

#wrap{
padding:0;
margin:0 auto 10px auto;
width:100%;
float:none;
background-color:#FFFFFF;
}

a:link, a:visited{ color:#1C4A99; text-decoration:none; }
a:hover{ color:#1C4A99; text-decoration:underline; }


.phone a:link, .phone a:visited {
	color:#6B6B6B;
}

/* ----------------------------------- START HEADER ---------------------------------------*/

#header{
padding:5px 0 0 0;
margin:0px 0 30px 0;
width:100%;
height:76px;

background-image:url(images/bgtop.jpg);
background-position:0px 5px;
background-repeat:repeat-x;
}

#header .inner {
	width:940px;
}

#header .inner .phone {
	float:right;
	width:340px;
}

#header .inner .phone .big {
	font-size:16px;
	font-weight:bold;
	padding:6px 0 0 0;
	margin:0;
	line-height:140%;
}

#header .inner .phone .sub {
	color:#6B6B6B;
	font-size:12px;
	margin:0;
	line-height:140%;
}

#header .inner .logo{
margin:12px 0 0 18px;
background-image:url(images/logo.gif);
height:47px;
width:293px;
background-repeat:no-repeat;
}

#header .logo a{
height:47px;
width:293px;
display:block;
}

div.menu ul li a, div.menu ul li a:visited, div.search-box{
font-size:14px;
color:#FFFFFF;
font-family:Arial, "Times New Roman", Times, serif;
text-decoration:none;
line-height:30px;
display:block;
}

div.menu ul li a:hover{
text-decoration:underline;
}

#search-button{
background:transparent url(images/button_go.jpg) center top;
border:none;
padding:0;
margin:0;
height:32px;
width:11px;
background-repeat:no-repeat;
}

#s, #search-button {
vertical-align:middle;
}

#content input:hover, #content textarea:hover, #content input:focus, #content textarea:focus{
border:1px solid #CCCC66;
background-color:#FCFCFC;
}

#s{
border:1px solid #646464;
width:159px;
color:#CCCCCC;
font-size:12px;
height:16px;
margin:5px;
}

#s-button {
	margin:0 5px 5px 5px;
}

form {
	margin:0;
}

#s.over{
color:#000000;
font-size:12px;
}

/* ----------------------------------- END HEADER ---------------------------------------*/
/*****************************************************************************************/
/* ----------------------------------- START BODY ---------------------------------------*/

#body{
padding:0 ;
margin:0;


background-color:#FFFFFF;
}

#leftbar{
padding:0;
margin:0 0 10px 18px;
width:156px;

display:inline;
float:left;
}

#rightbar{
padding:0;
margin:0 18px 0 18px;
width:173px;

display:inline;
float:left;
}

#content
{
padding:0;
margin:0 0 0 27px;
width:530px;

display:inline;
float:left;
}

#content h2, #content h2 a{
font-family:Arial, "Times New Roman", Times, serif;
font-size:17px;
font-weight:normal;
color:#CC0000;
line-height:135%;
text-transform:uppercase;
text-decoration:none;
margin:0;
display:block;
}

#content h2 {
padding:10px 30px 20px 0;
}

#content h2 a:hover{
/* empty */
}

#content h3, #content h3 a{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#996666;
font-weight:bold;
text-decoration:none;
padding:0;
margin:10px 0 0 0;
}

#content h4, #content h4 a{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#246464;
}

#content .postedon{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
float:right;
margin:10px 0;
}

#content .postedon a{
text-decoration:none;
color:#1C4A99;
}

#content .postedon a:hover{
text-decoration:underline;
color:#1C4A99;
}

#content .postedby{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
font-weight:bold;
}

#content .postedby a{
text-decoration:none;
}

#content .postedby a:hover{
color:#1C4A99;
text-decoration:underline;
}

#content p, #content span, #content{
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#content p{
margin:10px 0;
line-height:16px;
}

#content hr{
border:none;
border-top:1px solid #3F9999;
}

#IEroot #content hr{
border:none;
height:1px;
background-color:#3F9999;
color:#3F9999;
}

.line { /*background: #fff url(images/borderLine.gif) no-repeat center bottom;
margin: 8px auto;
height: 1px;*/
}

#commentform input, #commentform textarea{
border:1px solid #246464;
}

/* ----------------------------------- END BODY ---------------------------------------*/
/***************************************************************************************/
/* ----------------------------------- START WIDGETS ----------------------------------*/

div.widget
{
	padding:0;
	margin:0 0 20px 0;
	
	background-color:#FFFFFF;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

div.widget h2
{
	padding:5px;
	margin:0;
	
	text-align:center;

	/*background-image:url(images/bg_widget_header.jpg);
	background-repeat:repeat-x;*/
	
	font-family:"Lucida Grande", Arial, Helvetica;
	font-size:13px;
	line-height:20px;
	color:#242424;
	font-weight:bold;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	
	/*border-left:1px solid #2c4a99;
	border-right:1px solid #2c4a99;*/
}

#IEroot div.widget h2 {
	
}

div.widget ul
{
	list-style:none;
	padding:0;
	margin:0;
}

div.widget ul li
{
	padding:5px;
	margin:0;

	/*background:#CAD8DD url(images/bg_widget_body.jpg) no-repeat;
	background-position:left 1px;*/
	list-style-type:none;
	
	/*border-bottom:1px solid #FFFFFF;*/
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#292929;
}

#rightbar p { font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:15px 0; margin:0; }

div.widget ul li.over
{
	/*background:#9BCBDD url(images/bg_widget_body_f2.jpg) no-repeat;
	background-position:left 1px;*/
}

#IEroot div.widget ul li
{
	border-bottom:none;
}

/*div.widget ul li:hover
{
	background:#B8CFCF url(images/bg_widget_body_f2.jpg) no-repeat;
}*/

div.widget ul li ul
{
	padding:0;
	margin:0;
	background:none;
}

div.widget ul li ul li
{
	width:200px;
	padding:0;
	background:#CAD8DD url(images/bg_widget_body.jpg) no-repeat;
	background-position: 10px 1px;
	border-bottom:none;
	border-top:1px solid #FFFFFF;
}

div.widget ul li ul li.over
{
	background:#9BCBDD url(images/bg_widget_body_f2.jpg) no-repeat;
	background-position: 10px 1px;
}

div.widget ul li ul li ul
{
	padding:0;
	margin:0;
	background:none;
}

div.widget ul li ul li ul li
{
	width:200px;
	padding:0;
	background:#CAD8DD url(images/bg_widget_body.jpg) no-repeat;
	background-position: 20px 1px;
	border-bottom:none;
	border-top:1px solid #FFFFFF;
}

div.widget ul li ul li ul li.over
{
	background:#9BCBDD url(images/bg_widget_body_f2.jpg) no-repeat;
	background-position: 20px 1px;
}

div.widget ul li a, div.widget ul li a:visited{
	margin:5px;
	
	width:100%;
	
	color:#000000;
	text-decoration:none;
}

div.widget ul li ul li a, div.widget ul li ul li a:visited{
	padding:5px 5px 5px 0;
	margin:0 0 0 35px;
	
	width:160px;
	
	color:#000000;
	text-decoration:none;
	display:block;
}

div.widget ul li ul li ul li a, div.widget ul li ul li ul li a:visited{
	padding:5px 5px 5px 0;
	margin:0 0 0 45px;
	
	width:150px;
	
	color:#000000;
	text-decoration:none;
	display:block;
}

div.widget a:hover, div.widget ul li a:hover, div.widget ul li ul li a:hover, div.widget ul li ul li ul li a:hover{
	color:#9D0A0A;
	text-decoration:none;
	border-bottom:1px dotted #000000;
}

div.rt_widget
{
	height:5px;
	width:200px;
	padding:0px;
	margin:0px;
	
	background-image:url(images/rt_widget_header.jpg);
	background-repeat:no-repeat;
}

div.rb_widget
{
	height:5px;
	width:200px;
	padding:0px;
	margin:0px 0px 1px 0px;
	
	background-image:url(images/rb_widget_header.jpg);
	background-repeat:no-repeat;
}

* html div.rt_widget, * html div.rb_widget{
	line-height:0;
	font-size:0;
}

div.widget ul li ul, div.widget ul, div.widget ul li ul li ul
{
	border:0px solid #000000;
}

/* ----------------------------------- END WIDGETS -----------------------------------*/
/**************************************************************************************/
/* ----------------------------------- START FOOTER ----------------------------------*/

div#footer
{
	padding:0px 0;
	margin:0 auto;
	
	width:950px;
	height:50px;
	
	/*background-image:url(images/bg_footer.jpg);*/
	background-repeat:repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;
}


.poweredby
{
	margin:0;
	color:#666666;
	display:inline;
	line-height:50px;
	position:absolute;
	left:25px;
}

.poweredby a{text-decoration:none; color:#666666;}
.poweredby a:hover{text-decoration:underline;}

.copyright
{
	margin:0;
	color:#666666;
	display:inline;
	line-height:50px;
	position:absolute;
	left:249px;
}

.pedalo
{
	margin:0;
	color:#666666;
	display:inline;
	line-height:50px;
	position:absolute;
	right:10px;
	white-space:nowrap;
}

.pedalo a{text-decoration:none; color:#666666;}
.pedalo a:hover{text-decoration:underline;}

/* ----------------------------------- END FOOTER ----------------------------------*/
/************************************************************************************/
/* ----------------------------------- START MISC ----------------------------------*/

div.widget_many img {
margin-top:10px;
border:1px solid #CCCCCC;
padding:5px;
}

#go-button.over { cursor:pointer; text-decoration:underline; }
#search-button.over { cursor:pointer; }

div.post_header{
background:#FFFFFF;
padding:0;
margin-bottom:0;
}

div.post_header_bottom{
background:url(images/rb_post_header.jpg) bottom left no-repeat;
height:5px;
margin-top:0;
}

ol.commentlist {
font-family:Arial, Helvetica, sans-serif;
}

small, small a{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

/* Post Images & Caption */
div.wp-caption {
	margin:5px 10px;
	text-align:center;
}

p.wp-caption-text {
	text-align:center;
	border-bottom:1px solid #CCCCCC;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	margin:0!important;
	padding:10px 0;
}

div.alignright {
float:right;
}

div.alignleft {
float:left;
}


div.menu1{
	background:url(images/bgmenu2.gif) repeat-y;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
}

div.menu1 .top{
	background:url(images/bgmenu1.gif) no-repeat;
	height:12px;
	width:141px;
	display:block;
}

div.menu1 .bottom{
	background:url(images/bgmenu3.jpg) no-repeat;
	background-position:left bottom;
	height:110px;
}

div.menu1 ul{
	list-style:none;
	padding:0 5px 14px 9px;
	margin:0;
	width:127px;
}

div.menu1 ul li{
	padding-bottom:4px;
	line-height:140%;
}

div.menu2{
	background:url(images/bgwebtv.jpg) no-repeat;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:40px 0 40px 0;
	padding:8px;
	width:125px;
}

div.menu2 h3{
	font-size:17px;
	font-weight:bold;
	margin:0;
	padding:4px 0 3px;
	text-align:center;
	color:#CC0000;
	line-height:135%;
}

div.menu2 p.h2, div.menu2 p.h2 a{
	color:#000000;
	font-size:13px;
	line-height:16px;
	margin:0;
	padding:8px 0 0;
	text-align:center;
}

div.menu2 ul{
	margin:10px 0 0 0;
	list-style:none;
	padding:0;
}

div.menu2 ul li{
	border-bottom:1px solid #998888;
	margin:0 0 3px 3px;
	padding:0 0 3px 3px;
	text-align:center;
	line-height:140%;
}

/*************************/

.fvCommunityNewsGetSubmissionsWidget { }
.fvCommunityNewsGetSubmissionsWidget ul li { background-image:none!important; padding:0 10px!important; width:180px!important; }
.fvCommunityNewsGetSubmissionsWidget h3 { margin-top:0; }
.ngg-widget { text-align:center; }


.ec3_list span { padding:5px 0 5px 25px!important; display:block; }
.widget_video { text-align:center; }
.widget_video h2 { text-align:left; }
.widget_dmsguestbook { }

.ec3_widget_cal { font-family:Arial, Helvetica, sans-serif; font-size:12px; }
.ec3_widget_cal img { border:none; }

.show_news ul li {
color:#000000;
font-family:Arial;
font-size:12px;
font-weight:normal;
}
.show_news ul a {
color:#000000;
font-family:Arial;
font-size:12px;
font-weight:normal;
}
.show_news ul b {
color:#000000;
font-family:Arial;
font-size:12px;
font-weight:bold;
}

#wp-calendar {
	width:100%;
}

.menu1 a:link, .menu1 a:visited {
	color:#676767;
	text-decoration:none;
}

.menu1 a:hover {
	border-bottom:1px dotted #676767;
	color:#242424;
}

.menu1 .bottom a:link, .menu1 .bottom a:visited {
	color:#242424;
	text-decoration:none;
}

#clientLogos {
	position:relative;
	width:141px;
	background-repeat:no-repeat;
	height:330px;
}

#clientLogos div {
	position:absolute;
	display:none;
	top:30px;
	left:0;
	text-align:center;
	width:141px;
}

#clientLogos div a img {
	border:0 none;
}

#belowlogos {
	margin-top: 15px;
	text-align: center;
}
img.twitter {
	margin-bottom: 15px;
}

a img {
	border:0 none;
}

.advert {
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 20px;
}