@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	5;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

#header {
}
#footer {
	background-color: #666;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;	
	padding-top: 10px;
	padding-bottom: 10px;
}
#heading {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #000044;
}
#detail1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
}
#detail2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #000044;
	padding-top: 10px;
}
#detail3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
	padding-top: 20px;
}
#note {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
	color: #00F
}
#pricing1 {
}
#pricing2 {
}
#pricing3 {
}
#pricing4 {
	padding-bottom: 5px;
}
#specification1 {
	padding-bottom: 5px;
}
#specification2 {
	padding-bottom: 5px;
}
#model1 {
	padding-bottom: 5px;
}
#model2 {
	padding-bottom: 5px;
}
#download1 {
	padding-bottom: 5px;
}
#download2 {
	padding-bottom: 5px;
}
#options {
}
#slidernote {
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#header {
	background-image: url(../assets/images/background.png);
	background-repeat: no-repeat;
}
#footer {
	background-color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}
#heading {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #000044;
}
#detail1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
}
#detail2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #000044;
	padding-top: 10px;
}
#detail3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 20px;
}
#note {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
	color: #00F
}
#pricing1 {
	padding-bottom: 5px;
}
#pricing2 {
	padding-bottom: 5px;
}
#pricing3 {
	padding-bottom: 5px;
}
#pricing4 {
	padding-bottom: 5px;
}
#specification1 {
	padding-bottom: 5px;
}
#specification2 {
	padding-bottom: 5px;
}
#model1 {
	padding-bottom: 5px;
}
#model2 {
	padding-bottom: 5px;
}
#download1 {
	padding-bottom: 5px;
}
#download2 {
	padding-bottom: 5px;
}
#options {
}
#slidernote {
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#header {
	background-image: url(../assets/images/background.png);
	background-repeat: no-repeat;
}
#footer {
	background-color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}
#heading {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #000044;
}
#detail1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
}
#detail2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #000044;
	padding-top: 10px;
}
#detail3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 20px;
}
#note {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
	color: #00F
}
#pricing1 {
	padding-bottom: 5px;
}
#pricing2 {
	padding-bottom: 5px;
}
#pricing3 {
	padding-bottom: 5px;
}
#pricing4 {
	padding-bottom: 5px;
}
#specification1 {
	padding-bottom: 5px;
}
#specification2 {
	padding-bottom: 5px;
}
#model1 {
	padding-bottom: 5px;
}
#model2 {
	padding-bottom: 5px;
}
#download1 {
	padding-bottom: 5px;
}
#download2 {
	padding-bottom: 5px;
}
#options {
}
#slidernote {
}
}
