/*-----------------------------------------------
[Vidaltek Apparel] Screen Stylesheet
Stylesheet:  global.css
Author:   
Version:  1
Date:     00/00/00
Revision: 
----------------------------------------------- 
@import url("reset.css");*/
body { 
	background: #B1A385 url(../imgs/bg_body.jpg) top repeat-x;
	color: #333;
  	margin: 0;
  	text-align: center;
  	font: 12px/18px Arial, Verdana, sans-serif;
}
hr { 
	float: left; 
	width: 100%; 
	height: 1px; 
	margin: -8px 0; 
	padding: 0; 
	border: none; 
	clear: both; 
}
/*This would have been an hr, but IE can't get it right*/
.divider {
	background: url(../imgs/hr.jpg) no-repeat;
	width: 400px;
	height: 15px;
	margin: 0 auto 18px;
}
/*LINKS*/

a,
a:visited {
	color: #ad7c42;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*CLASSES*/

.left { 
	float: left; 
}
.right { 
	float: right;
}
.center {
	width: 100%;
	margin: 0 auto;
}
.hidden { 
	visibility: hidden;
}
.clear { 
	clear: both; 
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { 
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*LAYOUT*/

#container {
  margin: 0 auto;
  padding: 0;
  width: 800px;
  text-align: left;
}

#masthead {
position: relative;
width: 800px;
height: 130px;	
}

h1#logo {
	margin: 0;
	padding: 0;
}
h1 span {
	display: none;
}
#logo a {
	display: block;
	background: url(../imgs/logo.jpg) no-repeat;
	width: 370px;
	height: 100px;
}

#content {
	background: #fff url(../imgs/bg_content.jpg) no-repeat bottom;
	padding: 10px;
}
.shop {
	padding-left:20px;
	padding-right:20px;
}
#banner {
	width: 780px;
	height: 210px;
}
#home #c1 {
	float: left;
	width: 779px;
}
#home #c2 {
	float: right;
	width: 230px;
	padding: 0 50px 0 0;
}
#c1 {
	float: left;
	width: 230px;
}
#c2 {
	float: right;
	width: 430px;
	padding: 0 50px 0 0;
}
#footer {
	color: #fff;
	font-size: 11px;
	text-align: center;
	clear: both;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer li {
	display: inline;
	list-style-type: none;
}
li#credit {
	display: block;
	text-align:center;
}
#credit a:link, #credit a:visited
{
    color: #7e4507;
    text-decoration: underline;
}
#credit a:hover, #credit a:active
{
    color: Maroon;
    text-decoration: none;
}

ul#cart {
	position: absolute;
	top: 0;
	right: 10px;
    margin: 0;	
    text-align: right;
	font-size: 10px;
}
#cart li ul {
	margin: 0;
}
#cart li {
	display: inline;
	list-style-type: none;
}

#cart a {
	color:#ad7c42;
	text-decoration: none;
}
#cart a:hover {
	text-decoration: underline;
	color:#912905;
}

/* @group NAVIGATION */
/*NAVIGATION*/
#nav {
	position: relative;	
	background: url(../imgs/nav.jpg) no-repeat;
	width: 800px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}
#nav li {
    list-style: none;
}
#nav li a { 
    display: block;
    position: absolute;
	top: 0;
	height: 30px;
    margin: 0; 
    padding: 0;
    /*right: 535px;*/
}
#nav_1 a, #nav_2 a, #nav_3 a, #nav_4 a, #nav_5 a, #nav_6 a, #nav_7 a
{ background: url(../imgs/nav.jpg) }

#nav_1 a{
	left: 265px;
	background-position: -265px 0;
	width: 55px;
}
#nav_1 a:hover,
#nav_1 a.active {
 background-position: -265px -30px;
}
#nav_2 a{
	left: 320px;
	background-position: -320px 0;
	width: 80px;
}
#nav_2 a:hover,
#nav_2 a.active {
 background-position: -320px -30px;
} 
#nav_3 a{
	left: 400px;
	background-position: -400px 0;
	width: 55px;
}
#nav_3 a:hover,
#nav_3 a.active {
 background-position: -400px -30px;
}  
#nav_4 a{
	left: 455px;
	background-position: -455px 0;
	width: 123px;
}
#nav_4 a:hover,
#nav_4 a.active {
 background-position: -455px -30px;
}
#nav_5 a{
	left: 578px;
	background-position: -578px 0;
	width: 65px;
}
#nav_5 a:hover,
#nav_5 a.active {
 background-position: -578px -30px;
}   
#nav_6 a{
	left: 643px;
	background-position: -643px 0;
	width: 63px;
}
#nav_6 a:hover,
#nav_6 a.active {
 background-position: -643px -30px;
}
#nav_7 a{
	left: 706px;
	background-position: -706px 0;
	width: 94px;
}
#nav_7 a:hover,
#nav_7 a.active {
 background-position: -706px -30px;
}    
/* @end */
/*FORMS*/

input {

}
select { 

}
textarea {

}

/*imgs*/

img { 
	margin: 0 0 0px 0; 
}
img.left {
	margin: 0 9px 9px 0;
}
img.right {
	margin: 0 0 9px 9px;
}

/* @group TYPOGRAHY */	
/*TYPOGRAHY*/

h1,h2,h3,h4,h5,h6 { 
  font-family: Georgia, serif;
  margin: 0; 
  padding: 9px 0;
  clear: both; 
}
h1 { 
	font-size: 36px; 
	line-height: 36px; 
	padding: 18px 0; 
}
h2 {
	color: #641500; 
	font-size: 26px; 
	line-height: 36px;
	font-weight: lighter; 
}
.color {
	color: #00679d; 
	font-size: 14px; 
	line-height: 36px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
h3 { 
	font-size: 18px;
	color: #af0025;
}
h4 { 
	font-size: 14px; 
}
h5 { 
	font-size: 12px; 
	font-weight: bold; 
}
h6 { 
	font-size: 10px; 
	font-weight: bold; 
}

p { 
	margin: 0 0 18px; 
	text-align: justify; 
}
ul, ol { 
	margin: 18px 0 18px 18px; 
	list-style-type: disc; 
}
li { 
	line-height: 18px; 
}
ol { 
	list-style-type: decimal; 
}
dl { 
	margin: 18px 0; 
}
dl dt { 
	font-weight: bold; 
}
blockquote  { 
	margin: 18px 0 18px 23px; 
	font-size: 0.9em; 
	color: #666; 
	font-style: italic; 
}
strong { 
	font-weight: bold; 
}
em { 
	font-style: italic; 
}
pre { 
	background: #eee;
	padding: 8px;  
	margin-bottom: 18px; 
	line-height: 18px; 
	border: 1px solid #ddd; 
}
code { 
	font: 0.9em Monaco, monospace; 
}
/* @end */

.new_btn a {
	display: block;
	background: url(../imgs/new_btn.jpg) no-repeat;
	width: 100px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;	
}

.new_btn a:hover {
	background-position: 0 -25px;
}
#cart_btn a{
	float: right;
	background: url(../imgs/cart_btn.gif) no-repeat;
	width: 100px;
	height: 20px;
}
#cart_btn a:hover {
	background-position: 0 -20px;
}
#cart_btn a span {
	display: none;
}
#cart_btnv2 a{
	float: right;
	background: url(../imgs/cart_btn.gif) no-repeat;
	width: 100px;
	height: 20px;
}
#cart_btnv2 a:hover {
	background-position: 0 -20px;
}
#cart_btnv2 a span {
	display: none;
}
#search{ width:160px;  float:left; padding-left:10px; padding-top:8px;}
#detail{ width:570px; padding-left:10px; padding-right:10px; float:right;}
#detail a
{
	text-decoration:none;
}
#detail a:hover
{
	text-decoration:underline;
}
#toplink{ font-size:12px; border-bottom:1px solid #a6c0df; padding-bottom:5px; font-weight:bold;}
.leftlink{ font-size:12px;}
#toplink a  {
	text-decoration:none;
	color:#00679d;
}
#toplink a:hover {
	text-decoration:underline;
}
#search a  {
	text-decoration:none;
	color:#ad7c42;
}
#search a:hover {
	text-decoration:underline;
	color:#912905;
}
#search h1 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000; 
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.top {	
	vertical-align:top;
}
.bot { margin-bottom:0px;}
#search ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	margin-right: 0px;
	margin-left:0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
#search li {
	margin: 0px;
	display: block;
	background-image:url(../imgs/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-top: 0px;
	padding-right:0px;
	padding-left: 15px;
}
.mediumTitle
{
	color: #641500;
	font-size: 14px;
	font-weight: bold;
}
.smallTitle
{
	color: #641500;
	font-size: 12px;
	font-weight: bold;	
}
.pricingTable th
{
	vertical-align: top;
	background-color: #7e4507;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	vertical-align:middle; 
	text-align: center;
}
.pricingTable
{
	text-align: center;
	background-color: #ffffff;
	border:1px solid #ececec;
	border-collapse:collapse;
	margin-bottom: 25px;		
}
.pricingTable th, .pricingTable td 
{
    border:1px solid #ececec;
	border-collapse:collapse;
	 padding:3px;
}
.align_center {text-align:center;}
.align_left {text-align:left;}
.home_col_left {width: 460px; padding-top:15px; float: left; padding-left:20px; padding-right:10px;}
.home_col_right {width: 270px; float: left; padding-top:10px; padding-left:10px; padding-right:10px;padding-bottom:20px;}
.img_home {padding:3px; border: 0px solid #bebebe; margin-top:8px;}
#content li {background:url(../images/bullet.gif) 0px 5px no-repeat; list-style:none; padding-left:10px;}
#content ul {padding-left:10px;}