/* 'Camera Repairman', by David Echols
/* Originally published June 28th, 2008.

/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */

/* -------------------------------- begin global reset -------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -------------------------------- end global reset -------------------------------- */

/* basic style:

Uses reds and blues to focus on Camera Repairman colors.

font calculations rounded to 3 decimal places.
body type: 12px
h1: 18px 
h2: 17px
h3: 16px
h4: 15px
h5: 14px
h6: 13px

font-family for text: sans-serif
font-family for titles and headers: serif
*/

body  {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 75%;
	background: #001298;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	letter-spacing: .05em;
	font-weight: bold;
}
h1 {
	font-size: 150%;
	color: #222;
}
h2 {
	font-size: 141.667%;
	color: #de2011;
	border-bottom: 1px #001298 dashed;
}
h3 {
	font-size: 133.333%;
	color: #222;
}
h4{
	font-size: 125%;
}
h5{
	font-size: 116.667%;
}
h6{
	font-size: 108.333%;
}

p{
	margin: 5px;
	margin-bottom: 15px;
	line-height: 160%;
	position: relative;
}
h2 + p{
	padding: 8px;
	border: 1px #000 dotted;
	border-top: none;
	background: #c8d3ee;
}

ul, ol {
	margin-bottom: 10px
}
li{
	padding: 5px;
}

table {
	border: thin solid black;
	margin: 0px 20px 10px 20px;
	caption-side: bottom;
	border-collapse: collapse;
}
th{
	background: #cc3333;
	color: #fff;
}
td, th{
	border: thin solid black;
	padding: 5px;
}

img{
	position: absolute;
	top: 0px;
	right: 0px;
}

strong {
	font-weight: bold;
	font-size: 105%;
}

em{
	font-style: italic;
	font-size: 105%;
}

a:link, a:visited{
	color: #001298;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #fff;
	background: #000;
}
a:focus{
	outline: 1.0em;
}

/* Container level element */
#allcontent {
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #fff url(images/gradiantbackground.png);
}

/* DVD graphic*/
#extraDiv1 span {
	position: absolute;
	bottom: -180px;
	left: 20px;
	width: 400px;
	height: 375px;
	background: url(images/CD.png) no-repeat;
}
/* Camera graphic */
#extraDiv2 span {
	position: absolute;
	top: 0px;
	left: 500px;
	width: 370px;
	height: 280px;
	background: url(images/SLRcamera.png) no-repeat;
}

/* header using image replacement */
#header {
	background: #fff;
	margin: 10px 20px 10px 20px;
	height: 168px;
}
#header h1{
	position: relative;
	width: 760px;
	height: 168px;
}
#header h1 span {
	width: 100%;
	height: 100%;
	background: url(images/header.png);
	position: absolute;
	left: 0;
	top: 0;
}

/* Navigation as an unordered list, styled so the currentTab is different than other tabs and other tabs highlight on hover. */
#nav{
	padding: 5px;
	margin: 0px 20px 0px 20px;
	width: 750px;
}
#nav ul {
	margin: 0px;
}
#nav ul li {
	list-style: none;
	display: inline;
	}
#nav li a{
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 125%;
	background: #001298;
	padding: 2px 10px 3px 10px;
	border: 1px solid #000;
}
#nav ul li a.currentTab{
	background: #de2011;
	color: #fff;
	border-bottom: 1px solid #de2011;
}
#nav li a:link, a:visited{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#nav li a:hover{
	background: #fff;
	color: #000;
}

/*mainCol is floated right and sideCol is positioned with a margin equal to mainCol area + mainCol padding + mainCol right margin. Footer clears both.*/
#mainCol{
  background: #fff url(images/gradiantbackground4.png) no-repeat;
  padding: 30px 15px 15px 15px;
  width: 540px;
  margin: 0px 20px 10px 20px;
  float: right;
}
#mainCol h2{
	border: none;
}
#sideCol01 {
  background: #fff url(images/gradiantbackground4.png) no-repeat;
  padding: 30px 10px 10px 10px;
  margin: 0px 590px 10px 20px;
}
#siteInfo {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 5px;
  border: 1px solid black;
  margin: 10px 20px 10px 20px;
  font-size: 80%;
  clear: both;
}
#siteInfo p {
	margin-bottom: 0;
}

.right {
	float: right;
}
.left{
	float: left;
}
.cellcolor{
	background: #ff7777;
}