@charset "utf-8";
/*main CSS document */
body, html {
	margin:0;
	padding:0;
	background:#b19f90 url(../images/bg.png) top center repeat-x;
	color:#333;
	text-align:center;
}
html, body, h2, h3, h4, div, p, ul, li, input, td {
   font-family:Arial, Helvetica, sans-serif;   
}
div, td , p {
	text-align:left;
}/*to overwrite the text-align:center of the body and html*/
p {
	padding:0 10px 0 0;
	margin:15px 10px 0px 0px;

}
p, td, th, dd, dt, li {
	
	font-size:0.8em;
}
dt {
	margin:0px 0px 5px 0px;
	padding:0px 5px 0px 0px;
	border-bottom:1px solid #cabeb5;
	font-weight:bold;
}
dd {
	margin:0;
	padding:0px 5px 10px 40px;
}
dd ul li, dd dt, dd dd {
	font-size:1em;
}
dd p {
	font-size:1em;
	margin-left:0;
}
td p {
	font-size:0.9em;
}
li td, #content li li {
	font-size:1em;
}
form { display:inline }

a { color:#690 }
a:visited { color:#747a45 }
a:hover { color:#8a7462 }

em { font-family:Georgia, "Times New Roman", Times, serif }


.c { text-align:center }
.r { text-align:right }

h3, h4 {
	margin:0 15px 5px 0;
	padding:20px 4px 0 0;
	font-family:Arial, Helvetica, sans-serif;

}
h2 {
	margin:0px 0px 10px 0px;
	padding:0px 0px 2px 0px;
	border-bottom:1px solid #a7c66c;
	color:#690;
	font-size:1.3em;
}
h2.short {
	width:580px;
}
h2.shorter, dt.shorter {
	width:500px;
}
h3 {
	font-size:1.1em;
	color:#690;
}
h4 {
	color:#690;
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
}
.fineprint {
	font-size:0.75em;
	color:#333;
}
p .fineprint {
	font-size:0.9em;
}
.normalprint {
	color:#333;
	font-weight:normal;
}
/*end*/
#wrapper {
	width:984px;
	margin:0 auto;
}
#header {
	width:960px;
	height:137px;
	border-left:2px solid #b19f90;
	border-right:2px solid #b19f90;
	margin:0 auto;
	background:url(../images/header.jpg) top right no-repeat;
}
#header_top {
	width:960px;
	height:80px;
}
#logo_top {
	float:left;
	width:168px;
	height:80px;	
	background:url(../images/logo_top.jpg) top left no-repeat;
	
}
#logo_top a, #logo_top a:visited, #logo_top a:hover {
	display:block;
	width:168px;
	height:80px;
}
#logo_top h1 {
	display:none;
}
#header_right {
	float:left;
	width:790px;
	height:80px;
	
}
#header_bottom {
	position:relative;
	width:960px;
	height:57px;
	background:url(../images/tnav_bg.gif) top left repeat-x;
}
#foot {
	position:absolute;
	top:0;
	left:45px;
	width:18px;
	height:20px;
	background:url(../images/logo_bottom.png) top left no-repeat;
}
ul#top_navigation_1 {
	float:left;
	width:480px;
	height:57px;
	padding:0px;
	margin:0;
	list-style:none;
}
ul#top_navigation_1 li {
	display:block;
	height:54px;
	padding:3px 2px 0 0;
	background:url(../images/separator.gif) top right no-repeat;
	float:left;
}

ul#top_navigation_1 li a, ul#top_navigation_1 li a:visited {
	display:block;
	height:34px;
	padding:15px 10px 0px 10px;
	background:url(../images/tnav_button.gif) top left repeat-x;
	color:#584a3f;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
ul#top_navigation_1 li a.first {
	width:190px;
}
ul#top_navigation_1 li a:hover {
	background-position:bottom left;
	color:#3a3129;
}
ul#top_navigation_2 {
	list-style:none;
	float:left;
	width:430px;
	padding:15px 0 0 40px;
	margin:0;
}
ul#top_navigation_2 li {
	display:block;
	float:left;
}
ul#top_navigation_2 li a, ul#top_navigation_2 li a:visited {
	display:block;
	color:#584a3f;
	text-decoration:none;
	padding:3px 15px 0px 10px;
	background:url(../images/arrow.gif) top left no-repeat;
}
ul#top_navigation_2 li a.last, ul#top_navigation_2 li a.last:visited {
	padding-right:0px;
}
ul#top_navigation_2 li a:hover {
	text-decoration:underline;
}
#main {
	width:960px;
	border-left:2px solid #b19f90;
	border-right:2px solid #b19f90;
	margin:0 auto;
	background-color:#fff;
	color:#333;
}
#footer {
	width:964px;
	height:250px;
	margin:0 auto;
	padding-top:10px;
	background:url(../images/footer.png) top center no-repeat;	
	
}
#footer .fineprint {
	height:65px;
	color:#8a7462;
	font-size:0.7em;
	text-align:center;
	line-height:1.2;
}
#footer_decor {
	width:168px;
	height:109px;
	margin:0 auto;
	background:url(../images/footer_decor.jpg) top center no-repeat;
}

#footer a, #footer a:visited {
	color:#8a7462;
	text-decoration:none;
}
#footer a:hover {
	color:#8a7462;
	text-decoration:underline;
	
}
#left_navigation {
	float:left;
	width:195px;
	padding:0 5px 0 10px;
	
}
#left_navigation h2, h3.likecategories {
	height:23px;
	margin:0px;
	margin-top:8px;
	padding:7px 0px 0px 0px;
	border:none;
	background:url(../images/brown_bg.gif) top left repeat-x;
	color:#fff;
	font-size:0.8em;
	text-align:center;	
}
#left_navigation_front {
	display:none;
}
.likemenu {
	padding:10px;
	background-color:#fbf7f0;
}
.likemenu select {
	border-color:#CABEB5 !important;
}
#content {
	width:730px;
	float:left;
	padding:10px 5px 10px 10px;
	
}
#content_front {
	width:955px;
	height:415px;
	padding:0px 0px 0px 5px;
	background-color:#F1EBE2;
	
}
#content li, #header li {
	line-height:1.5;
}
/*------------------------------------------------------------home page styles*/
.front_1, .front_2, .front_3 {
	float:left;
	height:408px;
}
.front_1 { width:208px; }
.front_2 { width:353px; padding:0px 15px; }
.front_3 { width:360px; }

.front_1 a, .front_1 a:visited, .front_1 a:hover {
	display:block;
	width:208px;
	height:134px;
	margin-bottom:2px;
}
.front_1 a.tuxes, .front_1 a.tuxes:visited, .front_1 a.tuxes:hover {
	background: url(../images/tiles/tuxes.jpg) top left no-repeat;
}
.front_1 a.accessories, .front_1 a.accessories:visited, .front_1 a.accessories:hover {
	background: url(../images/tiles/accessories.jpg) top left no-repeat;
}
.front_1 a.invitations, .front_1 a.invitations:visited, .front_1 a.invitations:hover {
	background: url(../images/tiles/invitations.jpg) top left no-repeat;
}

.front_3 a.banner, .front_3 a.banner:visited, .front_3 a.banner:hover {
	display:block;
	width:360px;
	height:134px;
	margin-bottom:2px;
}
.front_3 a.contest, .front_3 a.contest:visited, .front_3 a.contest:hover {
	background: url(../images/tiles/contest.jpg) top left no-repeat;
}
.front_3 a.agent, .front_3 a.agent:visited, .front_3 a.agent:hover {
	background: url(../images/tiles/promagent.jpg) top left no-repeat;
}
.front_3 a.square, .front_3 a.square:visited, .front_3 a.square:hover {
	float:left;
	display:block;
	width:115px;
	height:134px;
	margin-top:3px;
	margin-right:7px;
}
.front_3 a.bucks40, .front_3 a.bucks40:visited, .front_3 a.bucks40:hover {
	background: url(../images/tiles/tuxbucks40.jpg) top left no-repeat;
}
.front_3 a.bucks20, .front_3 a.bucks20:visited, .front_3 a.bucks20:hover {
	background: url(../images/tiles/tuxbucks20.jpg) top left no-repeat;
}
.front_3 a.discount, .front_3 a.discount:visited, .front_3 a.discount:hover {
	background: url(../images/tiles/discount.jpg) top left no-repeat;
	margin-right:0;
}
/*end*/
ul.fancy, ul.checklist {
	list-style:none;
	margin:5px 0 10px 20px;
	padding:0;
}
ul.fancy li {
	background:transparent url(../images/bullet.gif) top left no-repeat;
	line-height:1.5;
	padding:0 0 5px 20px;
}
ul.checklist li {
	
	line-height:1.5;
	padding:0 0 5px 0px;
}
ul.checklist li img {
	margin:0px 5px 0px 0px;
	padding-bottom:5px;
	float:left;
}
.nomargin {
	margin-top:0;
}
ul.nobullets {
	list-style:none;
}
ul.nobullets li {
	background-image:none;
}
ul.special {
	padding-left:0;
	margin:0;
}
ul.special li {
	padding-bottom:5px;
}
ul.indented {
	padding-left:60px;
}
img.imgcentered {
	display:block;
	margin:0 auto;
}
img.framed {
	border:4px solid #e0cdaf;

}
.breaker, .breaker_right {
	clear:both;
	height:1px;
	width:auto;
	float:none;
	font-size:0;
	margin-top:-1px;
}
.breaker_right {
	clear:right;
}

div.fineprint {
	font-size:10px !important;
}
/*mrtux styles*/
.toombstone {
	width:220px;
	float:right;
	margin-top:-2px;
	background-color:#fbf7f0;
	border:1px solid #b19f90;
}
.toombstone h3 {
	height:23px;
	margin:0px;
	padding:7px 0px 0px 0px;
	background:url(../images/brown_bg.gif) top left repeat-x;
	color:#fff;
	font-size:0.8em;
	text-align:center;
}
.toombstone p {
	padding-left:15px;
}
.lower {
	margin-top:5px;
}
h3.nobg {
	padding-left:15px;
	background:none;
	color:#578100;
	text-align:left;	
}
table.chart {
	background-color:#e0cdaf;
	width:700px;
	margin-top:5px;
}
table.chart td,
table.chart th {
	padding:5px;
	font-size:0.7em;
}
table.chart th {
	background-color:#f1e9dc;
	text-align:center;
}
table.chart td {
	background-color:#fff;
	text-align:center;
}
table.howto td {
	vertical-align:middle;
}
#linkcols div {
	width:220px;
	float:left;
	border-left:1px solid #f1e9dc;
	padding-left:10px;
}
.extralarge {
	font-size:1.2em;
}
.highlight {
	background-color:#ffc;
	border:1px solid #fc0;
	padding:10px;
}
.print-only {
	display:none;
}
ol.large li {
	margin-bottom:10px;
}
span.mr, span.tux {
	font-weight:bold;
	color:#690;
	font-size:0.9em;
	text-transform:uppercase;
}
span.tux {
	color:#060505;
}
.tb {
	width:730px;
	height:309px;
	padding-top:11px;
	margin-top:5px;
	background:url(../images/tuxbucks40-bg.jpg) top left no-repeat;
}
.brownbox {
	width:720px;
	height:70px;
	padding:5px;
	background:url(../images/brownbg.jpg) top left no-repeat;
	color:#fff;
}
.brownbox h2 {
	color:#fff;
	border:none;
}
ul.topiclinks {
	list-style:none;
	margin:0;
	padding:0;
}
ul.topiclinks li {
	float:left;
	padding:0 5px;
	
}
.topiclinks a, .topiclinks a:visited {
	display:block;
	padding:0px 0px 0px 10px;
	background:url(../images/arrrow_white.gif) top left no-repeat;
	color:#fff;
	text-decoration:none;
	
}
.topiclinks a:hover {
	text-decoration:underline;
}
.topiclinks a.current, .topiclinks a.current:visited, .topiclinks a.current:hover {
	font-weight:bold;
	text-decoration:none;
	
}
/*link styles*/
a.tuxcontest, a.tuxcontest:visited, a.tuxcontest:hover,
a.promagent, a.promagent:visited, a.promagent:hover {
	display:block;
	width:490px;
	height:190px;
	padding:10px 0 0 240px;
	background:url(../images/banners/tux-contestlargebanner.jpg);
	line-height:1.5;
	text-decoration:none;
	color:#333;
}
a.promagent, a.promagent:visited, a.promagent:hover {
	width:710px;
	padding-left:20px;
	background:url(../images/banners/prom-agent-largebanner.jpg) top left no-repeat;
	color:#fff;
}
a.print, a.print:visited, a.print:hover {
	display:block;
	width:24px;
	height:24px;
	background:url(../images/icons/printer.jpg) top center no-repeat;
}
a.link, a.link:visited, a.link:hover,
a.map, a.map:visited, a.map:hover,
a.pdf, a.pdf:visited, a.pdf:hover,
a.ppt, a.ppt:visited, a.ppt:hover,
a.www, a.www:visited, a.www:hover,
a.zip, a.zip:visited, a.zip:hover {
	padding:0 0 0 20px;
	
}
a.link, a.link:visited, a.link:hover { background:url(../images/icons/ico_link.png) top left no-repeat }
a.map, a.map:visited, a.map:hover { background:url(../images/icons/ico_map.png) top left no-repeat }
a.pdf, a.pdf:visited, a.pdf:hover { background:url(../images/icons/ico_pdf.png) top left no-repeat }
a.ppt, a.ppt:visited, a.ppt:hover { background:url(../images/icons/ico_ppt.png) top left no-repeat }
a.www, a.www:visited, a.www:hover { background:url(../images/icons/ico_www.png) top left no-repeat }
a.zip, a.zip:visited, a.zip:hover { background:url(../images/icons/ico_zip.png) top left no-repeat }



/* ******************  speech  ************** */
/* 
   The following portion of the stylesheet uses styles taken from the w3.org website, 
   and it is a subject to the following:
   Copyright 1997-2006 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */
@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
   h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}







