/* @override 
	http://berchmedia.site/styles/main.css
	http://berchmedia.dev/styles/main.css
*/

/* @group GENERAL STYLES */

* {
	margin: 0;
	padding: 0;
	font: 14px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

/* <<< font-size reset.css overrides */

html {
	background: #213254 url(../images/bodybkgrnd.gif) repeat-x left top;
}

body {
	line-height: 1;
}

body, td, th {
	color: #213254;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.45em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.15em;
}

h6 {
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.23em;
	margin: .55em 0;
	padding: 0 15px;
	color: #5570a5;
}

p {
	font-size: .93em;
	line-height: 1.33em;
	margin: 1em 0;
	padding: 0 15px;
}

p.paragraph_first {
	margin-top: 0;
}

p.paragraph_last {
	margin-bottom: 0;
}

a:link, a:visited, a:hover, a:active {
	font-size: 1em;
}

a:link {
	color: #213254;
	text-decoration: underline;
}

a:visited {
	color: #2b4e94;
	text-decoration: underline;
}

a:hover {
	color: #213254;
	text-decoration: underline;
}

a:active {
	color: #213254;
	text-decoration: underline;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

img.centerimage {
	display: block;
	margin: 1.5em auto;
	border: 2px solid #C9D4E9;
}

.textindent {
	text-indent: -9999px;
}

.displaynone {
	display: none;
}

.bold {
	font-weight: 700;
	font-size: 1em;
}

.italic {
	font-style: italic;
	font-size: 1em;
}

/* @end */

.emphasis {
	margin: 0;
	padding: 1px 0;
	background: #e0e7f3;
}

div.emphasis.textlarge p {
	font-size: 1.11em;
	font-weight: 550;
	line-height: 1.33em;
}

#containerbkgrnd {
	width: 760px;
	margin: 0 auto;
	background: #c9d4e9 url(../images/containerbkgrnd.gif) repeat-y left top;
}

#container {
	width: 760px;
	background: url(../images/containerbkgrnd2.jpg) no-repeat left top;
	position: relative;
}

#header, #contentwrap, #footer {
	width: 760px;
}

#header {
	float: left;
	height: 86px;
	position: relative;
}

#logolink {
	position: absolute;
	top: 8px;
	left: 20px;
	width: 242px;
	height: 76px;
	background-color: transparent;
}

/* <<< logolink makes the logo clickable | HTML has the <a> */

#header h1.logo {
	margin: 8px 0 0 20px;
	padding: 0;
	width: 248px;
	height: 78px;
	background: url(../images/logo_berchmedia.gif) no-repeat;
}

#contentwrap {
	float: left;
	position: relative;
	background: url(../images/navcontainerbkgrnd.gif) repeat-y;
}

/* @group NAVIGATION_MAIN */

#navcontainer {
	float: left;
	width: 142px;
	height: 1em;
}

#navcontainer .navtopbkgrnd {
	width: 142px;
	height: 44px;
	background-image: url(../images/navtopbkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

ul#navlist {
	width: 142px;
	font-size: 1em;
	background: url(../images/navulbkgrnd.gif) repeat-y;
}

ul#navlist li {
	list-style: none;
	margin: 2px 0;
}

ul#navlist li a {
	display: block;
	width: 129px;
	line-height: 22px;
	padding-left: 13px;
	background: #334a76 url(../images/navbuttons.gif) no-repeat 0 -22px;
	text-decoration: none;
	text-align: left;
}

/* "current" main menu styling >>> */

#indexID #indexLink a, #aboutID #aboutLink a, #faqsID #faqsLink a, #productsID #productsLink a, #contactID #contactLink a, #thanksID #contactLink a, #artistsID #artistsLink a, #advisoryID #advisoryLink a {
	background-position: 0 0;
}

ul#navlist li a:link {
	color: #fff;
}

div#navcontainer li a:visited {
	color: #fff;
}

ul#navlist li a:hover {
	color: #ffffff;
	background: #25375d url(../images/navbuttons.gif) no-repeat 0 -44px;
}

#navcontainer .navbtmbkgrnd {
	width: 142px;
	height: 125px;
	background-image: url(../images/navbtmbkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#contentmain {
	display: inline;
	float: right;
	width: 585px;
	margin: 19px 15px 19px 0;
	background: #eff3f9;
	font

-siz e: 1e
m;
}

/* @end */

/* HOME PAGE */

#indexID img {
	padding: 15px;
}

/* <<< display: inline fixes a bug in IE6 that doubles margins in the direction of the float */

#indexID #contentmain ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}

#indexID #contentmain li {
	background-image: url(../images/bullet_bluesquare.gif);
	background-repeat: no-repeat;
	background-position: 30px 7px;
	padding: 0 45px;
	line-height: 1.44em;
}

/* This !important overrides the javascript generated styles from innerfade >>> */

#slideshow {
	width: 275px;
	height: 208px !important;
	padding: 0 25px 15px 15px;
	position: relative;
	float: left;
	margin-top: 15px;
}

#slideshow img {
	padding: 0;
	border: 1px solid #213254;
	border-top: 3px solid #a78832;
	border-bottom: 2px solid #213254;
}

/* FAQs STYLING >>> */

#productsID h1 sup {
	position: relative;
	top: -2px;
	vertical-align: top;
	font-size: 90%;
}

/* ABOUT US STYLING >>> */

#team-associates {
	float: left;
	width: 585px;
}

/* This is required to control the height of the rows in the associates table >>> */

#team-associates table h4 {
	font-size: 1.22em;
	margin: .22em 0;
}

/* This controls the Associate names underline on hover >>> */

#team-associates table tbody tr td h4 a.modal-colorbox.cboxelement {
	text-decoration: none;
}

#team-associates table tbody tr td h4 a.modal-colorbox.cboxelement:hover {
	text-decoration: underline;
}

#team-associates a.emailno {
	font-size: .88em;
	color: #5c6e91;
}

#team-associates table.associates-main {
	background-color: #dce5f5;
}

.modalbox-style {
	background: #eff3f9;
	padding-top: 10px;
}

.modalbox-style img {
	float: left;
	margin: .22em 15px 4px;
	border: 1px solid #334a76;
}

.modalbox-style h4 {
	margin: 0 0 .20em 0;
	font-size: 1.44em;
	padding-left: 0;
}

.modalbox-style a.emailno:link, .modalbox-style a.emailno:visited, .modalbox-style a.emailno:hover {
	font-size: .88em;
	text-decoration: none;
	color: #5c6e91;
}

.modalbox-style a.emailno:hover {
	text-decoration: underline;
}

.modalbox-style a.weblink:link, .modalbox-style a.weblink:visited, .modalbox-style a.weblink:hover, .modalbox-style a.weblink:active {
	font-size: 0.79em;
	text-decoration: none;
	color: #3f5176;
	background-color: #e2d9be;
	padding: 2px 5px;
	margin: 0 0 0 5px;
	border-left: 2px solid #a78832;
}

.modalbox-style a.weblink:hover {
	color: #d5ddeb;
	background-color: #5c6e91;
}

/* FAQS STYLING >>> */

#faqsID #contentmain ul {
	padding: 0 15px;
	margin-left: 30px;
	margin-bottom: .33em;
	list-style-type: square;
}

#faqsID #contentmain li {
	line-height: 1.22em;
	font-size: .88em;
	margin-bottom: .55em;
}

#faqsID #contentmain ul.faq-list {
	padding: 0 15px;
	margin-bottom: 1.33em;
	margin-left: 0;
	list-style-type: none;
}

#faqsID #contentmain ul.faq-list li {
	font-size: 1em;
}

#faqsID #contentmain p {
	margin-top: .11em;
	margin-bottom: .33em;
}

#faqsID #contentmain h5 {
	margin-bottom: 0;
	margin-top: 1.33em;
}

#faqsID a.backtotop:link, #faqsID a.backtotop:visited, #faqsID a.backtotop:hover, #faqsID a.backtotop:active {
	font-size: .88em;
	color: #6484c0;
	padding: 0 0 0 15px;
	text-decoration: underline;
}

div.lenticular-videos {
	width: 520px;
	margin: 0 auto;
}

div.lenticular-videos ul li {
	margin: 2em 0 0 0;
	padding-top: 2em;
	border-top: 2px solid #d2d6e0;
}

#contactID div.content-c1 {
	width: 345px;
	float: left;
}

#contactID div.content-c2 {
	width: 235px;
	float: right;
	background: #e2d8bb;
}

.content-c2 p {
	color: #473d24;
	margin-top: 0;
}

.content-c2 h1, .content-c2 h2, .content-c2 h3, .content-c2 h4, .content-c2 h5, .content-c2 h6 {
	color: #334a76;
	margin-bottom: 0;
}

#contactID div.content-c2.column a.emailno {
	padding-left: 15px;
	font-size: 13px;
	color: #473d24;
	text-decoration: none;
}

#contactID div.content-c2.column a.emailno:hover {
	text-decoration: underline;
}

#contentmain div.content-c2.column div.directory p a.emailno {
	padding-left: 0;
}

.directory h4 {
	margin-top: 1.5em;
	background: #d6cdb1;
	padding: .22em 15px;
	font-weight: bold;
}

#artistsID div.artist {
	float: left;
	width: 570px;
	padding: 0 0 0 15px;
	margin: .55em 0 1.22em 0;
}

#artistsID div.artist-name {
	float: left;
	position: relative;
	width: 435px;
	margin-right: 15px;
	margin-bottom: .5em;
	padding-bottom: .22em;
	border-bottom: 3px solid #a78832;
}

#artistsID div.artist-name h4 {
	padding: 0;
	margin: 0 0 .11em 0;
	color: #213254;
}

#artistsID .mp3-player {
	margin: 0;
	position: absolute;
	top: 4px;
	right: 0;
}

#artistsID .mp3-graphic li a {
	font-size: .88em;
}

#artistsID div.artist img {
	width: 100px;
	float: left;
	margin: .33em 15px 11px 0;
	border: 1px solid #213254;
	border-top: 7px solid #a78832;
}

#artistsID div.artist a.artist-www:link, #artistsID div.artist a.artist-www:visited, #artistsID div.artist a.artist-www:hover {
	float: left;
	font-size: .90em;
	text-decoration: none;
}

#artistsID div.artist a.artist-www:hover {
	text-decoration: underline;
}

#artistsID div.artist p {
	padding-left: 0;
}

#artistsID div.artist a.backtotop:link, #artistsID div.artist a.backtotop:visited, #artistsID div.artist a.backtotop:hover, #artistsID div.artist a.backtotop:active {
	float: right;
	margin: -10px 15px 0 0;
	font-size: .88em;
	color: #6484c0;
	text-decoration: underline;
	display: inline;
}

/* SALES-TOOLS STYLING >>> */

a.btn-master {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 5px 5px;
	background: -moz-linear-gradient(
		top,
		#395785 0%,
		#253a57 98%,
		#406e9c);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#395785),
		color-stop(0.98, #253a57),
		to(#406e9c));
	filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#406e9c', EndColorStr='#253a57', GradientType=0);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0px solid #4a74a8;
	-moz-box-shadow: 0px 2px 3px rgba(000,000,000,0.4),
		inset 0px 1px 0px rgba(126,194,230,1);
	-webkit-box-shadow: 0px 2px 3px rgba(000,000,000,0.4),
		inset 0px 1px 0px rgba(126,194,230,1);
	text-shadow: 0px 1px 2px rgba(000,000,000,1),
		0px 0px 0px rgba(255,255,255,0);
	text-decoration: none;
	float: none;
	display: inline-block;
	width: 7.77em;
	margin-left: 15px;
	text-align: center;
}

a.btn-sales {
	padding: 5px 0;
	margin-left: 7px;
	width: 127px;
}

/* @group FOOTER GROUP */

#footer {
	clear: both;
	height: 63px;
	background: #213254 url(../images/footerbkgrnd.gif) repeat-x;
}

#footer .footercorner {
	width: 142px;
	float: left;
	height: 43px;
	background: url(../images/footercorner.jpg) no-repeat left top;
}

#footermenu {
	text-align: center;
	color: #dccfad;
	padding: .10em 0 0 0;
}

#footermenu ul {
	list-style: none;
}

#footermenu li {
	display: inline;
}

#footermenu a:link, #footermenu a:visited {
	font-size: .86em;
	color: #dccfad;
	text-decoration: none;
}

#footermenu ul li a:hover, #footermenu ul li a:focus, #footermenu ul li a:active {
	color: #fff;
	text-decoration: underline;
}

/* "current" footer menu styling >>> */

#indexID #indexLinkfoot a, #aboutID #aboutLinkfoot a, #faqsID #faqsLinkfoot a, #productsID #productsLinkfoot a, #contactID #contactLinkfoot a, #thanksID #contactLinkfoot a, #artistsID #artistsLinkfoot a, #advisoryID #advisoryLinkfoot a {
	color: #473d24;
}

#copyright {
	padding: 10px 0 0 10px;
	float: left;
	font-size: .65em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #6f7a8f;
	height: 1.5em;
}

/* @end */

.player {
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 5001;
}

.social {
	height: 7em;
	margin: 50px 0 15px 0;
}

.social-icons {
	float: left;
	padding: 10px 15px;
	display: inline;
}
