/* CSS Document */

/* BANNER */

/*#banner {
	width: 800px;
}
*/

.lightblue {
	color: #6666cc;
}
.logo img {
	position:relative;
}

.logo h2 {
	font-size:21px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000099;
	margin-bottom:40px;
	position:absolute;
	top: 35px;
	margin-left: -180px;
	display: inline;

}

.logo h3 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #000099;
	position:absolute;
	top: 38px;
	margin-left: -180px;
	display: inline;
	padding-top:20px;
}

.logo a
{
text-decoration:none;
}

.logo a:hover
{
text-decoration:underline;
}

/* END OF BANNER */


/* General Styles */

/* @group General Styles */

body {
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	color: #333;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 0.9em;
	background-color: #fff;
	
}

h1, h2, h3, h4 {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #000000;
	letter-spacing: -1px;
	font-weight: normal;
}

h2 {
/*	color: #191919; */
	color: #33FF66;

}

h3 {
/*	color: #333333; */
	color: #33FF66;
}

h4 {
	color: #4c4c4c;
}


.products {
	margin-top: 1px;
	margin-bottom: 1px;
}

b, strong {

}

a:link {
	text-decoration: none;
	color: #000099;
}

a:visited {
	color: #000099;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 6px 6px 6px 0;
}

.image-right {
	float: right;
	margin: 6px 0 6px 6px;
}
	
/* @end */

/* @group Layout */
#gradient {
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 508px;
}
.clearer {
	clear: both;
}

#container { 
	margin: 0px auto;
	text-align: left;
	position: relative;
	z-index: 20;
}


#pageHeader {
	border-bottom: 1px solid #a1a4a8;
	height: 90px;
	display: block;
	position: relative;
}

#productpageHeader {
	border-bottom: 1px solid #a1a4a8;
	height: 60px;
	display: block;
	position: relative;
}

#pageHeader img,
#productpageHeader img {
	float: left;
	margin-right: 10px;
}

#pageHeader h1,
#productpageHeader h1 {
	font: bold 2.1em  'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #000099;
	padding: 0px 0 0 10px;
	margin: 0;
}

#pageHeader h2,
#productpageHeader h2 {
	color: #000099;
	padding-left: 10px;
	margin: 0;
	padding-bottom: 10px;
	font-size: 1.1em;
	font-weight: normal;
}

#share {
	float: right;
	margin-top: 10px;
}

#contentContainer {
	padding-bottom: 20px;
	font-size: 1.0em;
}

#contentContainer #content {
	padding: 10px;
}

.contentSpacer {
	float:right;
	width:1px;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

#sidebarContainer {
	width: 199px;
	padding-bottom: 20px;
	font-size: 0.8em;
}

#sidebarContainer #sidebar {
	padding: 10px;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	margin: 0;
	font-size: 1.4em;
}

#sidebarContainer a:link {
	float: right;
	font-style: italic;
}


#footer {
	color: #808080;
	text-align: center;
	font-size: 0.7em;
	border-top: 1px solid #a0a5a7;
}

#footer p {
	padding: 0 0 10px 0;
	margin: 0;
}

#footer #copyright {
	float: left;
	padding-left: 10px;

}

#footer #privacy {
	float: right;
	padding-right: 10px;
}
#footer #contact {
	text-align: center;
	width:100px;
	padding-left: 400px;
/*	border: 1px solid red;*/
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
	
}
	
/* @end */


/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	width: 100%;
	height: 58px;
	display: block;
	position: relative;
	font-size: 0.8em;
	margin-bottom: 12px;
}

#navcontainer #current {
	text-shadow: none;
	color:#FFFFFF;
}

#navcontainer .currentAncestor {
	text-shadow: none;
}

/* Parent - Level 0 */

#navcontainer ul {
	height: 48px;
	list-style: none;
	margin: 0;
	background: url(../images/menu_starter.png) no-repeat left top;
	padding: 0 0 0 1px;
	position: relative;
	z-index: 10;
}

#navcontainer li {
	display: inline;
	float: left;
}

#navcontainer a{
	margin-top: 4px;
	width: 112px;
	height: 23px;
	display: block;
	background-image: url(../images/button_normal.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	z-index: 7;
	text-decoration: none;
	padding-top: 7px;
	color: #3c3c3c;
	text-shadow: 0px 1px 0px #ffffff;
	text-align: center;
}

#navcontainer a:hover {
	text-shadow: none;
}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 28px;
	width: inherit;
	font-size: 0.99em;
	z-index: 9;
	background: none;
	margin: 0;
	padding: 0;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: none;
	padding-top: 1px;
	width: auto;
	float: left;
	padding: 0 8px;
	height: 15px;
	position: relative;
	z-index: 8;
}

#navcontainer ul ul a:hover{
	text-shadow: 0px 1px 0px #ffffff;
}

#navcontainer ul ul #current{
	height: 15px;
	text-shadow: none;
}

#navcontainer ul ul .currentAncestor {
	height: 15px;
	text-shadow: none;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	position: absolute;
	left: 10px;
	top: 20px;
	width: inherit;
	margin: 0;
	white-space: nowrap;
	padding: 0px 0px 0px 10px;
}

#navcontainer ul ul ul li {
}

#navcontainer ul ul ul li a {
	color: #121212;
	text-shadow: none;
}

#navcontainer ul ul ul li a:hover {
	text-decoration: underline;
	background: none;
	text-shadow: none;
}

#navcontainer ul ul ul #current {
	font-weight: normal;
	background: none;
	text-shadow: none;
	text-decoration: underline;
}

#navcontainer ul ul ul ul {
	display: none;
}

/* @end */

/* @group Global Classes */

.standout, blockquote {
	border: 1px solid #e2e2e2;
	background: #f1f1f1;
	color: #666666;
	margin: 0 10px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	color: #191919;*/
	color: #000099;
	margin: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	margin: 0px;
	/*padding-top: -10px;*/
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	margin: 0px;
}


.imageStyle {
}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
	list-style-image: url(../images/arrow.jpg);
	margin-right: 3px;
}
ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
} 

/* Table Styles */
table {
	font-size: 1em;
}

/* @group Contact Form */
.message-text { } 

.required-text { } 

.form-input-field { } 

.form-input-button { } 
/* @end */

/* @group JS-Kit Override */

.js-singleCommentBodyT {
	display: block;
	padding-top: 17px !important;

}

.js-singleCommentHeader {
	padding: 0 8px !important;
}

.js-OldComments,
.js-commentFieldLabel,
.js-pmFieldLabel,
.js-singleCommentBody,
.js-singleCommentKarmaComMod,
.js-commentBodyLabel,
.js-commentCmtTextarea,
.js-commentAvatarArea,
.js-OldCommentsWrap,
.js-OldComments,
.js-CreateCommentFieldsWrap,
.js-CreateCommentFields,
.js-commentCmtTextarea,
.js-kit-comments div {
	clear: none !important;
}

.js-singleCommentText {
	display: block !important;
	clear: both !important;
}

.js-kit-comments br {
	display: none !important;
}

.js-singleCommentBody br {
	display: block !important;
}

/* @end */



/* End of General Styles */



/* Container */

#container,
#navcontainer ul,
#navcontainer ul ul,
#navcontainer ul ul ul {
	margin: 0 auto;
	width: 900px;
}


/* End of Container */

/* Blue */

.blog-entry-title a:hover {
	color: #163af1;
}

#navcontainer {
	background: url(../images/menu_bg.png) repeat-x;
}

#navcontainer #current,
#navcontainer .currentAncestor,
#navcontainer a:hover {
	background-image: url(../images/button_over.png);
}

#navcontainer ul ul a {
	text-shadow: none;
}

#navcontainer ul ul a:hover,
#navcontainer ul ul #current,
#navcontainer ul ul .currentAncestor {
	background: repeat-x url(../images/submenu_over.png) center top;
	text-shadow: none;
}

#navcontainer ul ul ul li a:hover {
	color: #0080ff;
}

#navcontainer ul ul ul #current {
	color: #0080ff;
}


/* End of Blue */

/* Sidebar */
#sidebarContainer {
	float: right;
}

#contentContainer {
	margin-right: 200px;
	border-right: 1px solid #a1a4a7;
}

/* End of Sidebar */



/* Font */


#container {
	line-height: 1.6;
	font-size: 1.05em;
}
#pageHeader h1 {
	font-weight: normal;
}




/* End fo Font */


/* Background */


#gradient {
	background: url(../images/menu_shadow.png) repeat-x;
	height: 52px;
}
/* End fo Background */

/* Home Page Boxes */

#downcontentstart {
width:938px; 
height:33px; 
float:left;
}

#downcontent
{
width:938px;
/* height:304px; */
/* float:left; */
}
#box1, #box2, #box3
{
width:303px;
height:301px;
float:left;
}
.boxstart {
width:242px; 
height:17px; 
float:left;
}
.boxleft
{
width:31px;
height:301px;
float:left;
background:url(../images/box_left.jpg) no-repeat;
}
.boxback
{
width:242px;
height:301px;
float:left;
background:url(../images/box_back.jpg) repeat-x;
}
.boxright
{
width:30px;
height:301px;
float:left;
background:url(../images/box_right.jpg) no-repeat;
}
.ul
{
width:13px;
height:23px;
float:left;
background:url(../images/ul.jpg) no-repeat;
margin-top:2px;
margin-right: 5px;
}
.boxback p
{
/* font-size:23px;
color:#000080; */
font-weight:bold;
padding-left:15px;
}
.boxtext p
{
/* font-size:14px;
color:#555556; */
font-size:0.8em;
font-weight:normal;
margin-left: 5px;
/* text-align:justify;
padding-left:0px;
padding-top:21px;
line-height:16px; */
}


/* End of Home Page Boxes */

/* Product */
#Product_picture
{
float:left;
width:168px;
height:266px;
margin-left:10px;
margin-top:15px;
}
.Product_picture_img {
	border:0px solid red;
	margin-top:20px;
	margin-left:5px;
}
#buynow, #freestuff, #getapp
{
width:83px; 
height:31px; 
float:left;
margin-left:60px;
margin-right:9px;
margin-top: 10px;
background:url(../images/buynow.png) no-repeat;
}
/*
#getapp
{
width:122px; 
height:31px; 
float:left;
margin-left:40px;
margin-right:9px;
margin-top:10px;
background:url(../images/freestuff.png) no-repeat;
}
#freestuff
{
width:122px; 
height:31px; 
float:left;
margin-left:40px;
margin-right:9px;
background:url(../images/freestuff.png) no-repeat;
}
*/
/*#buynow p,
#getapp p,
#freestuff p {
text-transform:uppercase;
text-align:center;
font-size:1.2em;
font-weight:bold;
}*/
.buttontext {
color:red;
}
#price
{
float:left;
margin-left:52px;
margin-right:9px;
font-size:1.8em;
}
#price h3
{
color:#000080;
color:#000080;
padding-top:10px;
font-weight: bold;
}

#pricealt
{
float:left;
margin-left:87px;
margin-right:9px;
}
#pricealt h3
{
color:#000080;
padding-top:2px;
padding-bottom:5px;
font-weight: bold;
}
#freestuff a
{
/*width:122px; 
height:28px;
*/
width:83px; 
height:31px;
float:left;
padding-top: 1px;
text-transform:uppercase;
text-align:center;
font-size:0.9em;
line-height: 1.3em;
font-weight:bold;
color:#FFFFFF
}

#buynow a, #price a
{
width:83px; 
height:31px;
padding-top: 3px;
float:left;
text-transform:uppercase;
text-align: center;
font-size:1.2em;
font-weight:bold;
color:#FFFFFF;
}

#getapp a
{
width:83px; 
height:31px;
padding-top: 3px;
float:left;
text-transform:uppercase;
text-align: center;
font-size:1.2em;
font-weight:bold;
color:#FFFFFF;
}
/* End of Product */

/* Book */
#AmazonProduct
{
float:left;
text-align:center;
width:168px;
height:266px;
margin-left:15px;
margin-top:15px;
}
/*End of Book */

/*iphone */
#iphone_picture
{
float:left;
width:100px;
height:99px;
margin-left:50px;
margin-top:15px;
}
/* End of iPhone*/

/* Order Process */
/*
#contentContainer #content #buttons ul {
}
*/




#buttons {
padding-left: 100px;
margin-left:75px;
margin-top:15px;
	
}

#contentContainer #content #buttons ul {
	list-style: none;
}
#contentContainer #content #buttons li {
list-style:none;
padding-top:30px;
}

#productlist {
padding-left: 50px;

}

#contentContainer #content #productlist ul {
	list-style: none;
}
#contentContainer #content #productlist li {
list-style:none;
padding-top:5px;
}

.productdescription {
font-size:0.8em;
margin-top: -5px;

}

/* End of Order Process */

/* Download badge */

#badge {
padding-left: 220px;
padding-top:15px;
	
}
/* End of Download badge */
