/*
-------------------------------------------------------------
Typography:

Pimp My MPC is a centered, 720px wide layout on a gray background.

Created:  10/12/06 
Modified: 12/12/06
Authors: Marisa DeSalles marisa@yvod.com, Ulan McKnight ulan@yvod.com

The font is arial

The color scheme is black, white, red and grey (for highlight).

black:        #000000;
white:        #ffffff;
red:          #e71515
grey:         #4f4f4f
dark grey:    #333333
light grey:   #8b8b8b
lighter grey: #cccccc

-------------------------------------------------------------
*/


/*
--------------------------------------------------
IE hacks
hide from IE
show only in IE
--------------------------------------------------
*/

/*\*/
html>body .ie-hack {
}
/**/

* html .ie-hack {
}

/*
--------------------------------------------------
main stuff
--------------------------------------------------
*/

html, body {
	height: 100%;
}

body {
	font-size: 62.5%;
	color: #ffffff;
	width: 720px;
	font-family: arial, verdana, sans-serif;
	background-color: #000000;
	text-align: center; /* IE bug fix to center div */
	margin: 10px auto 5px auto; 
	padding: 0px 0px 0px 0px;
}

.everything {
	width: 720px;
	/*
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: 1px solid white;
	*/
}

p { 
	font-size: 1.2em;
	text-align: left;
	line-height: 1.4em;
	margin: 10px 5px 5px 0px;
	padding: 0px 0px 0px 0px;
}


a:link,
  a:visited {
    color: #cccccc;
    text-decoration: none;
}

/*
--------------------------------------------------
logo
--------------------------------------------------
*/

.logo a:link,
  .logo a:visited {
    float: left;
    background-image: url(/media/assets/logo.gif);
    background-repeat: no-repeat;
    background-position: left center;
    width: 720px;
    height: 36px;
    margin: 20px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

.logo-secure a:link,
  .logo-secure a:visited {
    float: left;
    background-image: url(/grenvilleturner/media/assets/logo.gif);
    background-repeat: no-repeat;
    background-position: left center;
    width: 720px;
    height: 36px;
    margin: 20px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

.logo a:hover,
  .logo a:active {
    background-image: url(/media/assets/logo-over.gif);
    background-repeat: no-repeat;
    background-position: left center;
    width: 720px;
    height: 36px;
    margin: 20px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

.logo-secure a:hover,
  .logo-secure a:active {
    background-image: url(/grenvilleturner/media/assets/logo-over.gif);
    background-repeat: no-repeat;
    background-position: left center;
    width: 720px;
    height: 36px;
    margin: 20px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

a:hover,
  a:active,
  p a:hover,
  p a:active {
    color: #e71515;
    text-decoration: none;
}

.main-content {
	/*
	z-index: 1;
	background: url(/media/assets/middle.gif);
	background-position: center center;
	background-repeat: repeat-y;
	*/
	width: 720px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.breadcrumbs {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 25px;
}

.mainbody-content {
  position: relative;
	width: 720px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 20px 0px;
	border: 1px dotted white;
}

* html .mainbody-content {
	padding: 0px 0px 20px 20px;
	border: 1px solid white;
}

.body-content-secure {
	width: 720px;
	/* background: url(/media/new/main-content-background.gif); */
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 20px 20px;
}

/*
--------------------------------------------------
quote is used on the index page
quote is centered with a 80px indent
--------------------------------------------------
*/

.begin-quote {
	width: 500px;
	text-align: center;
	background: url(/media/assets/quote-open.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 80px;
	margin: 20px auto 60px auto;
	padding: 0px 0px 0px 20px;
}

.end-quote {
	font-size: 1.3em;
  text-indent: -80px;
  line-height: 1.8em;
	background: url(/media/assets/quote-close.gif);
	background-repeat: no-repeat;
	background-position: 470px 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 80px;
}

.end-quote:first-line {
  text-indent: 0px;
	padding: 0px 0px 0px 0px;
}

.footer {
	width: 720px;
	height: 170px;
	background: url(/media/assets/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.footer p {
	text-align: right;
	font-size: 0.8em;
	margin: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 150px 10px 20px 10px;
}

* html .footer p {
	font-size: 1.0em;
}

.vertical-20 {
	width: 100%;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.vertical-40 {
	width: 100%;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
hr hack URL: http://www.sovavsiti.cz/css/hr.html
Not working. Not sure why :{
--------------------------------------------------
*/

.hr {
ÊÊheight: 15px;
ÊÊbackground: #000000 url(/media/hr1.gif) no-repeat scroll center;
}

.hr hr {
ÊÊdisplay: none;
}

.divider {
ÊÊheight: 20px;
	/* background: #ffffff url(/media/divider.gif) no-repeat center; */
	margin: 20px 0px 20px 0px;
}
/* .divider is an hr substitute to separate blocks of text */

/*
--------------------------------------------------
slider code
--------------------------------------------------
*/

/* slider area definitions */
.slider {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 7px 7px 0px 7px;
	/* border: 1px solid #999999;*/
}

.slider a {
	min-height: 26px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

* html .slider a {
	height: 26px;
	padding: 4px 0px 0px 4px;
}

/* links within slider area */
.slider a.inline {
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
	border: none;
}

/*  OLD slider green cross image 
.slider a {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #D6EEF6 url(/media/new/service_open.jpg) no-repeat center right;
	border: 1px solid #B5DCF9;
	display: block;
	color: #606060;
}
*/

/*
--------------------------------------------------
column definitions
float left (organize as desired on page)
float-right allows text to flow around div
10px less than column width to allow for IE bug
universal padding of 5px (adjust spacing within section a required)
--------------------------------------------------
*/

.one-column {
  float: left;
	width: 130px;
	margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.one-column-right {
	float: left;
	width: 130px;
	margin: 0px 15px 0px 5px;
  padding: 0px 5px 5px 5px;
}

.two-column {
	float: left;
	width: 258px;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0px 5px 5px 5px;
}

.two-column-right {
	float: right;
	width: 258px;
  padding: 0px 5px 5px 5px;
}

.three-column {
	float: left;
	width: 398px;
  padding: 0px 5px 5px 5px;
}

.three-column-right {
	float: right;
	width: 398px;
  padding: 0px 5px 5px 5px;
}

.four-column {
  float: left;
	width: 550px;
  margin: 0px 5px 5px 10px;
}

.five-column {
	width: 748px;
  padding: 5px 5px 5px 5px;
}

/*
--------------------------------------------
cleaner
--------------------------------------------
*/

.cleaner {
	clear: both;
}

/* 
-------------------------------------------------------------
top stuff

.top 	 contains main background image and all navigation
.top-1 contains logo
.top-2 contains navigation links
-------------------------------------------------------------
*/

.top-holder {
	float: left;
	position: relative;
	width: 720px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.top {
	float: left;
	background-image: url(/media/assets/navigation-lake.gif);
	background-repeat: no-repeat;
	position: center;
	width: 720px;
	height: 131px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}

.top-forest {
	float: left;
	background-image: url(/media/assets/navigation-forest.gif);
	background-repeat: no-repeat;
	position: center;
	width: 720px;
	height: 131px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}

.top-mountain {
	float: left;
	background-image: url(/media/assets/navigation-mountain.gif);
	background-repeat: no-repeat;
	position: center;
	width: 720px;
	height: 131px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}

.top-mountain-secure {
	float: left;
	background-image: url(/grenvilleturner/media/assets/navigation-mountain.gif);
	background-repeat: no-repeat;
	position: center;
	width: 720px;
	height: 131px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}

.top-rock {
	float: left;
	background-image: url(/media/assets/navigation-rock.gif);
	background-repeat: no-repeat;
	position: center;
	width: 720px;
	height: 131px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}

.top-rock-secure {
	float: left;
	background-image: url(/grenvilleturner/media/assets/navigation-rock.gif);
	background-repeat: no-repeat;
	position: center;
	width: 720px;
	height: 131px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}

.top-1 {
	float:left;
	width: 720px;
	height: 90px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

.top-2 {
	float:left;
	font-size: 1.2em;
	width: relative;
	width: 720px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* 
-------------------------------------------------------------
navigation stuff
-------------------------------------------------------------
*/

.navigation-1 {
	float:left;
	width: 130px;
	height: 20px;
	font-weight: normal;
	margin: 0px 0px 0px 210px; 
	padding: 0px 0px 0px 0px;
}

* html .navigation-1 {
	width: 140px;
	margin: 0px 0px 0px 140px;
}

.navigation-2 {
	float: left;
	width: 120px;
	height: 20px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

* html .navigation-2 {
	width: 100px;
}
.navigation-3 {
	float: left;
	width: 110px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

* html .navigation-3 {
	width: 90px;
}

.navigation-4 {
	float: left;
	width: 100px;
	height: 20px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

.navigation-1 a:link,
  .navigation-1 a:visited,
  .navigation-2 a:link,
  .navigation-2 a:visited,
  .navigation-3 a:link,
  .navigation-3 a:visited,
  .navigation-4 a:link,
  .navigation-4 a:visited {
    color: #ffffff;
}
  
.navigation-1 a:hover,
  .navigation-1 a:active,
  .navigation-2 a:hover,
  .navigation-2 a:active,
  .navigation-3 a:hover,
  .navigation-3 a:active,
  .navigation-4 a:hover,
  .navigation-4 a:active {
    color: #e71515;
}
  
  
/* 
-------------------------------------------------------------
shopping stuff

.shop-1       - Left cell
.shop-1-head  - Header row for shopping table
-------------------------------------------------------------
*/

.order-now {
  width: 690px;
  text-align: right;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
}

.header-row {
  background-color: #333333;
  height: 20px;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  border: 1px solid #4f4f4f;
}

.item-row {
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
  border-left: 1px solid #4f4f4f;
  border-right: 1px solid #4f4f4f;
  border-bottom: 1px solid #4f4f4f;
}

.shop-1,
  .shop-1-header {
    float: left;
    width: 240px;
    text-align: center;
    margin: 0px auto 0px auto; 
    padding: 0px 0px 0px 0px;
}

.shop-1 a:link,
  .shop-1 a:visited {
    color: #4f4f4f;
}

.shop-1 a:hover,
  .shop-1 a:active {
    color: #e71515;
}

.shop-1-detail {
  float: left;
  width: 500px;
  text-align: left;
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 10px;
}

.shop-2,
  .shop-2-header {
    float: left;
    width: 260px;
    text-align: left;
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px;
}

.shop-3,
  .shop-3-header {
    float: left;
    width: 100px;
    text-align: center;
    margin: 0px auto 0px auto; 
    padding: 0px 0px 0px 0px;
}


.shop-4,
  .shop-4-header {
    float: left;
    width: 100px;
    text-align: center;
    margin: 0px auto 0px auto; 
    padding: 0px 0px 0px 0px;
}

.shop-4-header {
	height: 20px;
}

.shop-1 p {
  margin: 0px 0px 0px 0px;
  padding: 12px 0px 5px 25px;
}

.shop-2 p {
	margin: 0px 0px 0px 0px; 
	padding: 10px 0px 0px 0px;
}

.shop-2-head p {
  text-align: center;
  margin: 0px auto 10px auto;
  padding: 0px 0px 0px 0px;  
}

.shop-4-head p {
  text-align: center;
}

.price {
  font-size: 1.2em;
  color: white;
	text-align: center;  
  margin: 0px auto 10px auto;
  padding: 0px 0px 0px 0px;
}

/*
-------------------------------------------------------------
align stuff
-------------------------------------------------------------
*/

.left {
	margin: 0px auto 0px auto;
	text-align: left;
}

.center {
	margin: 0px auto 0px auto;
	text-align: center;
}

.right {
	margin: 0px auto 0px auto;
	text-align: right;
}

/*
--------------------------------------------------
lists
--------------------------------------------------
*/

/*
ul {
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
}
*/

ol li {
  font-size: 13px;
  margin: 0px 0px 5px 0px;
}

.hand-list {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}	

.hand-list li {
  font-size: 1.3em;
  font-weight: bold;
	background-image: url(/media/assets/hand.gif);
  background-repeat: no-repeat;
  background-position: 0px 0.3em;
	padding: 0px 0px 7px 25px;
}	

.arrow-list {
	font-size: 0.9em;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

* html .arrow-list {
	margin: 0px 0px 0px 8px;
}

.localnav-list {
	font-size: 0.9em;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

li.blue,
	li.gray,
	li.green,
	li.orange,
	li.red,
	li.yellow,
	li.none {
		background-repeat: no-repeat;
		background-position: 0px 6px;
		margin: 0px 0px 0px 0px;
		padding: 3px 0px 3px 16px;
}

* html li.blue,
	* html li.gray,
	* html li.green,
	* html li.orange,
	* html li.red,
	* html li.yellow,
	* html li.none {
		padding: 3px 0px 3px 0px;
}

li.blue {
	background-image: url(/media/new/arrow-blue.gif);
}

li.gray {
	background-image: url(/media/new/arrow-gray.gif);
}

li.green {
	background-image: url(/media/new/arrow-green.gif);
}

li.orange {
	background-image: url(/media/new/arrow-orange.gif);
}

li.red {
	background-image: url(/media/new/arrow-red.gif);
}

li.yellow {
	background-image: url(/media/new/arrow-yellow.gif);
}

li.none {
	margin-top: -7px;
}

/*
--------------------------------------------------
header text stuff
--------------------------------------------------
*/

h1 {
	font-size: 1.8em;
	text-align: left;
	color: #333333;
	font-weight: bold;	
	line-height: 1.5em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-size: 1.6em;
	text-align: left;
	color: #4f4f4f;
	font-weight: bold;	
	line-height: 1.4em;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

h2 a:link, 
	h2 a:visited {
	font-weight: bold;	
	text-align: left;
	color: #4f4f4f;
	text-decoration: none;
}	

h3 {
	font-size: 1.4em;
	color: #8b8b8b;
	text-align: left;
	font-weight: bold;	
	line-height: 1.2em;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h3.huge {
	color: #cc0000;
	font-size: 20pt;
}
	
h4 {
	font-size: 1.2em;
	color: #cc0000;
	font-weight: bold;	
	line-height: 1.2em;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h4.big {
	font-size: 36pt;
	color: cc0000;
}	

h5 {
	font-size: 1.3em;
	color: #cc0000;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
copy related
--------------------------------------------------
*/

.copy {
	font-size: 1.3em;
	text-align: left;
	line-height: 1.4em;
	margin: 5px 20px 10px 0px;
	padding: 0px 0px 3px 0px;
}

.copy-center {
	margin: 0px auto 0px auto;
	padding: 0px auto 0px auto;
}

.copy a:hover, 
  .copy-large a:hover {
    text-decoration: underline;
}	

/*
.copy:first-line {
	margin: 0px 20px 12px 0px;
	padding: 0px 0px 0px 0px;
}
*/

.copy-large {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.copy-medium {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.copy-small {
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.copy-support {
	margin-bottom: 30px;
	border-bottom: 1px solid ##cc0000;
	}

.copy-tiny {
	font-size: 0.6em;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

* html .copy-tiny {
	font-size: 0.7em;
}

.copyhuge {
	font-size: 1.3em;
	line-height: 150%;
	margin: 0 20px 0 0;
	padding: 0 0 12px
}

.copy-notice {
	font-size: 1.0em;
	line-height: 150%;
	margin: 0 20px 0 0;
	padding: 0 0 12px;
	color: #000000;
}

/*
--------------------------------------------------
form related
--------------------------------------------------
*/

.form-div {
	width: 500px;
}

.form-begin {
	width: 500px;
	height: 20px;
	background: url(/media/assets/form-top.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

.form-end {
	width: 500px;
	background: url(/media/assets/form-bottom.gif);
	background-repeat: repeat;
	background-position: bottom center;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 40px 0px;
}

.form-end-content {
  margin: 0px 0px 0px 30px;
}

.form-end-content p {
  font-size: 0.9em;
}

/*
--------------------------------------------------
table stuff
--------------------------------------------------
*/

.label-cell {
  font-size: 0.8em;
  margin: 0px 5px 5px 5px;
}

.value-cell {
  font-size: 0.8em;
}

/*
--------------------------------------------------

--------------------------------------------------
*/

p.cart-item {
	font-size: 0.8em;
}

i {
	font-style: italic;
}

b {
	font-weight: bold;
}

ul.list-blue {
	/* background-image: url(/media/new/arrow-blue.gif) no-repeat; */
}
	
.list {
	font-size: 10px;
	line-height: 1.4em;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 8px;
	text-align: left;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	margin: 0 40px 0 0;
	padding: 5px 6px 8px 12px
}

.navlarge {
  width: 140px;
	font-size: 0.7em;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 3px 0px;
	padding: 6px 0px 0px 0px;
}

.blockimages {
	margin: 0px 12px 14px 0px;
	padding: 0px 0px 0px 0px;
}

.copylarge {
	font-size: 11px;
	line-height: 150%;
	margin: 0 24px 0 0;
	padding: 0 0 12px
}

.image {
	margin: 0;
	padding: 14px 0px 6px;
}


.pagetitle {
	font-size: 16px;
	line-height: 120%;
	text-decoration: none;
	margin: 0;
	padding: 12px 0
}

.search {
	margin: 6px 0 0;
	padding: 0
}

.steps {
	font-size: 9px;
	line-height: 150%;
	background-color: #f0f0f0;
	margin: 0 2px 0 0;
	padding: 3px 0 4px 4px;
	position: relative;
	top: 6px;
	width: 134px;
	float: left
}

/*
--------------------------------------------------
img treatments
--------------------------------------------------
*/

img {
	border: none;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img.image-left {
	float: left;
	margin: 0px 20px 10px 0px;
}

img.image-right {
	float: right;
	margin: 0px 0px 0px 20px;
}

.img-item {
  text-align: center;
  margin: 0px auto 20px auto;
  padding: 0px 0px 0px 0px;
}