/* FAREWELLS */
*{
	margin: 0px;
	padding: 0px;
}

body {
	background: #C8C8C8 url('../images/bgtop.jpg') repeat-x;
	margin-top: 10px;
	margin-left: 0px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666;
}

.hidden {
	display: none;
}

.clr {
	clear: both;
}

#main {
	width:840px;
	margin: auto;
}


/****** HEADER ******/

#header {
	background: url('../images/header.jpg') no-repeat;
	width: 840px;
	height: 100px;
	position: relative;
}

#header a.logo {
	display: block;
	position: absolute;
	width: 300px;
	height: 60px;
	left: 35px;
	top: 30px;
}

#toplinks {
	display: block;
	position: absolute;
	width: 200px;
	height: 20px;
	right: 20px;
	top: 35px;
}

.toplinks {
	text-align: right;
	padding-right: 20px;
}

.toplinks a, .toplinks a:visited {
	color: #666;
	text-decoration: none;
}

.toplinks a:hover {
	color: #51AEDB;
	text-decoration: underline;
}

#phonenumber {	
	display: block;
	position: absolute;
	width: 200px;
	height: 30px;
	right: 20px;
	top: 62px;
}

#phonenumber p {
	color: #666;
	line-height: 30px;
	font-size: 26px;
	text-align: right;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
}


/****** MENU ******/

#menu {
	background: url('../images/menu.jpg') no-repeat;
	width: 780px;
	height: 24px;
	padding: 0 30px;
}

#navbar {
	width: 780px;
}

#navbar ul {
	list-style-image: none;
}

#navbar ul li{
	float: left;
	list-style-type: none;
}

#navbar ul ul {
	height: 0;
	list-style-type: none;
	position: absolute;
	width: 180px;
	visibility: hidden;
	z-index: 10;
}

#navbar ul a:hover ul, #navbar ul li:hover ul {
	background-position: 0 0;
	visibility: visible;
}

#navbar ul li a, #navbar ul li a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
}

#navbar ul li a:hover{
	color: #51AEDB;
	text-decoration: none;
}

#navbar ul.submenu a, #navbar ul.submenu a:visited {
	background: #eee;
	color: #808080;
	display: block;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	padding: 0 15px;
	text-decoration: none;
	width: 150px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}

#navbar ul.submenu a:hover {
	color: #51AEDB;
}

#navbar .bottomlink {
	border-bottom: 1px solid #808080;
}

#mainimg {
	background: url('../images/flash.jpg') no-repeat;
	width: 840px;
	height: 165px;
}

#mainimg ul {
	position: relative;
	margin-left: 20px;
	z-index: 5;
}

#mainimg ul li {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}

#mainimg object {
	margin-left: 20px;
	z-index: 5;
}

#topmain {
	background: url('../images/topmain.jpg') no-repeat;
	width: 840px;
	height: 25px;
}


/****** CONTENT ******/

#mainbg {
	background: url('../images/mainbg.jpg') repeat-y;
	width: 840px;
}

#content {
	display: inline;
	float: left;
	width: 550px;
	border-right: 1px dotted #bbb;
	padding: 0 20px;
	margin: 0 20px 10px;
}

#contentfull {
	display: inline;
	float: left;
	width: 760px;
	padding: 0 20px;
	margin: 0 20px 10px;
}

h2, h3, h4 {
	font-family: Georgia, serif;
	font-weight: normal;
	color: #405f72;
	text-decoration: none;
	margin-bottom: 12px;
}

h2{
	font-size: 28px;
	border-bottom: 1px solid #bbb;
}

h3{
	font-size: 18px;
	clear: left;
}

h4{
	font-size: 14px;
	margin-bottom: 3px;
	clear: left;
}

#content p, #content ul, #contentfull p, #contentfull ul, #content ol {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}

#content ol {
	list-style: decimal;
}

#content p.toptext, #contentfull p.toptext {
	font-weight: bold;
}

#content blockquote {
	font-size: 14px;
	font-style: italic;
	padding: 10px;
	margin-bottom: 10px;
}

#content ul, #content ol, #contentfull ul {
	margin-left: 30px;
}

#content a, #content a:visited, #contentfull a, #contentfull a:visited {
	color: #666;
	text-decoration: underline;
}

#content a:hover, #contentfull a:hover {
	color: #51AEDB;
}

#content img.left {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #bbb;
}

#content img.muchloved {
	float: left;
	margin: 0 10px 10px 0;
}

#contentfull p.button, #contentfull p.buttonwide {
	text-align: center;
	margin-top: 10px;
}

#contentfull p.button a, #contentfull p.button a:visited, #contentfull p.buttonwide a, #contentfull p.buttonwide a:visited {
	color: #555;
	display: block;
	font-weight: bold;
	height: 30px;
	line-height: 29px;
	text-decoration: none;
}

#contentfull p.button a, #contentfull p.button a:visited {
	background: url('../images/button.gif');
	width: 191px;
}

#contentfull p.buttonwide a, #contentfull p.buttonwide a:visited {
	background: url('../images/buttonwide.gif');
	width: 270px;
}

#contentfull p.button a:hover, #contentfull p.buttonwide a:hover {
	color:#51AEDB;
}

#contentfull p.button a span, #contentfull p.buttonwide a span {
	background: url('../images/nextsm.png') 10px 8px no-repeat;
	display: block;
	text-align: left;
	text-indent: 32px;
	text-transform: capitalize;
}


#content p.info {
	font-size: 10px;
	color: #666;	
}

#content p.info a, #content p.info a:visited {
	color: #666;
	text-decoration: underline;
}

#content p.info a:hover{
	color: #51AEDB;
}

#contentfull p.button a span {
	background: url('../images/next.png') 10px 8px no-repeat;
	display: block;
	text-align: left;
	text-indent: 32px;
}

#contentfull .samplewrap {
	float: left;
	width: 232px;
	margin: 10px;
}

#contentfull .sample {
	height: 265px;
}

#contentfull .sample a h3 {
	font-size: 18px;
	border-bottom: 1px solid #aaa;
}

#contentfull .sample a:hover h3 {
	color: #51AEDB;
	border-bottom: 1px solid #aaa;
}


#contentfull .sample a img {
	border: 3px solid #fff;
}

#contentfull .sample a:hover img {
	border: 3px solid #51AEDB;
}

.hometext {
	float: left;
	width: 420px;
}

.homesidebar {
	float: right;
	width: 320px;
}

.homesection {
	border-top: 1px solid #bbb;
	padding-top: 14px;
	margin-bottom: 15px;
}

#player {
	width: 400px;
	margin: 20px auto;
	text-align: center;
}

#playerhome {
	float: right;
	width: 320px;
}

.name {
	margin: 10px 0 0 5px;
	font: italic bold 11px Georgia, serif;
	color: #666;
}

#rightcontent {
	float: right;
	position: relative;
	height: auto;
	width: 170px;
	right: 40px;
}

#quote {
	height: auto;
	width: 100%;
}

#quote h2 {
	font-family: Georgia, serif;
	font-size: 15px;
	font-weight: normal;
	color: #405f72;
	margin-top: 20px;
	border-bottom: 1px solid #bbb;
}

#quote h2.top {
	margin-top: 0px;
}

#quote p.text {
	font-size: 13px;
	color: #666;
	line-height: 15px;
	padding-top: 5px;
}

#quote a, #quote a:visited {
	font-size: 11px;
	color: #666;
	text-decoration: underline;
	padding-top: 5px;
}

#quote a:hover {
	color: #51AEDB;
}

#homequote {
	margin-top: 20px;
}

#rightcontent blockquote, #homequote blockquote  {
	text-indent: 25px;
	background: url('../images/quote1a.jpg') top left no-repeat;
	margin-bottom: 20px;
}

#rightcontent blockquote p, #homequote blockquote p {
	display: block;
	line-height: 23px;
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	color: #666;
	background: url('../images/quote2a.jpg') bottom right no-repeat;
}

.sidebarlink {
	text-align: center;
	margin-bottom: 10px;
	font-size: 9px;
}

.dvdcase {
	height: 100px;
	margin-bottom: 10px;
	float: left;
	padding: 10px 0 0 110px;
}

.elegant {
	background: url('../images/elegant-case.jpg') 0 0 no-repeat;
}

.prestigious {
	background: url('../images/prestigious-case.jpg') 0 0 no-repeat;
}

.embossed {
	background: url('../images/embossed-case.jpg') 0 0 no-repeat;
}

.wooden {
	background: url('../images/wooden-case.jpg') 0 0 no-repeat;
}

.tin {
	background: url('../images/tin-case.jpg') 0 0 no-repeat;
}

/****** CONTACT FORM ******/

#form {
	width: 450px;
	margin: 30px 0 20px 50px;
	font-size: 11px;
	color: #666;
}	

.forminput, .formbutton, .formver {
	background: #eee;
	border: 1px solid #666;
	padding: 2px;
	font-size: 13px;
	color: #333;
	overflow: auto;
}

.forminput {
	width: 300px;
}

.formtext {
	text-align: right;
	font-size: 12px;
	color: #666;
	margin-top: 4px;
}

.formtextreq {
	text-align: left;
	font-size: 11px;
	color: #aaa;
}

#content .success, #content .warning {
	border: 1px solid;  
	margin: 10px 0 0;  
	padding: 12px 0 0 50px;  
	background-repeat: no-repeat;  
	background-position: 5px center;  
} 

#content .success {  
	color: #4F8A10;  
	background-color: #DFF2BF;  
	background-image: url('../images/success.png');  
} 
 
#content .warning {  
	color: #D8000C;  
	background-color: #FFBABA;  
	background-image: url('../images/warning.png');
}

#content .success p {  
	color: #4F8A10;  
  	font-family: Arial, Helvetica, sans-serif;   
	font-size: 13px;
	font-weight: bold;
} 
 
#content .warning p {  
	color: #D8000C;  
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 13px;
	font-weight: bold;
}

#pdf ul {
	margin-left: 30px;
	list-style-type: none;
}

#pdf ul li {
	background: url('../images/PDF_icon.jpg') 0 0 no-repeat;
	padding-left: 30px;
	line-height: 22px;
}

#pdf ul li a, #pdf ul li a:visited {
	font-size: 14px;
	color: #666;
	text-decoration: underline;
}

#pdf ul li a:hover {
	color: #51AEDB;
}


/****** FOOTER ******/

#botmain {
	background: url('../images/footer.jpg') no-repeat;
	width: 760px;
	padding: 0 40px 30px;
	height: 50px;
}

#footer {
	border-top: 1px solid #bbb;
	padding-top: 9px;
}

#footer .footertext {
	text-align: center;
	line-height: 15px;
	font-size: 10px;
	color: #aaa;
	margin: 0;
	padding:0;
}

#footer .footertext a, #footer .footertext a:visited {
	color: #aaa;
	text-decoration: underline;
}

#footer .footertext a:hover {
	color: #51AEDB;
}
