@import url("reset.css");
@import url("header.css");
@import url("footer.css");
@import url("page.css");
@import url("leftColumn.css");
@import url("rightColumn.css");
@import url("shop.css");
@import url("cart.css");
@import url("locations.css");
@import url("account.css");

#BLANK {
	
}

#wrapper {
	position: relative;
	margin: auto;
	width: 970px;
	left: 30px;
}

body {
	color: #797979;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1;
	background-image: url(../images/backgroundTexture.gif);
	background-repeat: repeat;
}

a {
	color: #2CA2C7;
	text-decoration: none;
}

a:hover {
	color: #59CCF0;	
}

ol, ul {
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

::-moz-selection{
	background: #CCCCCC;
	color: #2CA2C7;
} 

::selection {
	background: #CCCCCC;
	color: #2CA2C7;
}