@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#navbar {
	background-color: #999;
	width: 872px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	float: right;
	z-index: 1000;
	clear: right;
}
#container #sidebar1 #whatsnew  {
	font-size: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	background-color: #500;
	border: 1px solid #000;
}
#container #sidebar2 #whatsnew {
	font-size: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	background-color: #500;
	border: 1px solid #000;
}
#sidebar1  {
	width: 147px;
	background-color: #333;
	color: #FFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	margin-left: 10px;
	float: left;
	margin-bottom: 15px;
	clear: left;
	text-align: left;
}
.twoColFixLt #container #sidebar1 a {
	color: #FFF;
}
#sidebar2 {
	width: 135px;
	background-color: #333;
	color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	margin-left: 10px;
	float: left;
	margin-bottom: 5px;
	clear: left;
}
.twoColFixLt #container #sidebar2 a  {
	color: #FFF;
}
#certification {
	float: left;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 10px;
	clear: left;
}
#certification_2 {
	float: left;
	text-align: left;
	margin-bottom: 5px;
	clear: left;
	margin-left: 10px;
}
#mastercard {
	margin-right: 8px;
}
#mastercardVisa {
	margin-bottom: 15px;
	height: 23px;
	margin-left: 10px;
	float: left;
	clear: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 85px;
}
#mastercardVisa_2 {
	margin-bottom: 5px;
	height: 23px;
	float: left;
	clear: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 85px;
	margin-left: 10px;
}
#ad_01 {
	float: left;
	margin-left: 10px;
	width: 145px;
	padding: 0px;
	clear: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#ad_02 {
	float: left;
	width: 145px;
	margin-left: 10px;
	margin-top: 20px;
	padding: 0px;
	margin-bottom: 20px;
	clear: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 235px;
}
#twitter {
	width: auto;
	float: right;
	clear: right;
	margin-top: 10px;
	margin-bottom: 30px;
	height: 190px;
	margin-right: 10px;
}
#facebookstream {
	width: 180px;
	float: right;
	clear: right;
	margin-top: 5px;
	margin-bottom: 10px;
	height: auto;
	margin-right: 5px;
}
#facebook {
	float: right;
	clear: right;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	margin-right: 10px;
	height: 20px;
	vertical-align: middle;
}
#lynda {
	width: 180px;
	float: right;
	clear: right;
	margin-top: 5px;
	margin-bottom: 20px;
	height: auto;
	margin-right: 10px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
}
#container  {
	width: 1050px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	margin-top: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#bodyHolder {
	float: right;
	width: 872px;
}
#mainContent  {
	color: #FFFFFF;
	background-color: #444;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid #444;
	width: 640px;
	float: left;
	text-align: justify;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	clear: left;
	padding: 10px;
	margin-left: 10px;
} 
#mainContent_2 {
	color: #FFFFFF;
	background-color: #000;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 10px;
	width: 670px;
	float: right;
	text-align: justify;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	clear: left;
	padding: 10px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLt #container #mainContent p a {
	color: #FFF;
	font-weight: bold;
}
.twoColFixLt #container #mainContent #flashcontent {
	margin-top: 25px;
	z-index: 1;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	text-decoration: underline;
	text-align: right;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #D19887;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	text-decoration: underline;
	text-align: right;
}
#pricetitle {
	font-weight: bold;
	text-decoration: underline;
}
#note    {
	font-size: 12px;
	text-align: left;
	vertical-align: text-bottom;
}
.twoColFixLt #header {
	background-color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
}
.twoColFixLt #footer {
	background-color:#777;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	text-align: center;
	font-size: 0.75em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	clear: both;
	float: none;
	height: 60px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixLt #container #footer #copyright {
	font-size: .8em;
	margin-top: 10px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLt #container #footer .oneColFixCtrHdr a {
	color: #000;
}
#aboutpic01      {
	float: right;
	clear: both;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 5px;
	border: 1px solid #000;
}
#aboutpic02 {
	float: right;
	clear: right;
	margin-bottom: 10px;
	border: 1px solid #000;
	margin-left: 15px;
}
#aboutpic03 {
	float: right;
	clear: right;
	margin-left: 15px;
	border: 1px solid #000000;
}
#logoHolder {
	width: 120px;
	float: right;
	clear: right;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
	height: 65px;
}
#logoHolderHead {
	width: 322px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#label {
	text-decoration: underline;
}
#galleries {
	float: right;
	width: 1000px;
}
#homepicturebox {
	text-align: center;
	background-color: #222;
	width: 600px;
	height: 300px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 35px;
}
#welcomeImage01 {
	margin-top: 20px;
	margin-bottom: 25px;
	border: 2px solid #FFF;
	width: auto;
	clear: left;
	float: left;
	text-align: center;
	margin-left: 8px;
}
#welcomeImage02 {
	margin-top: 20px;
	margin-bottom: 25px;
	border: 2px solid #FFF;
	width: auto;
	float: left;
	margin-left: 25px;
}
#welcomeImage03 {
	margin-top: 20px;
	margin-bottom: 25px;
	border: 2px solid #FFF;
	width: auto;
	float: left;
	margin-left: 25px;
	margin-right: auto;
}
#welcomeImage04     {
	margin-top: 20px;
	margin-bottom: 25px;
	border: 2px solid #FFF;
	width: auto;
	float: left;
	margin-left: 25px;
	margin-right: auto;
}
#hometextbox {
	background-color: #222;
	height: auto;
	text-align: center;
	float: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#hometext1 {
	width: 128px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-left: 8px;
}
#hometext2 {
	width: 128px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-left: 25px;
}
#hometext3 {
	width: 128px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-left: 25px;
}
#hometext4 {
	width: 128px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-left: 25px;
}
#models {
	background-color: #000;
	margin-top: 15px;
	clear: left;
	text-align: center;
}
#model_text {
	text-align: center;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	width: 165px;
	margin-left: 245px;
	margin-right: 245px;
	clear: both;
	margin-bottom: 10px;
	margin-top: 25px;
	height: 25px;
	font-size: 12px;
}
#composite_blk {
	background-color: #000;
	width: 459px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#composite {
	text-align: center;
}
