@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #969696;
	font-size: 14px;
	line-height: 23px;
	font-weight: normal;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	background-image: url(../GFX/gradient.png);
	background-repeat: repeat-x;
	background-color: #000000;
}
.twoColFixRtHdr #container {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 928px;
} 
.twoColFixRtHdr #header {
	height: 56px;
	background-image: url(../GFX/Logo.png);
	margin: 40px 0 0 0;
	text-align: right;
}

/* Main Navigation */

.twoColFixRtHdr #navigation {
	height: 56px;
	width: 928px;
	text-align: right;
	background-repeat: no-repeat;
}

.twoColFixRtHdr #Apps{
	background-image: url(../GFX/mainNav_01.png);
	height: 24px;
	width: 48px;
	float: right;
	padding: 16px 40px 16px 0;
}

.twoColFixRtHdr #AppsNav{
	height: 24px;
	float: right;
	padding: 0 8px 0 8px;
}

.twoColFixRtHdr #Bio{
	background-image: url(../GFX/mainNav_02.png);
	height: 24px;
	width: 72px;
	float: right;
	padding: 16px 40px 16px 0;
}

.twoColFixRtHdr #Home{
	height: 56px;
	width: 128px;
	float: left;
}

.twoColFixRtHdr #Blog{
	background-image: url(../GFX/mainNav_03.png);
	height: 24px;
	width: 40px;
	float: right;
	padding: 16px 56px 16px 0;
}

.twoColFixRtHdr #Support{
	background-image: url(../GFX/mainNav_04.png);
	height: 24px;
	width: 60px;
	float: right;
	padding: 16px 40px 16px 0;
	margin: 0 16px 0 0;
}

/* Navigation Links*/

.CANheader A:link {
	text-decoration:none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #969696;

}

.CANheader A:visited {
	text-decoration:none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #969696;

}

.CANheader A:active {
	text-decoration:none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffa800;

}

.CANheader A:hover {
	text-decoration:none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}
.YouTube {
	float: right;
	padding-left: 16px;
}

/* SubNavigation Links*/

.AppsNav A:link {
	text-decoration:none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #969696;

}

.AppsNav A:visited {
	text-decoration:none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #969696;

}

.AppsNav A:active {
	text-decoration:none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffa800;

}

.AppsNav A:hover {
	text-decoration:none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}

.twoColFixRtHdr #CANheader {
	height: 28px;
	background-image: url(../GFX/LogoCAN.png);
	padding: 20px 48px 16px 0;
	text-align: right;
	float: left;
	width: 880px;
} 
 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
	color: #ffa800;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 272px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 16px 0 16px;
	margin: 48px 0 16px 0;
}

.twoColFixRtHdr #sidebariPhone {
	background-image: url(../GFX/iPhoneSidebar.png);
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin: 32px 24px 32px 0;
	height: 544px;
	background-repeat: no-repeat;
	padding: 83px 27px 0 53px;
}

#FrontiPhone {
	background-image: url(../GFX/iPhoneSidebar.png); /* since this element is floated, a width must be given */
	width: 208px;
	margin: 56px 308px 48px 308px;
	height: 460px;
	background-repeat: no-repeat;
	padding: 84px 53px 0 53px;
	float: left;
}

.twoColFixRtHdr #sidebarBio {
	background-image: url(../GFX/bioBack.png);
	float: right; /* since this element is floated, a width must be given */
	width: 248px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 24px 24px 24px 32px;
	margin: 32px 8px 32px 0;
	height: 440px;
	background-repeat: no-repeat;
	background-position: 32px 24px;
}

.twoColFixRtHdr #welcomeiPhone {
	background-image: url(../GFX/iPhoneWelcome.png);
	float: left; /* since this element is floated, a width must be given */
	width: 312px;
	height: 208px;
	background-repeat: no-repeat;
	padding: 144px 304px 168px 296px;
	margin: 0 8px 0 8px;
}

.twoColFixRtHdr #mainContent {
	margin: 32px 0 24px 8px; /* the right margin on this div element creates the column down the right 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 16px 0 16px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 576px;
} 

.twoColFixRtHdr #downloadContent {
	margin: 0 0 24px 8px; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 608px;
	height: 104px;
} 

#downloadLinks {
	float: left;
	width: 240px;
	height: 104px;
} 
#downloadThumbs {
	padding: 0 16px 0 16px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 296px;
	height: 104px;
} 

.twoColFixRtHdr #featuresLEFT {
	width: 272px;
	float: left;
	padding: 0 16px 16px 16px;
	font-size: 12px;
} 

.twoColFixRtHdr #reviewsMIDDLE {
	width: 272px;
	float: left;
	margin: 0;
	padding: 0 16px 16px 16px;
	font-size: 12px;
	line-height: 20px;
} 

.twoColFixRtHdr #reviewTOP {
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	border-bottom: dashed 1px #414141;
	padding: 0 0 16px 0;
}

.twoColFixRtHdr #reviewMID {
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	border-bottom: dashed 1px #414141;
	padding: 16px 0 16px 0;
} 

.twoColFixRtHdr #reviewBTM {
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	border-bottom: none;
	padding: 16px 0 16px 0;
}  

.twoColFixRtHdr #footerLEFT {
	width: 272px;
	float: left;
	border-top: solid #414141 1px;
	padding: 24px 16px 16px 8px;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 0 8px;
} 

.twoColFixRtHdr #footerMIDDLE {
	width: 272px;
	float: left;
	margin: 0;
	border-top: solid #414141 1px;
	padding: 24px 24px 16px 24px;
	font-size: 12px;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif;
} 

.twoColFixRtHdr #footerRIGHT {
	width: 272px;
	float: right;
	border-top: solid #414141 1px;
	padding: 24px 8px 16px 16px;
	font-size: 12px;
	line-height: 18px;
	margin: 0 8px 0 0;
} 


.twoColFixRtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.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;
}

h1 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #f5f5f5;
}

h2 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #ffa800;
}

h3 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #f5f5f5;
}

h4 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #f5f5f5;
}

.engrave {
	font-effect: emboss;
	color: #f5f5f5;
}

.Review {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	color: #f5f5f5;
}

em {
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 16px;
}

ul li
{
	list-style-position:outside;
	color: #ffa800;
	margin-left: -24px;
	margin-bottom: 8px;
}

ul span
{
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #969696;
	line-height: 20px;
}

