﻿/*
 	  FILE: Default Template CSS
   AUTHORED BY: Jordan L Co
       VERSION: v01.529.3244
     COPYRIGHT: Copyright (C) TechMania-Hosts 2008-2012. All Rights Reserved.
         DATED: 05-03-11 UPDATED: 10-07-12
*/
            @import url('purecss.css');

body {
            background: url(images/wood_bg.jpg);
            font: 13px Trebuchet MS;
            color: #787878;
            font-size: 13px;
}

span, strong {
            font-weight: bold;
}

a#logo {
            background: url(http://secure.techmania-hosts.com/images/whmcs-logo.png);
            width: 317px;
            height: 100px;
            background-repeat: no-repeat;
            vertical-align:middle;
            margin-top: 25px;
            float: center;
            display: block;
            padding-top: 15px;
            padding-bottom: 15px;
            padding-right: 15px;
            padding-left: 15px;
}

a, a:link, a:visited{
            font-weight: bold;
            color:lightskyblue;
            text-decoration: none;
}

a:hover {
            font-weight: bold;
            color:lightskyblue;
            text-decoration: underline;
}

.white {
            color: #FFFFFF;
	    font-weight: bold;
}

.blue {
            color: lightskyblue;
	    font-weight: bold;
}
            .blue.small {
                        color:white;
                        font-size: 10px;
            }

.absmiddle {
            vertical-align:middle;
}

.horizontal-line {
	width:100%; 
	margin: 30px auto;
	height:2px;
	background:transparent url('/assets/default/images/hr-line.jpg') repeat-x;
	
}
.legal {
            text-align: center;
            text-transform: uppercase;
            color: #949494;
            font-size: 10px;
            padding-top: 25px;
}

.external {
            background-image:url('/assets/default/images/external.link.png'); /* external.png */
            background-repeat:no-repeat;
            background-position:right;
            padding-right:14px;
            font-weight: bold;
}

.external a, a:hover {
            text-decoration: underline;
}

/* --------------- NEW --------------- */
.container-body {
	
}

#aboutfacts ul li {
            list-style: none;
            list-style-type: none;
            list-style-image: none;
}
#aboutfacts .ul_arrow_list, #aboutfacts .ul_arrow_list, #aboutfacts .ul_check_list, #aboutfacts .ul_plus_list, #aboutfacts .ul_star_list, #aboutfacts .ul_pencil_list {
            clear:both;
			margin:10px 10px 10px 0;
			display:table;
			list-style:none;
}

#aboutfacts .ul_star_list li, #aboutfacts .ul_plus_list li, #aboutfacts .ul_check_list li, #aboutfacts .ul_pencil_list li {
            padding-top:5px;
			padding-bottom:5px;
			padding-left:25px;
			list-style:none;
}

#aboutfacts .ul_arrow_list li {
            padding-top:5px;
			padding-bottom:5px;
			padding-left:15px;
			list-style:none;
}

#aboutfacts .ul_plus_list li {
            background:url(images/plus_list.png) no-repeat scroll left center transparent;
			list-style:none;
}

#aboutfacts .ul_star_list li{
            background:url(images/star_list.png) no-repeat scroll left center transparent;
			list-style:none;
}

#aboutfacts .ul_arrow_list li {
            background:url(images/arrow_list.png) no-repeat scroll left center transparent;
			list-style:none;
}	
			
#aboutfacts .ul_check_list li {
            background:url(images/check_list.png) no-repeat scroll left center transparent;
			list-style:none;
}

#aboutfacts .ul_pencil_list li {
            background:url(images/pencil_list.png) no-repeat scroll left center transparent;
			list-style:none;
}