﻿/*
------------------------------------------------------------
This style sheet will contain all the contet styling for 
the site "BexterWear"
It will be devided into sections:
	General
	Pages:
		General to all
		Specific

COLOURS:
Body text				:#6E6E6E
h4                      :#000
a                       :#000
a:hover                 :#          Orange
------------------------------------------------------------
*/
body 
{
	font-size:12px;
    font-family: Arial;
    color: #6E6E6E;
}

/*For overwriting styles in the admin section*/
#main_container
{
	font-size:12px;
    font-family: Arial;
    color: #6E6E6E;
	}

p {margin:0 0 10px 0;}
a	        {text-decoration: none;cursor: pointer; color:#000;}
a:hover	    {text-decoration: none;color:#ed2b28;}

h1	{font-family: Verdana;margin-bottom: 20px;padding-bottom: 5px;font-weight: normal;font-size: 18px;text-transform: uppercase; margin:0;letter-spacing:1px;}
h2	{}
h3	{font-size: 12px;font-weight: normal;color: #6E6E6E;padding-top: 14px;padding-left: 10px; margin-right:20px; height: 30px;text-transform: uppercase; background-color:#efefef;}
h4	{font-size: 12px;font-weight: bold;color: #6E6E6E;margin:0;padding:0;height: 21px;text-transform: uppercase;}
h5	{font-size: 15px;margin: 20px 0;font-weight: normal;}
/* Currently used for prices */
h6	{font-size: 17px;text-align: center;padding: 10px 0;}

/*
------------------------------------------------------------
					General for all
------------------------------------------------------------
*/
/*also entire content area*/
#content
{
	float:left;
	background-color: #FFF;
    width:960px;
    min-height:646px;
}

*html #content
{
    height:646px;
    }

/*
------------------------------------------------------------
					Second Tier Menu
------------------------------------------------------------
*/

#second-tier-menu
{
    width: 193px;
    float: left;
    padding-top: 85px;
    min-height: 10px;
}

* html second-tier-menu
{
    height: 10px;
}

/*
------------------------------------------------------------
					Two column layout
------------------------------------------------------------
*/

#main-page-content
{
    width: 717px;
    float: left;
    padding: 40px 25px 40px 25px;
}

/*
------------------------------------------------------------
					Home page
------------------------------------------------------------
*/
p.free-shipping
{
    text-transform: uppercase;
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-top: 8px;
    float:right;
    width:420px;
}

#front-description
{
    width: 440px;
    float: left;
    padding: 0;
    padding-bottom: 2px;
    min-height: 123px;
    padding-left: 23px;
    padding-top: 15px;
    color: #323232;
    font-size: 12px;
    margin-bottom:24px;
}

* html #front-description
{
    height: 123px;
}

#front-description .payment
{
	float:left;
	width:440px;
	margin-top:18px;
	}

.payment 
{
	width:370px;
}	
.payment img
{
	float:left;
	margin-left:8px;
	margin-right:8px;
	}

