/*  
Theme Name: StudioPress_Red
Theme URI: http://www.dailyblogtips.com/studiopress-wordpress-theme-released/
Description: A clean, Adsense-ready WP theme.
Author: Daily Blog Tips
Author URI: http://www.dailyblogtips.com/
Version: 1.0
*/

/* Reset Defaults Starts */


h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
   }

a {
  color: #23307F;
  }

a:hover {
  color: #da251c;
  }

blockquote {
  margin: 5px 15px;
  padding: 5px 5px;
  background: #ECECEC;
  border: 1px solid #ccc; 
  background: url(images/body_bg.jpg);
  background-position:top; background-repeat:repeat-x;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }


/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto 0px auto;
    width: 950px;
  font-family: Trebuchet MS, sans-serif;
  text-align: justify;
  background-color:#CCCCCC; /* IE Centering Technique */
  /*background: #656565 url(images/bgbody.jpg) repeat-x top left;*/

  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

.topcurve {
  margin-top: 15px;
  height: 13px;
  background: url(images/bgtop.gif) left top no-repeat;
  }

.topcurvewhite {
  /*margin-top: 15px;
  height: 13px;*/
 /* background: url(images/bgtopwhite.gif) left top no-repeat;*/
  }

.bottomcurve {
  margin: 0;
  height: 13px;
  /*background: url(images/bgbottom.gif) left bottom no-repeat;*/
  }

.bottomcurvewhite {
  margin: 0;
  /*height: 13px;
  background: url(images/bgbottomwhite.gif) left bottom no-repeat;*/
  }

#header {
  margin: auto 0; border:1px solid #ffffff; border-left:0px; border-bottom:0px; border-top:0px;
  padding: 0 0 0 0; background-image:url(images/header_bg.jpg); height:100px; background-repeat:repeat-x; vertical-align:top;position: relative;
  }

#header .topright {
  float: right;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right;
  color: #fff;
  }

#searchform {
  margin-left: 0;
  margin-top: 3px;
  margin-right: 10px;
  }

#searchform {
  margin-left: 5px;
  width: 213px;
  padding-top: 8px;
  height: 28px;
  background: #ccc;
  background: url(images/search.gif) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 6px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 6px 0;
  }

#searchbox {
  margin-left: 5px;
  margin-bottom: 3px;
  width: 150px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }
.h3_sub
{
border-bottom:1px dotted silver;
font-size:18px;
font-weight:bold;
color:#1F455A;
text-decoration:none;
padding-left:5px;
	
}
#underheader {
  clear: both;
  margin-top: 0px;
  padding: 0 0 0px 0;
  }


#underheader h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 23pt;
  width: 600px; float:right; 
  }

#underheader h1.sitename a {
  color: #000000;
  text-decoration: none;
  }

#underheader h1.sitename a:hover {
  color: #ccc;
  text-decoration: none;
  }

#underheader h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 12pt;
  color: #EAEAEA;
  }
  #underheader h1.sitedesc a:hover {
  padding: 0 0 0 0;
  position: relative;
  font-size: 12pt;
  color: #ddddd;
  float:left; 
  }
    #underheader h1.sitedesc a {
  padding: 0 0 0 0;
  position: relative;
  font-size: 12pt;
  color: #ddddd; text-decoration:none;
   float:left;

  }


#underheader #toprss{
  float: right;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  text-align: right;
  }

/* Menu */

#nav {
  clear: both;
  margin: 0px 0px 0px 0px; background-image:url(images/nav_bg.jpg); height:39px;
  }
* html #nav {
margin-bottom:-22px;
}
* + html #nav {
margin-top:2px;
}
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav li {
  float: left;
  margin-right: 10px; background-image:url(images/divider.jpg); background-position:right; background-repeat:no-repeat; height:36px; margin-top:3px; padding-right:10px;
  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  
  }

#nav li a {
  display: block;
 
 /* 
  height: 26px;
 background: url(images/bgtableft.gif) left top no-repeat;
  text-transform: lowercase; */
  font-size: 10pt;
  text-decoration: none;
  }

#nav li a span {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 12px;
  line-height: 26px;
  font-weight: bold;
  color: #FFF;
 /* background: url(images/bgtabright.gif) right top no-repeat;*/
  text-decoration: none;
  margin-top:3px;
  }

#nav li a:hover {
  background-position: left -26px;
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav li a:hover span {
  background-position: right -26px;
  color: #ffffff;
  }

#nav li.current_page a {
  background-position: left -26px;
  }

#nav li.current_page a span {
  background-position: right -26px;
  color: #000; margin-top:3px; color:#ffffff;
  }

/* Main content */

#main {
  clear: both;
  width: 940px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  padding: 0 0px 15px 10px;
  background: #fff;
  }

#contentwrapper {
  float: left;
  width: 600px;
  }

#content {
 margin-top:10px;
  }

#content .pageTitle {
  padding: 0px 10px 0 10px;
  font-size: 14pt;
  color: #000000;
  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

.adsense_top {
  text-align:center;
  margin:10px 0 25px 0;
  font-size:9pt;
  }

.adsense_sidebar {
  text-align:center;
  margin:0 0 20px 0;
  font-size:9pt;
  }

.post {
  margin: 20px 0 25px 0;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  }

#content h2 {
  font-size: 13pt;
  }

#content h3 {
  font-size: 12pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 11pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  padding: 0 10px 10px 5px;
  font-size: 13pt;
  font-weight: bold;
  color: #000;
  }

h2.postTitle a {
  font-size: 13pt;
  font-weight: bold;
  text-decoration: none;
  color: #23307f;
  letter-spacing: -1px;
  font-family:Arial, Helvetica, sans-serif; padding-left:0px; margin-left:0px;
  }

h2.postTitle a:hover {
  color: #d8170e;
  }

.postMeta {
  padding: 2px 10px 4px 10px;
  font-size: 9pt;
  color: #333;
  border-bottom:1px dotted silver;
  }

.postMeta .date {
  background: url(images/date.gif) left no-repeat;
  padding: 0 0 0 15px;
  }

.postMeta .filed {
  background: url(images/folder.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .commentcount {
  background: url(images/comments.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta a {
  text-decoration: none;
  }

.postContent img {
    }

#content p, .postContent p {
  padding: 5px 5px 5px 5px;
  text-align:justify;
  font-size: 10pt;
  color: #000;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  text-align:justify;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #000;
  text-align:justify;
  }

.postTags {
  margin: 15px 10px;
  font-size: 9pt;
  color: #000;
  background: #eee;
  padding: 2px 4px;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 10px -25px;
  background: #ECECEC;
  width: 510px;
  }

.commentlist li.alt {
  margin: 0 0 10px -25px;
  background: #FFFFFF;
  width: 510px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 510px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }


/* Start of sidebar */

#allsidebars {
  width:330px;
  float:right; background-image:url(images/sidebar_bg.jpg); background-repeat:repeat; 
  }


/* Sidebar top welcome box */

.sidebarswrapper {
  margin-top: 0px;
  padding-top: 9px;
  width: 355px;
  background: url(images/bgsidebartop.gif) left top no-repeat;
  }

.sidebars {
  width: 330px;
  background: #363636;
  }

.sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  }

.sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  }

#welcome {
  clear: both;
  padding: 0 10px;
  }

#welcome a {
  display: inline;
  color: #B95A5A;
  }

#welcome a:hover {
  color:#fff;
  }

#welcome p {
  color: #fff;
  margin-top: 5px;
  padding-left: 70px;
  background: url(images/welcome.gif) left top no-repeat;
  }

.sidebarsbottom {
  clear: both;
  width: 310px;
  height: 18px;
  background: url(images/bgsidebarbottom.gif) left bottom no-repeat;
  }


/* Sidebar 2 columns widget-ready */

.sidebarsB {
  padding-left:11px;
  margin-top: 5px; background-image:url(images/sidebar_bg.jpg); background-repeat:repeat; float:left;
  }

.sidebar1 {
  float: left;
  width: 165px;
  }

.sidebar2 {
  float: right;
  width: 165px;
  }

.sidebarsB h2 {
  padding: 2px 7px;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  /*background: url(images/sidebar_h2.gif) left no-repeat;*/
  margin-bottom: 3px; background-color:#000000; width:295px;
  }

.sidebarsB table {
  width: 160px;
  }

.sidebarsB ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebarsB li {
  margin-bottom: 0px;
  list-style: none;
  font-size: 9pt;
  }

.sidebarsB li ul {
  padding: 0;
  }

.sidebarsB ul ul li {
  margin: 0 0 0 10px;
  padding: 3px 2px 2px 16px;
  color: #222;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. 
  border-bottom: 1px dotted #ccc;*/
  }

.sidebarsB a {
  display: block;
  color: #333;
  text-decoration: none;
  display: inline;
  }

.sidebarsB a:hover {
  color: #23307e;
  text-decoration: underline;
  }

.sidebarsB p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}


/* Footer */

#footer {
background:#2d2d2d url(images/footer_bg.jpg) repeat-x scroll 0 0;
clear:both;
color:#FFFFFF;
height:115px;
padding-top:40px;
text-align:center;
width:100%;
  }

#footer p {
  padding: 0;
  font-size: 8pt;
  color: #fff;
  text-align: center;
  }

#footer a {
  color: #B95A5A;
  }

#footer a:hover {
  color: #fff;
  }

#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  }


/* Extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }
#hot_offers
{
width:100%; float:left; margin-left:2px; margin-top:8px;
}
#hot_offers .hot_left
{
float:left; background-image:url(images/hot_left.jpg); background-repeat:no-repeat; width:217px; height:55px;
}
#hot_offers .hot_right
{
 float:left; background-repeat:no-repeat; background-image:url(images/hot_right.jpg); width:11px; height:55px;
}
#hot_offers .hot_center
{
background-repeat:repeat-x; background-image:url(images/hot_center.jpg); width:62%; float:left; height:55px;
}



#hot_offers .hot_leftfreesim
{
float:left; background-image:url(images/hot_left_freesim.jpg); background-repeat:no-repeat; width:217px; height:40px;
}
#hot_offers .hot_rightfreesim
{
 float:left; background-repeat:no-repeat; background-image:url(images/hot_right_freesim.jpg); width:13px; height:40px;
}
#hot_offers .hot_centerfreesim
{
background-repeat:repeat-x; background-image:url(images/hot_center_freesim.jpg); width:61.6%; float:left; height:40px;
}

#hot_offers .hot_leftlatestfree
{
float:left; background-image:url(images/latest-free-left.jpg); background-repeat:no-repeat; width:10px; height:42px;
}
#hot_offers .hot_rightlatestfree
{
 float:left; background-repeat:no-repeat; background-image:url(images/latest-free-right.jpg); width:10px; height:42px;
}
#hot_offers .hot_centerlatestfree
{
background-repeat:repeat-x; background-image:url(images/latest-free-bg.jpg); width:96.6%; float:left; height:42px;
}

h2.h2_tag
{
color:#ffffff;
line-height:41px;
font-size:15px !important;


}





#hot_offers .hot_leftfreephoto
{
float:left; background-image:url(images/hor_left_freephoto.jpg); background-repeat:no-repeat; width:251px; height:40px;
}
#hot_offers .hot_rightfreephoto
{
 float:left; background-repeat:no-repeat; background-image:url(images/hot_right_freephoto.jpg); width:13px; height:40px;
}
#hot_offers .hot_centerfreephoto
{
background-repeat:repeat-x; background-image:url(images/hot_center_freephoto.jpg); width:56%; float:left; height:40px;
}

#hot_offers .hot_leftfreebonus
{
float:left; background-image:url(images/hor_left_freebonus.jpg); background-repeat:no-repeat; width:258px; height:40px;
}
#hot_offers .hot_rightfreebonus
{
 float:left; background-repeat:no-repeat; background-image:url(images/hot_right_freebonus.jpg); width:13px; height:40px;
}
#hot_offers .hot_centerfreebonus
{
background-repeat:repeat-x; background-image:url(images/hot_center_freebonus.jpg); width:54.8%; float:left; height:40px;
}

#hot_offers .hot_leftfreedating
{
float:left; background-image:url(images/hor_left_freedating.jpg); background-repeat:no-repeat; width:291px; height:40px;
}
#hot_offers .hot_rightfreedating
{
 float:left; background-repeat:no-repeat; background-image:url(images/hot_right_freedating.jpg); width:16px; height:40px;
}
#hot_offers .hot_centerfreedating
{
background-repeat:repeat-x; background-image:url(images/hot_center_freedating.jpg); width:48.8%; float:left; height:40px;
}







#hot_offers .hot_body
{
border-left:1px solid #000000; border-right:1px solid #000000; width:598px; float:left;
}
#hot_footer
{
width:100%; float:left;
}
#hot_footer .footer_left
{
float:left; background-image:url(images/footer_left.jpg); background-repeat:no-repeat; width:9px; height:8px;
}
#hot_footer .footer_left
{
float:left; background-image:url(images/footer_left.jpg); background-repeat:no-repeat; width:9px; height:8px;
}
#hot_footer .footer_right
{
float:left; background-image:url(images/footer_right.jpg); background-repeat:no-repeat; width:9px; height:8px;
}
#hot_footer .footer_center
{
float:left; background-image:url(images/footer_center.jpg); background-repeat:repeat-x; width:97%; height:8px;
}
.home_img
{
float:left; width:125px; padding:10px;
}
.home_shop_txt
{
float:left; font-family:Arial, Helvetica, sans-serif; margin-top:8px;
}
.home_shop_txt b
{
margin-left:10px; font-size:14px; color:#f80000;
}
.home_shop_txt span
{
margin-left:10px; font-size:14px; color:#100c62; font-weight:bold;
}
.home_shop_txt p
{
margin-left:5px;
}
.home_shop_txt ul
{
float:right; margin:0px; padding:0px; height:15px;
}
.home_shop_txt li
{
float:right; list-style-type:none;font-size:10pt;  margin-right:10px; height:15px;
}
.home_shop_txt li.visit
{
background-image:url(images/visit.jpg); background-repeat:no-repeat; padding-left:20px; height:15px; float:left;
}
.visit
{
background-image:url(images/visit.jpg); height:15px; background-repeat:no-repeat; padding-left:20px;font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:13px; margin-right:15px; float:right; margin-bottom:15px;color:#126beb; text-decoration:none;
}
.visit:hover
{
 text-decoration:underline;color:#126beb;
}
.home_shop_txt li.more
{
background-image:url(images/more.jpg); background-repeat:no-repeat; padding-left:16px;

}
.home_shop_txt li a
{
color:#126beb; text-decoration:none;
}
.home_shop_txt li a:hover
{
color:#126beb; text-decoration:underline;
}
.divider
{
float:left; border-bottom:1px dotted #cccccc; width:100%; margin-bottom:0px; padding-bottom:0px;
}
.sidebar_divider
{
background-image:url(images/sidebar_divider.jpg); background-repeat:repeat-x; float:left; width:100%; height:10px; background-position:bottom; margin:0px; padding:0px;
}
.free_gift_top
{
background-image:url(images/free_gift.jpg); background-repeat:no-repeat; height:66px; width:615px; margin-top:10px;
}
.dividers
{
 float:left; padding:0px; margin-top:10px;
}
.dividers
{
 float:left; padding:0px; margin-top:10px;
}
.free_gift_box
{
float:left; width:100%; margin-bottom:10px;
}
* html .free_gift_box
{
float:left; width:100%; margin-bottom:0px;
}
.free1
{
float:left; width:32%; margin-left:4px;
}
.free2
{
float:left; width:32%;  margin-left:5px;
}
.free3
{
float:left; width:32%; margin-left:5px;
}
.green_left
{
background-image:url(images/green_left.jpg); height:34px; width:10px; float:left; background-repeat:no-repeat;
}
.green_right
{
background-image:url(images/green_right.jpg); height:34px; width:10px; float:left; background-repeat:no-repeat;
}
.green_center
{
 height:34px; background-repeat:repeat-x; background-image:url(images/green_bg.jpg); float:left; width:173px; background-repeat:repeat-x; text-align:center; font-weight:bold; font-size:13px; color:#ffffff; line-height:32px;
}
.free_gift_body
{
border-left:3px solid #e0dcdb; border-right:3px solid #e0dcdb; width:95%; text-align:center; float:left;
}
.free_gift_body span
{
text-align:center;
}

.free_gift_footer
{
float:left; height:10px; width:192px; background-repeat:no-repeat; background-image:url(images/free_gift_footer.jpg);
}
.blue_left
{
background-image:url(images/blue_left.jpg); height:34px; width:10px; float:left; background-repeat:no-repeat;
}
.blue_right
{
background-image:url(images/blue_right.jpg); height:34px; width:10px; float:left; background-repeat:no-repeat;
}
.blue_center
{
 height:34px; background-repeat:repeat-x; background-image:url(images/blue_bg.jpg); float:left; width:173px; background-repeat:repeat-x; text-align:center; font-weight:bold; font-size:13px; color:#ffffff; line-height:32px;
}
.kblue_left
{
background-image:url(images/kblue_left.jpg); height:34px; width:10px; float:left; background-repeat:no-repeat;
}
.kblue_right
{
background-image:url(images/kblue_right.jpg); height:34px; width:10px; float:left; background-repeat:no-repeat;
}
.kblue_center
{
 height:34px; background-repeat:repeat-x; background-image:url(images/kblue_bg.jpg); float:left; width:173px; background-repeat:repeat-x; text-align:center; font-weight:bold; font-size:13px; color:#ffffff; line-height:32px;
}
.kblack_left
{
background-image:url(images/kblack_left.jpg); height:31px; width:9px; float:left; background-repeat:no-repeat;
}
.kblack_right
{
background-image:url(images/kblack_right.jpg); height:31px; width:9px; float:left; background-repeat:no-repeat;
}
.kblack_center
{
 height:31px; background-repeat:repeat-x; background-image:url(images/kblack_bg.jpg); float:left; width:173px; background-repeat:repeat-x; text-align:center; font-weight:bold; font-size:13px; color:#ffffff; line-height:32px;
}
.free_link
{
float:right; color:#5801fe; font-weight:bold; font-size:13px; text-decoration:none;
}
.free_link
{
text-decoration:underline;
}
#discount
{
width:608px; font-family:Arial, Helvetica, sans-serif; font-size:13px; margin:0 auto 0 auto;
}
#discount table
{
border-collapse:collapse; border:1px solid #000000;
}
#discount td
{
border-collapse:collapse; padding:5px 8px 5px 8px; text-align:center; border:1px solid #000000;
}
.contenttd
{
text-align:left;
}
#discount th
{
border-collapse:collapse; text-align:center; border:1px solid #000000; background-image:url(images/th_bg.jpg); background-repeat:repeat-x; color:#FFFFFF; height:28px; font-size:13px;
}
.tr1
{
background-color:#f2f0f1;
}
.tr2
{
background-color:#f7f7f7;
}
.red_col
{
color:#c33531; font-weight:bold;
}
.hot_img_text
{
font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; margin:5px 0px 5px 10px ; color:#215679;
}
.hotimglink
{
text-align:center; margin:0px 0px 0px 0px; width:100%;  padding-bottom:0px; 
}
#hotoffersul
{
margin:5px 0px 5px -13px;
}
* html #hotoffersul
{
margin:5px 0px 5px 24px;
}
#hotoffersul li
{
font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; text-decoration:none; color:#215679; line-height:19px;
}
#hotoffersul a
{
font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; text-decoration:none; color:#215679;
}
#hotoffersul li a:hover
{
text-decoration:underline;
}
.hotbtag
{
margin:5px 0px 5px 5px; text-align:justify;
}
.hot_bodyh2
{
font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; text-decoration:none; color:#100C62; margin:5px 0px 5px 0px;
}
.diveder
{
width:100%; border-bottom:1px dotted silver; height:10px;
}
.more
{
font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; margin-right:15px; color:#215679; float:right;
}
.h1txt
{
font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:18px; color:#242f81; margin-left:-5px; margin-bottom:0px; padding-bottom:0px;
}
.welcometxt
{
font-family:Arial, Helvetica, sans-serif; margin-bottoms:0px; padding:0px;
}
#boxtop

{

background-image:url(images/box_top_bg.jpg); background-repeat:repeat-x; height:14px; margin:0px;

}
#boxtop p

{
margin:5px 0px 5px 0px;

}
.hole_frame
{
margin:0 auto 0 auto; width:552px;
}


#boxtop ul

{

background-image:url(images/box_top_left.jpg); background-position:left top; margin:0px; background-repeat:no-repeat;list-style-type:none; height:14px;

}

#boxtop li

{

background-image:url(images/box_top_right.jpg); background-position:right top; margin-top:0px; background-repeat:no-repeat; list-style-type:none; height:14px; text-align:center;

}

#boxtop1

{

background-image:url(images/box_top_bg.jpg); background-repeat:repeat-x; height:14px; margin:0px;

}

* html #boxtop1

{

background-image:url(images/box_top_bg.jpg); background-repeat:repeat-x; height:14px; margin:0px 0px 7px 0px;

}



#boxtop1 ul

{

background-image:url(images/box_top_left.jpg); background-position:left top; margin:0px; background-repeat:no-repeat;list-style-type:none; height:14px;

}

#boxtop1 li

{

background-image:url(images/box_top_right.jpg); background-position:right top; margin-top:0px; background-repeat:no-repeat; list-style-type:none; height:14px;

}

* html #boxtop1 li

{

margin-top:-3px;

}

* + html #boxtop li

{

margin-top:-3px;

}



#topbox_body

{

background-image:url(images/boxbody_left.gif); background-position:left; background-repeat:repeat-y; margin:0px;

}

* html #topbox_body

{

margin-top:-22px;

}



#topbox_body ul

{

background-image:url(images/boxbody_right.gif); background-position:right; background-repeat:repeat-y; margin:0px; padding:0px;

}

#topbox_body li

{

list-style-type:none; font-family:Arial, Helvetica, sans-serif;font-size:13px; text-align:left; padding:0px 5px 5px 5px;



}


#topbox_bottom

{


background-image:url(images/box_bottom_bg.gif); background-repeat:repeat-x; height:13px; margin:0px; overflow:hidden;

}

#topbox_bottom ul

{

background-image:url(images/box_bottom_left.gif); background-repeat:no-repeat; height:13px; background-position:left top; margin:0px; list-style-type:none;

}

#topbox_bottom li

{

background-image:url(images/box_bottom_right.gif); background-repeat: no-repeat; background-position:right top; list-style-type:none; margin:0px; height:13px;

}

* + html #topbox_bottom li

{

margin-top:-9px;

}
#topbox

{

margin:5px auto 0 auto;

padding:0px;

width:605px; background-image:none; overflow:hidden; float:left;

}
.h2recent {
color:#100C62;
font-size:14px;
font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
margin-left:0px;
text-decoration:none;
margin-top:15px;
}
#head1

{

margin:0px;

padding:0px; width:50%; position:relative; left:3px; top:2px;

}



* html #head1

{

 position:relative;  top:2px;

}

* + html #head1

{

 position:relative; top:0px;

}

#head1 .head1_left

{

background-image:url(images/black_left.gif); background-repeat:no-repeat; margin:0px; float:left; height:26px; width:7px;

}

#head1 .head1_right

{

background-image:url(images/black_right.gif); background-repeat:no-repeat; margin:0px; float:left; height:26px; width:15px;

}

#head1 .head1_bg

{

background-image:url(images/black_bg.gif); background-repeat:repeat-x; margin:0px; float:left; height:26px; width:85%; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#ffffff; padding-top:5px;	

}
.new_heading
{
color:#242F81;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:bold;
margin-bottom:0;
margin-left:5px;
padding-bottom:0;
margin-top:10px;
padding-top:10px;
text-decoration:underline;
text-align:center;
}
* html .new_heading
{
color:#242F81;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:bold;
margin-bottom:0;
margin-left:5px;
padding-bottom:0;
margin-top:5px;
padding-top:5px;
text-decoration:underline;
text-align:center;
}
.recent_content p
{
margin-left:5px;
}
.recent_content table
{
margin-left:15px;
}
.home_frame_top
{
background-image:url(images/home_frame_top.jpg); background-repeat:no-repeat; width:550px; height:48px;
}
.home_frame_bottom
{
background-image:url(images/home_frame_bottom.jpg); background-repeat:no-repeat; width:550px; height:48px;
}
.home_frame_center
{
background-image:url(images/home_frame_center.jpg); background-repeat:repeat-y; width:550px; margin:0px; padding:0px;
}
.frame_head_bg
{
float:left; height:24px; background-image:url(images/frame_bg.jpg); background-repeat:repeat-x; color:#FFFFFF; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; line-height:18px;
}
.frame_head_left
{
float:left; height:24px; width:54px; background-image:url(images/frame_header.jpg);
}
.framehead
{
width:400px;  margin:0px 0px 0px 33px; padding:0px;
}
.frame_divider
{
background-image:url(images/frame_divider.jpg); background-repeat:repeat-x; margin:5px 0px 5px 33px;width:484px; height:15px; 
}
.sidebar_div12
{
background-image:url(images/sidebar_div.jpg); background-repeat:repeat-y; float:left; width:12px; height:600px; margin:0px 0px 0px 0px;
}
.freepho
{
background-image:url(http://www.freesamplesuk.org/wp-content/themes/StudioPress_Red/images/free_phone.jpg); background-repeat:no-repeat; height:85px; width:601px; background-repeat:no-repeat; float:left;
}
.freephotxt
{
font-size:13px; font-family:Arial, Helvetica, sans-serif; 
}
.review_ul
{
background:none !important;
}
.review_ul li
{
list-style-type:disc !important;
margin-left: 26px;
}
.contact_form
{
font-size:13px;
}
.contact_form td
{
padding-top:6px;
}