/* CSS Document */
/*html,*/ body {
	height: 100%; /*height workaround */
	
	font-family: Arial, san-serif;
	font-size: 12px;
	
	margin:0;
	padding:0;
	}

/*--------------------------------3 COLUMN LAYOUT----------------------------*/
#wrapper {
	margin: 0;
	padding: 0;
	width: 971px;
	min-height:100%; /*height workaround */
	height:auto; /*height workaround */	
	}

#global-nav {
	margin: 0;
	padding: 0;
	/*background-color:#ccc;*/	
	}

#c {
	width: 770px;
	position: relative;
	float: left;
	}

#c #nav {
	width: 180px;
	position: absolute;
	top: 15px;
	left: 10px;
	padding 0;
	margin: 0;
	/*background-image:url(img/bg-left-column.gif);*/
	}

#nav #cat {
	padding: 5px 15px 15px 15px;
	}

#content { 
	/*575 total width*/
	left: 205px;
	width: 550px;
	padding-top: 15px;
	padding-bottom: 20px;
	position: relative;

	}

#content #copy {
	}

#branding { 
	margin-top: 15px;
	padding-right: 10px;
	float: right;
	width: 179px;
	}
	
#footer {
	clear: both;
	}	

/*--------------------------------TYPOGRAPHY------------------------------*/

a
{
	color: #0072bc;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: underline;
}

a:hover {
	color: #ec1c24;
	text-decoration: none;
}

/* a:link {
	color: #4b4b4b;
	text-decoration:underline;
	}
a:hover {
	color: #0099CC;
	}
a:visited {
	color: #4b4b4b;
	} */

p { font-size: 1em;
	line-height: 1.6667em;
	margin: 0 0 1.5em 0;
	color:#4b4b4b;
	}

.branding-txt {
	font-size: 0.6667em;
	line-height: 2em;
	margin: 0;
}

.copy-smaller
{
	font-size: 11px;
}

/*p, ul, li, h1 {
	margin: 0;
	padding: 0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	}*/
/*p {color: #4b4b4b;}*/


input {
background-color: #ffffff;
color: #000000;
}

/*input:focus {
background-color: #f4e4df;
color: #000000;
}*/
		

/*----------------------------------TILES--------------------------------*/
.tile_c {
	clear: both;
	padding: 0 20px 0 0;
	}
	
.tile1 {
	padding: 25px 0 0 0 ;
	margin: 0;
	width: 165px;
	float: left;
	}
.tile2 {
	padding: 25px 0 0 18px;
	margin: 0;
	width: 165px;
	float: left;
	}	
.tile3 {
	padding: 25px 0 0 17px;
	margin: 0;
	width: 165px;
	float: left;
	}
.name {
	padding: 15px 0 0 0;
	}
.aslowas {

	}
.price {

	}
.featured {
	font-family: tahoma, arial, san-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 0;
	}

h1 {
	font-size: 16px;
	font-weight: bold;
	}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	}
h3 {
	font-size: 14px;
	font-weight: bold;
	}


A.toptabs, .toptabs { font-size:11px; font-weight:bold; color:#EEEEEE; text-decoration:none; }
A.toptabs:hover { font-weight:bold; color:#FFFFFF; text-decoration:none; }
A.toptabs:visited { font-size:11px; font-weight:bold; color:#EEEEEE; text-decoration:none; }

.hdr {
	font-weight: bold;
	color: #0066ff;
	}
li
{
	list-style-type: disc;
	font-size: 1em;
	line-height: 1.6667em;
	color:#4b4b4b;
}