@charset "utf-8";



/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	15;
	
	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. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: #FFF;
}

#left-column-1 {
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	text-align: center;
}
#right-column-1 {
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}


#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../pages/home_page/images/header_background.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	height: auto;
}
/* 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%;
	text-align: right;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}





#navigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	height: auto;
	background-color: #555;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	padding-top: 5px;
	padding-right: 5%;
	padding-bottom: 5px;
	padding-left: 5%;
}
#navButtons {
	height: auto;
	width: auto;
	background-repeat: repeat;
	color: #FFF;
	background-color: #555555;
	line-height: 150%;
}
#logo {
	clear: none;
	float: left;
	width: 100%;
	display: block;
}

#titles {
	clear: none;
	float: left;
	width: 100%;
	display: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #262626;
	padding-top: 10px;
}

#pricing {
	width: 100%;
	display: block;
	clear: none;
	float: left;
	text-align: left;
	line-height: 150%;
	height: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#newsletter {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	text-align: left;
	line-height: 150%;
	height: auto;
	padding: 0px;
}

#contact {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	text-align: left;
	line-height: 150%;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#headerContent {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	height: auto;
}

#navigation-right-container {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	background-image: url(../pages/home_page/images/side_bar_navigation_background.jpg);
	background-repeat: repeat;
	height: 120px;
}

#sidebar-testimonials {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
	display: block;
	height: 25px;
	padding-top: 5px;
	padding-left: 5%;
}

#sidebar-interview {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
	display: block;
	height: 25px;
	padding-top: 5px;
	padding-left: 5%;
}

#sidebar-music-collection {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
	display: block;
	height: 25px;
	padding-top: 5px;
	padding-left: 5%;
}

#sidebar-vendors-services {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
	display: block;
	height: 25px;
	padding-top: 5px;
	padding-left: 5%;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #e2e7ed;
}

#sidebar-header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 30px;
}

#sidebar-footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 30px;
}

#sidebar-container {
	clear: both;
	float: left;
	margin-left: 2%;
	width: 96%;
	display: block;
	margin-right: 2%;
}

#left-column-container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#right-column-container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#headerNavigation {
	clear: both;
	float: right;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../pages/home_page/images/header_content_background.jpg);
	height: 120px;
	color: #000;
}

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

@media only screen and (min-width: 481px) {


#logo {
	clear: none;
	float: left;
	width: 38.4115%;
	display: block;
}

#navigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5%;
	padding-left: 5%;
	font-size: medium;
}
#titles {
	clear: none;
	float: left;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 1em;
	height: 36px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0%;
}
#pricing {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	text-align: right;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 10px;
}
#newsletter {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	text-align: right;
	padding: 0px;
}
#contact {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	text-align: right;
	padding: 0px;
}
#headerContent {
	clear: none;
	float: right;
	width: 61.5885%;
	display: block;
	height: auto;
	text-align: right;
	padding: 0px;
}
#navigation-right-container {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	background-image: url(../pages/home_page/images/side_bar_navigation_background.jpg);
	background-repeat: repeat;
	height: 120px;
}
#sidebar-testimonials {
	clear: both;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	height: 25px;
	padding-top: 5px;
	padding-left: 2%;
}
#sidebar-interview {
	clear: both;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	height: 25px;
	padding-top: 5px;
	padding-left: 2%;
}
#sidebar-music-collection {
	clear: both;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	padding-left: 2%;
}
#sidebar-vendors-services {
	clear: both;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	height: 25px;
	padding-top: 5px;
	padding-left: 2%;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #e2e7ed;
}
#sidebar-header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sidebar-footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sidebar-container {
	clear: both;
	float: left;
	margin-left: 2.5%;
	width: 95%;
	display: block;
	margin-right: 2.5%;
}
#left-column-container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#right-column-container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#headerNavigation {
	clear: both;
	float: right;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-right: 0px;
	height: 120px;
	color: #000;
}
}

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

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1232px;
	margin: auto;
}

#navigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5%;
	padding-left: 5%;
	font-size: medium;
}

#header {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	background-image: url(../pages/home_page/images/header_background.jpg);
	background-repeat: repeat-x;
}


#logo {
	clear: none;
	float: left;
	width: 30.102%;
	display: block;
	height: auto;
}
#titles {
	clear: none;
	float: left;
	width: 90%;
	display: block;
	text-align: left;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0%;
	font-style: normal;
	line-height: 150%;
	height: 36px;
}

#pricing {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	height: auto;
}
#newsletter {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contact {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#headerContent {
	clear: none;
	float: right;
	width: 69.898%;
	display: block;
	height: auto;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left center;
}
#navigation-right-container {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	background-image: url(../pages/home_page/images/side_bar_navigation_background.jpg);
	background-repeat: repeat;
	height: 120px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0%;
}
#sidebar-testimonials {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
	height: 25px;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 15px;
}
#sidebar-interview {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
	height: 25px;
	padding-left: 15px;
	padding-top: 5px;
}
#sidebar-music-collection {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
	height: 25px;
	padding-top: 5px;
	padding-left: 15px;
}
#sidebar-vendors-services {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
	height: 25px;
	padding-top: 5px;
	padding-left: 15px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #e2e7ed;
}
#sidebar-header {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}
#sidebar-footer {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}
#sidebar-container {
	clear: none;
	float: left;
	width: 95.1192%;
	display: block;
	margin-right: 3%;
}
#left-column-container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 25px;
}
#right-column-container {
	clear: none;
	float: left;
	margin-left: 0.9404%;
	width: 35.1097%;
	display: block;
	margin-bottom: 25px;
}
#headerNavigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 120px;
	background-image: url(../pages/home_page/images/header_content_background.jpg);
	color: #000;
}
}
#priceFormat {
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
}
#newsletterFormat {
	padding-right: 25px;
	padding-top: 10px;
	padding-left: 25px;
}
#contactFormat {
	padding-right: 25px;
	padding-top: 10px;
	padding-left: 25px;
}
#newsletterbutton {
	margin-bottom: 5px;
	margin-left: 5px;
}

#footer-format {
	text-align: right;
	padding-top: 15px;
	padding-bottom: 25px;
	padding-right: 15px;
	padding-left: 15px;
}
#footer-background-image {
	background-image: url(../pages/home_page/images/sidebar_header_footer_background.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: auto;
}
#header-background-image {
	background-image: url(../pages/home_page/images/sidebar_header_footer_background.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: auto;
}
#client-area-navigation {
	background-color: #EBF0F6;
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #555;
	text-align: center;
	line-height: 200%;
}
#client-area-title {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 15px;
}
#description {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 80%;
	padding-top: 15px;
	padding-right: 10%;
	padding-bottom: 15px;
	padding-left: 10%;
	line-height: 150%;
}
#audible_memories_photo {
	text-align: center;
	padding-bottom: 15px;
}
#audible-memories-content {
	height: auto;
	width: 70%;
	padding-right: 15%;
	padding-left: 15%;
}
