/*
 *   Tripoli is a generic CSS standard for HTML rendering. 
 *   Copyright (C) 2007 David Hellsing
 *   
 *   http://devkick.com/lab/tripoli/
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
**/

/*
_______________________________
RESET */

*
{
	text-decoration:none;
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
}

code,kbd,samp,pre,tt,var,textarea,input,select,isindex,listing,xmp,plaintext
{
	font:inherit;
	white-space:normal;
}

a,img,a img,iframe,form,abbr,acronym,object,applet,table,a abbr,a acronym
{
	border-width:0;
}

dfn,i,cite,var,address,em
{
	font-style:normal;
}

th,b,strong,h1,h2,h3,h4,h5,h6,dt
{
	font-weight:normal;
}

caption,th,td
{
	text-align:left;
}

html
{
	color:black;
	line-height:1;
	font-family:arial, sans-serif;
}

/* \*/

html
{
	font-family:sans-serif;
}

/* */

q
{
	quotes:"\201C""\201D""\2018""\2019";
}

ul,ol,dir,menu
{
	list-style:none;
}

sub,sup
{
	vertical-align:baseline;
}

a
{
	color:inherit;
}

/*
_______________________________
DISABLE DEPRECATED HTML */

font,basefont
{
	color:inherit;
	font:inherit;
	font-size:100%;
}


center,*[align]
{
	text-align:inherit;
}

s,strike,u
{
	text-decoration:inherit;
}

img
{
	border:none;
	margin:0;
}

ol
{
	list-style-type:decimal;
}

body
{
	background-color:transparent;
}

tr,th,td
{
	width:auto;
	height:auto;
	background-color:transparent;
	vertical-align:inherit;
	border:none;
}

table[border],table[border]
{
	border-collapse:separate;
	border-spacing:0;
}

nobr
{
	white-space:normal;
}

marquee
{
	overflow:visible;
}

blink
{
	text-decoration:none;
}

/*
_______________________________
GENERAL */

html
{
	font-size:62.5%;
}

a
{
	text-decoration:underline;
}

strong,th,thead td,dt
{
	font-weight:bold;
}

cite,em,dfn
{
	font-style:italic;
}

code,kbd,samp,pre,tt,var,input[type='text'],input[type='password'],textarea
{
	font-size:100%;
	font-family:mono-space,monospace;
}

pre
{
	white-space:pre;
}

pre *
{
	font-size:100%;
	white-space:pre;
}

del
{
	text-decoration:line-through;
}

ins,dfn
{
	border-bottom:1px solid black;
}

small,sup,sub
{
	font-size:85%;
}

big
{
	font-size:125%;
	line-height:80%;
}

abbr,acronym
{
	text-transform:uppercase;
	font-size:85%;
	letter-spacing:.1em;
}

abbr[title],acronym[title],dfn[title]
{
	cursor:help;
	border-bottom:1px dotted black;
}

sup
{
	vertical-align:super;
}

sub
{
	vertical-align:sub;
}

blockquote
{
	padding-left:2.2em;
}

hr
{
	display:none; /* We will re-reset it later for content */
}

:lang(af),:lang(nl),:lang(pl)
{
	quotes:'\201E' '\201D' '\201A' '\2019';
}

:lang(bg),:lang(cs),:lang(de),:lang(is),:lang(lt),:lang(sk),:lang(sr),:lang(ro)
{
	quotes:'\201E' '\201C' '\201A' '\2018';
}

:lang(da),:lang(hr)
{
	quotes:'\00BB' '\00AB' '\203A' '\2039';
}

:lang(el),:lang(es),:lang(sq),:lang(tr)
{
	quotes:'\00AB' '\00BB' '\2039' '\203A';
}

:lang(en-GB)
{
	quotes:'\2018' '\2019' '\201C' '\201D';
}

:lang(fi),:lang(sv)
{
	quotes:'\201D' '\201D' '\2019' '\2019';
}

:lang(fr)
{
	quotes:'\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a';
}

*[lang|='en'] q:before
{
	content:'\201C';
}

*[lang|='en'] q:after
{
	content:'\201D';
}

*[lang|='en'] q q:before
{
	content:'\2018';
}

*[lang|='en'] q q:after
{
	content:'\2019';
}

input,select,button
{
	cursor:pointer;
}

input[type='text'],input[type='password']
{
	cursor:text;
}

input[type='hidden']
{
	display:none;
}

/*
_______________________________
CONTENT */

body
{
	font-size:1.2em;
	line-height:1.6em;
}

h1,h2,h3,h4,h5,h6
{
	line-height:1.2em;
	font-weight:normal;
}

/*h1
{
	font-size:1.6em;
}

h2
{
	font-size:1.5em;
}

h3
{
	font-size:1.4em;
}

h4
{
	font-size:1.3em;
}

h5
{
	font-size:1.2em;
}

h6
{
	font-size:1em;
}*/

hr
{
	display:block;
	background:black;
	color:black;
	width:100%;
	height:1px;
	border:none;
}

ul
{
	list-style:disc outside;
}

ol
{
	list-style:decimal outside;
}

table
{
	border-collapse:collapse;
}

hr,p,ul,ol,dl,pre, address,table,form
{
	margin-bottom:1.6em;
}

p+p
{
	margin-top:-.8em;
}

fieldset
{
	margin:1.6em 0;
	padding:1.6em;
}

/* \*/

legend
{
	padding-left:.8em;
	padding-right:.8em;
}

/* */

@media all and (min-width: 0px) /* for Opera 8 */
{ 
	legend
	{
		/*margin-bottom:1.6em;*/
	}
	fieldset
	{
		margin-top:1.6em;
	}
}

fieldset>*:first-child
{
	margin-top:0;
}

textarea,input[type='text']
{
	padding:.1em .2em;
}

input
{
	padding:.2em .1em;
}

select
{
	padding:.2em .1em 0;
}

select[multiple]
{
	margin-bottom:.8em;
}

option
{
	padding:0 .4em .1em;
}

button
{
	padding:.3em .5em;
}

input[type='radio']
{
	position:relative;
	bottom:-.2em;
}

dt
{
	margin-top:.8em;
	margin-bottom:.4em;
}

ul,ol
{
	margin-left:2.2em;
}

caption,form div
{
	padding-bottom:.8em;
}

ul ul,content ol ul,ul ol,content ol ol
{
	margin-bottom:0;
}

/*
_______________________________
VISUAL PLUG */

blockquote
{
	color:#666;
}

blockquote > *:first-child:before /* Tripoli bonus: pure CSS blockquote */
{
	content:"\201C";
	font-size:2.5em;
	margin-left:-.62em;
	font-family:georgia,serif;
	padding-right:.2em;
	color:#aaa;
	line-height:0;
}

abbr[title],acronym[title],dfn[title]
{
	border-bottom:1px solid #ccc;
}

ins,dfn
{
	border-bottom-color:#666;
}

del
{
	color:#666;
}

fieldset
{
	border-color:#ccc;
}

textarea,input[type='text'],input[type='password'],select
{
	border:1px solid #ccc;
	background:#fff;
}

fieldset
{
	border:1px solid #ccc;
}

textarea:hover,input[type='text']:hover,input[type='password']:hover,select:hover
{
	border-color:#aaa;
}

textarea:focus,input[type='text']:focus,input[type='password']:focus,select:focus
{
	outline:2px solid #e4e4e4;
	border-color:#888;
}

hr
{
	background:#aaa;
	color:#aaa;
}

table
{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

th,td
{
	border-bottom:transparent;
	border-right:transparent;
}

th,td
{
	padding:.8em;
}

a:link
{
	color:#36c;
}

a:visited
{
	color:#99c;
}

a:hover,code,pre
{
	color:#c33;
}

a:active,.a:focus
{
	color:#000;
}

/*
_______________________________
TYPE PLUG */

.alt
{ 
	font-family:"baskerville italic","Warnock Pro","Goudy Old Style","Palatino","palatino linotype","Book Antiqua",Georgia, serif; 
	font-style:italic;
	font-weight:normal;
}
   
.dquo
{
	margin-left:-.55em;
}

.menu {
background:#000000 none repeat scroll 0 0;
border:1px solid #FF0000;
font-family:arial,sans-serif;
margin-top:0 !important;
position:relative;
width:100%;
z-index:100;
height:30px;
}
* html .menu {
width:753px;
}
.menu ul {
display:inline-block;
list-style-type:none;
margin:0;
padding:0;
}
.menu ul ul {
top:30px;
width:149px;
}
.menu li {
float:left;
position:relative;
width:161px !important;
}
.menu a, .menu a:visited {
border-bottom-style:solid;
border-bottom-width:0;
border-right:0 none !important;
border-top-style:solid;
border-top-width:0;
color:#FF0000!important;
display:block;
font-size:12px;
font-weight:bold;
height:30px;
line-height:29px;
padding-left:10px;
text-align:center;
text-decoration:none;
}

* html .menu a, * html .menu a:visited {
width:147px;
}
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#D4D8BD url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat scroll 130px center;
}
.menu ul ul a.drop:hover {
background:#C9BA65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat scroll 130px center;
}
.menu ul ul :hover > a.drop {
background:#C9BA65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat scroll 130px center;
}
.menu ul ul ul a, .menu ul ul ul a:visited {
background:red none repeat scroll 0 0;
color:#FFFFFF;
font-style:normal;
margin-left:10px;
}
.menu ul ul ul a:hover {
background:red none repeat scroll 0 0;
}
.menu ul ul {
border-top:1px solid #000000;
height:0;
left:0;
position:absolute;
top:30px;
visibility:hidden;
width:149px;
}
* html .menu ul ul {
top:31px;
}
.menu ul ul ul {
left:149px;
top:-1px;
width:149px;
}
.menu ul ul ul.left {
left:-149px;
}
.menu table {
border-collapse:collapse;
left:0;
position:absolute;
top:0;
}
.menu ul ul a, .menu ul ul a:visited {
background:#D4D8BD none repeat scroll 0 0;
border-width:0 1px 1px;
color:#000000;
height:auto;
line-height:1em;
padding:5px 10px;
text-align:left;
width:auto !important;
}
.menu a:hover, .menu ul ul a:hover {
background:#DDDDDD none repeat scroll 0 0;
color:#000000;
}
.menu :hover > a, .menu ul ul :hover > a {
background:#ff0000 none repeat scroll 0 0;
color:#000000!important;
}
.menu ul li:hover ul, .menu ul a:hover ul {
visibility:visible;
}
.menu ul :hover ul ul {
visibility:hidden;
}
.menu ul :hover ul :hover ul {
visibility:visible;
}
.menu ul ul .current_page_item a {
background:white none repeat scroll 0 0;
border-left:1px solid black;
color:red;
}
.menu .current_page_item a {
background:white none repeat scroll 0 0;
color:red;
font-weight:bold;
}
.menu ul .current_page_item ul a {
background:#DDDDDD none repeat scroll 0 0;
color:white;
font-weight:normal;
}
.menu ul .current_page_item ul a:hover {
background:gray none repeat scroll 0 0;
}
.menu .current_page_item a:hover {
background:white none repeat scroll 0 0;
}
.menu_right {
float:right;
font-size:90%;
margin:0 25px 50px 0;
z-index:1000;
}
.menu_right ul {
list-style-type:none;
margin:0;
padding:0;
width:150px;
}
* html .menu_right ul {
margin-left:0;
}
.menu_right li {
background:#D4D8BD none repeat scroll 0 0;
height:26px;
position:relative;
}
.menu_right table {
border-collapse:collapse;
font-size:1em;
left:0;
position:absolute;
top:0;
z-index:100;
}
.menu_right a, .menu_right a:visited {
border-color:#FFFFFF;
border-style:solid;
border-width:0 1px 1px 0;
color:#000000;
display:block;
font-family:verdana,sans-serif;
height:25px;
line-height:25px;
text-decoration:none;
text-indent:5px;
width:149px;
}
* html .menu_right a, * html .menu_right a:visited {
background:#D4D8BD none repeat scroll 0 0;
width:149px;
}
* html .menu_right a:hover {
background:#949E7C none repeat scroll 0 0;
color:#FFFFFF;
}
.menu_right :hover > a {
background:#949E7C none repeat scroll 0 0;
color:#FFFFFF;
}
.menu_right ul ul {
left:-150px;
position:absolute;
top:0;
visibility:hidden;
}
.menu_right ul li:hover ul, .menu_right ul a:hover ul {
visibility:visible;
}
.menu_right ul :hover ul ul {
visibility:hidden;
}
.menu_right ul :hover ul :hover ul ul {
visibility:hidden;
}
.menu_right ul :hover ul :hover ul {
visibility:visible;
}
.menu_right ul :hover ul :hover ul :hover ul {
visibility:visible;
}
.menu_left {
height:132px;
position:relative;
width:132px;
}
.menu_left ul {
background:#FFFFFF none repeat scroll 0 0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:1px 1px 0;
text-align:left;
white-space:nowrap;
}
.menu_left li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
.menu_left li {
display:inline;
}
.menu_left ul ul {
left:-9999px;
position:absolute;
}
.menu_left ul#toplevel {
left:0;
position:absolute;
top:0;
}
.menu_left a {
color:#000000;
display:block;
font-family:verdana,arial,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:22px;
padding:0 20px 0 10px;
text-decoration:none;
}
.menu_left li a.fly {
background:transparent url(anywidth/arrow.gif) no-repeat scroll right top;
}
.menu_left li a:hover {
background-color:#0099CC;
color:#FFFFFF;
}
.menu_left li:hover > a {
background-color:#0099CC;
color:#FFFFFF;
}
.menu_left ul li:hover > ul {
left:100%;
margin-left:-1px;
margin-top:-23px;
}
.menu_left a:hover ul, .menu_left a:hover a:hover ul, .menu_left a:hover a:hover a:hover ul {
left:100%;
}
.menu_left a:hover ul ul, .menu_left a:hover a:hover ul ul {
left:-9999px;
}
.menu_left table {
border-collapse:collapse;
height:0;
left:99%;
margin-left:-1px;
margin-top:-7px;
position:absolute;
width:0;
}