/* CSS Document */

/***********************************************/
/* motion.css                                  */
/* Copyright Motion Marketing, Inc.            */
/***********************************************/

/* Reset all */
* { margin: 0px; padding: 0px; }

/***********************************************/
/* HTML styles                                 */
/***********************************************/ 
body {
	color:#666; 
	font-size: 83%;
	line-height: 1.166;
	font-family: arial, helvetica, sans-serif;
	background-color: #fff;
	/* background-image: url(../images/background_grey.jpg); */
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0px auto; 
	voice-family: "\"}\""; 
	voice-family:inherit;
}

@media handheld {
    BODY { /* TBD */ }
}

h1, h2, h3, h4, h5, h6 { color: #06C; font-weight: bold; margin: 0px; padding: 0px; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }
h4 { font-size:   1em; }
h5 { font-size: .93em; }
h6 { font-size: .86em; }
h1 a:link, 		h2 a:link, 		h3 a:link 		{ color: #999; text-decoration: none; }
h1 a:visited, 	h2 a:visited, 	h3 a:visited 	{ color: #999; text-decoration: none; }
h1 a:hover, 	h2 a:hover, 	h3 a:hover 		{ color: #06C; text-decoration: underline; }
h1 a:active, 	h2 a:active, 	h3 a:active 	{ color: #06C; text-decoration: underline; }

a:link, a:visited { color: #039; text-decoration: underline; }
a:hover, a:active { color: #06C; text-decoration: underline; }

p { color: #666; line-height: 1.2em; margin: 0 0 0 6px; padding: 0px; }

ul { color: #666; font-size: 1em; margin: 5px 16px 5px 20px; list-style-type: disc; }
ul ul { color: #666; font-size: .93em; list-style-type: square; }
ul ul ul { color: #666; font-size: .86em; list-style-type: circle; }

ol { color: #666; font-size: 1em; margin: 5px 16px 5px 25px; }
ol ol { color: #666; font-size: .93em;  }
ol ol ol { color: #666; font-size: .86em;  }

hr { color: #ccc; height: 1px; }

table tr, td, th { margin: 0px; padding: 0px; } 

img { border: none; }

/********* form and related tag styles *********/
form { 	margin: 0; 	padding: 0; }
input { font-family: Arial,sans-serif; }
label { font: bold 1em Arial,sans-serif; color: #333; }
textarea { font-family: Arial,sans-serif; }


/********* table styles *********/
.storetable td { padding: 12px; } 

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#page {
	position: relative; 
	width:960px;
/*	min-width:980px;
	max-width:1280px; */
	margin: 0 auto 0 auto; 	
/*	padding: 0 10px 0 10px; */
	overflow:hidden;
}
#content {
	padding: 12px;
}

.contentpic {
	border:solid 1px #ccc;
	padding:12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	width:625px;
}
.photocredit {
	color: #ccc; font-size: .85em; margin: .85em;
}



#copyright { color: #ccc; font-size: .75; margin: 1em; }
#copyright a:link, #copyright a:visited { color: #ccc; text-decoration: none; }
#copyright a:hover, #copyright a:active { color: #f00; text-decoration: underline; }

