@charset "UTF-8";
body  {
	background: #999999 url(../../images/background_tile.jpg) top left;
	font: 73% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


h1, h2 , h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	text-align:center;
	margin:10px 0 0 0;
	padding:0;
}
ul,li {
	list-style: none;
	margin:1.5em 0;
	padding: 0;
}
.divide {
	height:10px;
	margin:0 0 10px 10px;
	padding:0;
	
	background:url(../../images/divide-02.gif) center top no-repeat;
}
.thrColFixHdr #nav-main {
	clear:both;
}

.thrColFixHdr #nav-main ul {
	margin:0;
	padding: 0;
	clear:both;
}

.thrColFixHdr #nav-main ul li {
	display:inline-block;
	list-style:none;
	float:left;
	padding: 5px 10px;
}

.thrColFixHdr #nav-main ul li a {
	color:#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-style:italic;
	text-decoration:none;
}

.thrColFixHdr #nav-main ul li a:hover {
	color:#666;
}

.thrColFixHdr #nav-main ul li a.selected {
	color:#666;
}



#language-selector  {
	margin:0;
	padding: 0;
	clear:both;
}
* html #language-selector  {
	margin-left:10px;
	margin-top:-10px;
}
#language-selector li {
	display:inline-block;
	list-style:none;
	float:left;
	padding: 5px 10px;
}




.thrColFixHdr #nav-sec {
	clear:both;
}

.thrColFixHdr #nav-sec ul {
	margin:0;
	padding: 0;
	clear:both;
	text-align:right;
}

.thrColFixHdr #nav-sec ul li {
	list-style:none;
}

.thrColFixHdr #nav-sec ul li a {
	color:#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-style:italic;
	text-decoration:none;
}

.thrColFixHdr #nav-sec ul li a:hover {
	color:#666;
}

.thrColFixHdr #nav-sec ul li a.selected {
	color:#666;
}

.clear {
	clear:both;
}

.thrColFixHdr #container {
	width: 900px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../../images/background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
} 
.thrColFixHdr #header { 
	background: none; 
	height:80px;
	position:relative;
	
} 

.thrColFixHdr #feature { 
	position:absolute;
	top:0;
	right:0;
} 

.thrColFixHdr #header h1 {
	text-indent:-2000px;
	background:url(../../images/logo.gif) no-repeat 10px top;
	height:70px;
	width:300px;
	
}

* html a {
	position: relative;
	z-index: 10000;
}

* html a img {
	position: relative;
	z-index: 10001;
}

.thrColFixHdr #sidebar1 {
	background: url(/images/stars.png) no-repeat 0 30px;
	position:relative;
	float: left; /* since this element is floated, a width must be given */
	width: 110px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:auto;
	min-height: 400px;
	overflow:visible;
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
* html .thrColFixHdr #sidebar1 {
	width: 80px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 400px;
	background-image: none;
	background-position:0 30px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/stars.png',sizingMethod='crop');
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin:0;
	margin-top:30px;
	position:relative;
}

* html .thrColFixHdr #sidebar2 {
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top:10px;
}
.widget {
	background: url(../../images/widget_top.png) no-repeat;
	width:228px;
	min-height:60px;
	height:auto;
	margin:0;
	padding:20px 30px 5px 22px;
}

* html .widget {
	padding:20px 0 0 22px;
	height:60px;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/widget_top.png',sizingMethod='crop');
}
.widget-bottom {
	background: url(../../images/widget_bottom.png) no-repeat;
	width:260px;
	height:45px;
	margin:0 0 0 0;
}

* html .widget-bottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/widget_bottom.png',sizingMethod='crop');
}

.w-content {
	width:210px;
}
.w-content h3 {
	/*background: url(../../images/brace.gif) no-repeat right bottom;*/
	width:180px;
	height:19px;
	margin:0 0 5px 0;
	padding:0;
}

.w-content p {
	margin-top:0;
}

.w-content img {
	padding:5px;
}
.w-content ul {
	margin:0;
	padding:0;
}
.w-content li {
list-style:none;
	margin-bottom:5px;
}

.thrColFixHdr #mainContent { 
	xmargin: 0 280px 0 140px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
	position:relative;
	width:480px;
	float:left;
}
*html .thrColFixHdr #mainContent { 
	width:460px;
}

img.image-left {
	margin-right: 5px;
}

img.image-right {
	margin-left: 10px;
}

.thrColFixHdr #footer { 
	
	background:none;
} 
.thrColFixHdr #footer p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:110%;
	font-style:italic;
	color:#999999;
	text-align:center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a {
	color:#666666;
}

a:hover {
	color:#999999;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img {
	border:none;
}

.thumbnail {
	height:100px;
	width:100px;
	float:left;
	margin:0 10px 10px 0;
	overflow:hidden;
}
.thumbnail-bordered {
	height:100px;
	width:100px;
	float:left;
	margin:0 10px 10px 0;
	overflow:hidden;
	border:1px dashed #EB99B7;
}
.thumbnail-labelled {
	height:140px;
	width:100px;
	float:left;
	margin:0 10px 10px 0;
}
.thumbnail-labelled img {
	border:1px dashed #EB99B7;
}
.thumbnail-labelled span {
	margin-top:6px;
	display:block;
}
.thumbnail span {
	position:relative;
	top:-22px;
	left:0;
	text-indent:4px;
	background:#efefef;
	width:100px;
	height:20px;
	display:block;
	padding-top:2px;
	filter:alpha(opacity=80); 
	opacity:0.8; 
	-moz-opacity:0.8; 
	font-weight:bold;
	text-align:center;
}
.thumbnail span a {
	color:#000000 !important;
}
.thumbnail span a:hover {
	color:#35ABD6;
}


h3 {
	margin-bottom:0;
}
p {
	padding-top:0;
	margin-top:0;
}

#subscribeform td {margin:5px 0;}
#subscribeform td.attributeinput {width:125px;padding:5px 0;}
#subscribeform td.attributeinput select {width:155px;padding:3px 0;}
#subscribeform .submit {padding:3px 0; margin:5px 0; text-align:right; }
.required {color:red;}

.icon-buy {width: 46px; text-align:center; float:left; border:2px solid #ddd; margin-right:5px; padding-bottom:3px;}
.icon-buy a {text-decoration:none;}
.icon-buy img {width:38px;}


