@charset "utf-8";
h3 {
	font-size: 110%;
	text-indent: 30px;
}

p    {
	line-height: 120%;
	font-size: 85%;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CCFF00;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}

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: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	margin-right: 40px;
}

#container/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
  {
	width: 725px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
}
#header  {
	background-image: url(../images/top_logo.gif);
	background-repeat: no-repeat;
	background-position: 99%;
	padding-top: 15px;
	border-top: thin solid #999999;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	margin-left: 20px;
	padding-left: 30px;
	color: #999999;
}
h2 {
	font-size: 110%;
}
.align-rt-indent {
	text-align: center;
	margin-left: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
}



#navbar  {
	margin-left: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
blockquote {
	font-style: italic;
	text-align: center;
	margin: 40px 50px 80px 40px;
}

#banner {
	margin-left: auto;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsRtHdr #sidebar1 p" rule.
*/
.twoColElsRtHdr #sidebar1 {
	float: right;
	width: 11em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 0 15px; /* top and bottom padding create visual space within this div */
	border-left: thin dotted #666666;
}
.twoColElsRtHdr #mainContent p {
	margin-left: 20px;
	padding: 0 20px 10px 15px;
	text-indent: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.twoColElsRtHdr #mainContent {
	padding-top: 20px;
	max-width: 540px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 15px 20px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".whiteBoldP #sidebar1 p" rule.
*/
.whiteBoldP #sidebar1 {
	float: right;
	width: 12em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}

#mainContent  {
	padding-top: 20px;
}
#footer  {
	padding: 0 10px;
	background-color: #333333;
	border-top: thin solid #999999;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltcntr {
	margin-left: 80px;
	border: 0;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#questions {
	font-size: 85%;
	font-weight: bold;
	padding: 15px 0 30px 0;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 450px;
	list-style-position: inside;
	margin: 0 0 0 30px;
}
.whiteBoldP {
	font-weight: bold;
	color: #FFFFFF;
}
.listP {
	font-size: 85%;
	list-style-position: inside;
	list-style-type: circle;
	padding: 0 0 0 5px;
	margin: 0 0 0 35px;
	line-height: 1;
}
.asterisk {
	font-size: 80%;
}

.twoColFixLtHdr #container #sidebar1 a {
	font-weight: bolder;
}
#ProductHighlights {
	line-height: 120%;
	border: dotted #666666 thin;
	text-align: left;
	padding-right: 20px;
	padding-left: 10px;
	white-space: normal;
	color: #FFFFFF;
	font-size: 85%;
	font-weight: normal;
}
.available {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: blink;
}
.comming {
	font-weight: bold;
	color: #CCFF00;
	text-decoration: blink;
}
.date {
	font-size: 100%;
	color: #FFCC00;
}
.oneColElsCtrHdr #mainContent p {
	padding: 10px;
	margin-right: 30px;
	margin-left: 50px;
}
#blogContent   {
	margin-left: 20px;
	padding: 10px 20px 10px 10px;
}
#price {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333333;
}
.yellowboldP {
	font-weight: bold;
	color: #CCFF00;
}
.answer {
	border-bottom: dotted #CCCCCC thin;
}
#FLVPlayer {
	border: medium double #FFFFFF;
	margin: 50px 100px 100px 50px;
	background-color: #000000;
	padding: 50px 100px 100px 200px;
}
.oneColElsCtrHdr #container #mainContent #products {
	font-size: 85%;
	text-align: center;
	margin-left: 80px;
	padding: 0 0 5px 0;
}
.oneColElsCtrHdr #container #mainContent #products img {
	padding-top: 25px;
}
