* /*Set's border, padding and margin to 0 for all values*/

								{
								padding: 0;
								margin: 0;
								border: 0;
								}

body, html
								{
								color: #000000; 
								font-family: Verdana, Arial, Tahoma, sans-serif;
								background-color: #eeeeee; 
								text-align: center; /*** Centers the design in old IE versions ***/
								height: 100%;
								}

body 						
								{
								font-size: 70%;
								}

p
								{
								padding: 7px 0 7px 0;
								line-height: 20px;
								}
								
.pink
								{
								font-weight: bold;
								color: #FF3366;
								}

a
								{
								font-weight: bold;
								color: #3269b3;
								text-decoration: none;
								}
a:hover
								{
								color: #23d841;
								}

h1, h2, h3
								{
								color: #3269b3;
								font-weight: bold;
								padding-bottom: 5px;
								}

h1
								{
								font-size: 2em;
								}

h2
								{
								font-size: 1.6em;
								}

h3
								{
								font-size: 1.3em;
								}
								
h1 a, #header h2
								{
								color: #ffffff;
								}

.clear
								{
								clear: both;
								}
								
#mainContainer
								{
								width: 760px;
								margin: 0 auto; /*** Centers the design ***/
								min-height: 100%;
								background: #add8e6;
								text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
								}
								
* html #mainContainer
								{
								height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
								}
/**************************
HEADER
**************************/
#header 				
								{
								height: 150px;
								background-image: url(images/header_01.jpg); background-repeat: no-repeat;
								padding: 10px
	              }
/**************************
CONTENT AND COLUMNS
**************************/
.outer
								{
								padding-left: 165px;  
								}

* html .outer
								{
								padding-right: 120px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
								}

.inner
								{
								width: 595px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
								padding-bottom: 30px;
								}

* html .inner
								{
								width: 100%;
								}
								/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
								div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
								blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
								***/

.float-wrap
								{
								float: left;
								width: 630px;
								margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
								}
								
* html .float-wrap
								{
								/*** No need for hacking IE on this layout ***/
								}

#content
								{
								float: right;
								width: 470px;
								background: #ffffff;
								}
								
* html #content
								{
								position: relative;  /*** IE needs this  ***/
								}

.contentWrap
								{
								padding: 5px;
								}
								
#shopping_thumbs
								{
								text-align: center;
								margin: 0px auto;
								width: auto;
								height: auto;
								}
								
#shopping_thumbs img
								{
								margin: 10px;
								border: solid 4px #ff7ae6;
								}

#shopping_thumbs img:hover
								{
								border: solid 4px #ff38df;
								}
								
#shopping_large
								{
								text-align: center;
								margin: 0px auto;
								width: auto;
								height: auto;
								}
								
#shopping_large img
								{
								margin: 10px;
								border: solid 4px #ff7ae6;
								}
								
.attributes
								{
								padding: 10px;
								background-color: #add8e6;
								width: 300px;
								margin: 0px auto;
								margin-top: 20px;
								margin-bottom: 20px;
								text-align: left;
								}

.contentWrap ol, .contentWrap ul
								{
								margin-left: 20px;
								}
								
.contentWrap li
								{
								font-weight: bold;
								color: #FF3366;
								padding-bottom: 2px;
								}
								
.grey
								{
								color: #333333;
								}

.even
								{
								background: #add8e6;
								}
.odd td, .even td
								{
								padding: 4px 2px;
								}
																							
hr
								{
								margin: 10px 0px 10px 0px;;
								color: #3269b3;
								background-color: #3269b3;
								border-width: 0 0 0 0;
								height: 2px;
								}
#ajax_spin 
								{
								display: none;
								text-align: right;
								}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left
								{
								float: left;
								width: 150px;
								padding: 5px;
								}
								
#left a
								{
								font-weight: bold;
								color: #3269b3;
								text-decoration: none;
								}
								
#left a:hover
								{
								color: #FFFFFF;
								}
								
								
* html #left
								{
								position: relative;  /*** IE needs this  ***/
								width: 148px;
								}

#left ul
								{
								list-style: none;
								padding-bottom: 4px;
								}

#left li
								{
								padding-bottom: 2px;
								}
								
#blue_hands
								{
								background-repeat: no-repeat;
								height: 27px;
								margin-bottom: 20px;
								}
								
#yellow_hands
								{
								background-repeat: no-repeat;
								height: 27px;
								margin-bottom: 20px;
								}
								
#pink_hands
								{
								background-repeat: no-repeat;
								height: 27px;
								margin-bottom: 20px;
								}
								
#light_purple
								{
								background-repeat: no-repeat;
								height: 27px;
								margin-bottom: 20px;
								}
								
#green
								{
								background-repeat: no-repeat;
								height: 27px;
								margin-bottom: 20px;
								}
								
#light_pink
								{
								background-repeat: no-repeat;
								height: 27px;
								margin-bottom: 20px;
								}

/*************************
RIGHT COLUMN
**************************/
#right
								{
								text-align: center;
								float: right; 
								width: 120px;
								padding: 5px;
								}
								
* html #right
								{
								position: relative;  /*** IE needs this  ***/
								margin-right: -120px; /*** IE gets this margin. ***/
								}

#right ul
								{
								list-style: none;
								padding-bottom: 4px;
								}

#right li
								{
								padding-bottom: 5px;
								}
								
#right img
								{
								border: solid 4px #6fc8f2;
								}

#right img:hover
								{
								border: solid 4px #FFFFFF;
								}
								
#right a
								{
								font-weight: bold;
								color: #3269b3;
								text-decoration: none;
								}
#right a:hover
								{
								color: #FFFFFF;
								}
/**************************
FOOTER
**************************/
#credits
								{
								height: 40px;
								margin: 0 auto;
								text-align: center;
								}
								
#logos
								{
								text-align: center;
								}
								
#logos img
								{
								padding: 5px;
								}

#footer
								{
								width: 760px;
								height: 32px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
								margin: 0 auto;
								margin-top: -30px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
								text-align: center;
								background-image: url(images/footer_01.jpg);
								}
								
#footer a
								{
								font-weight: bold;
								color: #FFFFFF;
								text-decoration: none;
								}
#footer a:hover
								{
								color: #FFFFFF;
								text-decoration: underline;
								}
								
#web_standards

								{
								background-image: url(images/web_standards.jpg);
								width: 366px;
								height: 30px;
								margin: 20px auto;
								}