/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

@import url('fb-fan.css'); 

* { margin:0; padding:0; }

body        {
	background: #ffffff url(../images/back.gif) repeat-x;
	color: #444;
	font: 13px/1.55em arial, helvetica, sans-serif;
	color: #6B6A6A;
}
a           { color:#336699; text-decoration:none; }
a:hover     { color:#336699; text-decoration:underline; }
a img       { border:0;}
:focus      { outline:0; }

/* Heading */
h1          { font-size:2em; line-height:1.17em; }
h2          { font-size:1.65em;
line-height:1.2em;
margin-bottom:0.4em;
margin-top:.75em;}
h3          { margin-bottom:.4em; font-size:1.35em; line-height:1.2em; }
h4          { margin-bottom:.4em; font-size:1.05em; line-height:1.35em; }
h5          { margin-bottom:.4em; font-size:1.05em; line-height:1.35em; }
h6          { margin-bottom:.1em; font-size:1em; line-height:1.35em; }

.homeblog ul li {
	padding: 0px 0px 10px 0px;
}

/* Table */
th          { vertical-align:top; font-weight:normal; text-align:left; }
td          { vertical-align:top; }

/* Paragraph */
p           { margin-bottom:.9em; }
address     { margin-bottom:.4em; font-style:normal; line-height:1.4em; }
cite        { font-style:normal; font-size:10px;}
q:before, 
q:after     { content:'';}

/* Form */
form        { display:inline;}
fieldset    { border:none; }
legend      { display:none;}
label       { color:#555;  font-weight:bold; }
input, 
select, 
button      { vertical-align:middle; }

/* Lists */
dt          { display:block; font-weight:bold; }
ul,ol       { list-style:none; }
ul.homeblog       { list-style:disc; margin: 0 1em;}

/* Size */
small       { font-size:.85em; }
big         { font-size:1.15em; }
hr          { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }

/* Home */
.hometext { float:left; margin-top:15px; margin-left:15px; margin-right:30px; font-size:1.1em; }

.columns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .columns {height: 1%;}
.columns{ display:inline-block; }
.columns{ display:block; }
.columns .column{
  float:left;
  overflow:hidden;
  display:inline;
}
.columns .last{ float:right; }

.col2 .first{ width:500px; }
.col2 .last{ width:100px; }

.col2A .first{ width:400px; }
.col2B .last{ width:200px; }

.col3 .first{ width:33%; }
.col3 .second{ width:33%; }
.col3 .last{ width:33%; }

ul.color_list li{
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
display: block;
}

ul.bullets li {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
margin:0 1em;}

.border-head  {
display: none;	
}
#headerright {
float: right;	
	
}
.headerphone {clear:both;
margin:10px 10px 0 0;
text-align:right;;
}

.homeBlogContent {
margin: 0 0 20px 0;
padding: 0;
width:275px;
}
.homeBlogContent ul.homeblog li.homeblog a {
font-size: 15px;
}
.homeBlogContent ul.homeblog li.homeblog{
margin: 0 0 2px 0;
padding: 0;
}
.postWrapper {
clear:both;
margin:0 30px 0 0;
padding-bottom:25px;
}