body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(/My_Themes/Main/Images/bg.jpg);
	text-align: center;
}

/**************************
 * TOP BAR
 **************************/

#top{
	width: 748px;
	margin: 20px auto 0 auto;
	border: 1px solid #cacaca;
	border-bottom: none;
	height: 70px;
	background: #fff;
}

img#logo{
	float: left;
	margin-top: 12px;
}

#quicklinks{
	float: right;
	width: 90px;
	text-align: right;
}

#quicklinks img{
	float: right;
}

#quickbasket{
	clear: right;
	font-size: 10px;
	float: right;
	margin: 24px 5px 0 0;
	color: #666;
}
#quickbasket a
{
    text-decoration: none;
    color: #666;
}
#quickbasket a:hover
{
    color: #29A5D8;
    text-decoration: underline;
}
html>body #quickbasket{
	margin: 26px 10px 0 0;
}

/**************************
 * HEADER
 **************************/

#header{
	background: #208ccb;
	height: 175px;
	width: 750px;
	margin: 0 auto;
	border-top: 4px solid #78A3AF;
	border-bottom: 1px solid #CACACA;
	
}

img#globe{
	height: 175px;
	width: 274px;
	border: none;
	float: right;
}
img#header_mid{
	height: 175px;
	width: 251px;
	border: none;
	float: right;
}

/**************************
 * MENU
 **************************/
#menu{
	width: 225px;
	float: left;
	height: 175px;
	background: #208ccb url(/My_themes/Main/images/menu_bg.jpg) no-repeat;
	text-align: left;
}

#menu_items{
	margin: 15px 0 0 30px;
}

.menu_item{
	font-size: 16px;
	letter-spacing: 0.2em;
	font-family: "Century Gothic";
	font-weight: bold;
	color: #fff;
	text-align: left;
	width: 150px;
}

.bottom_line{
	border-bottom: 1px solid #d2ebff;
	margin-bottom: -1px;
}

.menu_item a{
	border-left: 1px solid #d2ebff;
	padding-left: 4px;
	color: #fff;
	text-decoration: none;
}

.menu_item a:hover{
	color: #f79100;
}

.menu_item img{
	margin-right: 5px;
}

/**************************
 * SEARCH
 **************************/

#search{
	margin: 20px auto 0 auto;
	width: 80%;
}

#search input.text{
	float: left;
	font-size: 11px;
	color: #666;
	width: 140px;
	padding: 0px;
}

#search input.btn{
	float: right;
}

/**************************
 * CONTENT
 **************************/

#container{
	margin: 0 auto;
	width: 748px;
	text-align: center;
}

#content{
	width: 748px;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	background: #fff;
	float: none;
	margin: 0 auto;
	overflow: hidden;
}

#left_col{
	width: 215px;
	float: left;
	margin: 0;
	border-right: 1px solid #cacaca;
	margin-bottom: -20000px;
	padding-bottom: 20010px;
}

#right_col{
	width: 520px;
	float: right;
	margin: 0;
	margin-bottom: -20000px;
	padding-bottom: 20010px;
}

#one_col{
	width: 90%;
	margin: 10px auto;
}

/**************************
 * TEXT ELEMENTS
 **************************/

h1{
	width: 90%;
	margin: 15px auto 0 auto;
	border-bottom: 1px solid #ddd;
	font-family: Verdana;
	font-size: 18px;
	font-weight: lighter;
	text-align: left;
	color: #157CAF;
}

h2{
	color: #666;
	font-family: Verdana;
	font-size: 15px;
	text-align: left;
	width: 90%;
	margin: 10px auto 0 auto;
	border-bottom: 1px solid #ddd;
} 

p {
	text-align: justify;
	font-size: 11px;
	color: #333;
	line-height: 1.6em;
	width: 90%;
	margin: 10px auto 15px auto;
}

ul 
{
    text-align: left;
    font-size: 11px;
    color: #333;
    list-style-type: square;
    width: 90%;
    margin: 10px auto 15px auto;
}

b 
{
    color: #084E67;
}

a
{
    color: #29A5D8;
    text-decoration: none;
}

address
{
    font-size: 11px;
    font-style: normal;
}

/**************************
 * FORM ELEMENTS
 **************************/

label 
{
    font-size: 11px;
    text-align: right;
}

input,select,textarea
{
    font-family: Verdana;
    font-size: 11px;
    padding: 2px 3px;
}

div#contactAddress
{
    text-align: left; 
    padding-left: 30px; 
    padding-top: 15px;
    font-size: 11px;
}

/**************************
 * FOOTER
 **************************/
 
#footer{
	width: 748px;
	height: 35px;
	padding-top: 5px;
	background: #fff;
	border: 1px solid #cacaca;
	clear: both;
	margin: 0 auto 15px auto;
}
#footer p{
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 100%;
	line-height: normal;
	color: #999;
	font-size: 9px;
}
#footer a{
	color: #999;
	text-decoration: none;
}
#footer a:hover{
	color: #2db1e1;
	text-decoration: underline;
}

/**************************
 * PRODUCT LIST
 **************************/

table.product
{
    text-align: left; 
    padding: 10px 0; 
    border-bottom: 1px solid #BBDCED;
}

p.productintro
{
    font-size: 11px;
    padding: 5px 0;
    margin: 0;
    line-height: 1.2em;
}

h3.productname
{
    margin: 0;
    padding: 0;
}

h3.productname a
{
    font-size: 12px; 
    font-weight: bold;
    color: #084E67;
    text-decoration: none;
    margin: 0 0 5px 0;
    padding: 0;
}

h3.productname a:hover
{
    color: #F79100;
}

table.product a img.productimg
{
    border: 1px solid #cacaca
}

.productprice,.pricelabel,.productrrp
{
    font-size: 11px; 
    font-weight: bold;
}

/**************************
 * PRODUCT PAGE
 **************************/


.productprice
{
    font-size: 12px;
    font-weight: bold;
    color:#4ca326;
}

div.productdesc p
{
    line-height: 1.3em;
    padding: 7px 5px;
    margin: 0;
}

p.smalltext{
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	width: 77%;
	line-height: normal;
	color: #999;
	font-size: 9px;
}
.related
{
    font-size: 11px;
}

.related a
{
    text-decoration: none;
    color: #157CAF; 
}

.related a:hover
{
    color: #F79100;
}

/**************************
 * CATEGORY LIST
 **************************/

.catlist
{
    text-align: left;
    font-size: 12px;
    line-height: 1.5em;
    list-style-image: url(/My_Themes/Main/images/arrow.jpg);
    width: 85%;
}



.catlist a
{
    text-decoration: none;
    color: #157CAF; 
}

.catlist a:hover
{
    color: #F79100;
}

#searchkeywords
{
    font-size: 11px;
    text-align: left;
}


/**************************
 * MINICART
 **************************/

div#minicart
{
    width: 195px; 
    text-align: center; 
    background: #FDFEFF; 
    padding: 5px 0; 
    color: #084E76; 
    margin-left:10px;
    border: 1px solid #1ca2ce;
}

a.minicartbutton
{
    display: block; 
    text-decoration: none; 
    width: 110px; 
    padding: 2px 4px; 
    border: #fff solid 1px; 
    margin: 4px auto; 
    background: #1ca2ce; 
    color: #fff; 
    font-size: x-small;
}

a.minicartbutton:hover
{
    background: #8ED1EC;
    color: #084E67
}




.product
{
    font-size: 11px;
}

.grouplink
{
    font-size: 0.8em;
    color: #157CAF;
    text-decoration: none;
    font-family: Verdana;
}

div#shoponline p{
	line-height: 1.3em;
}

td.product p{
	line-height: 16px;
}