/*
Business.css by: Jason Murray Cole(champ_5_@msn.com)
Special Thanks to Andreas Viklund (.com) and ALA (AListApart.com)
*/

/* As always, the generic * which applies to all tags is first and most important*/

*	{
	border: 0px;
	color: #333;
	font-size: 1em;
	line-height: 1.1em;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	text-decoration: none;
}

body	{
	background-color: #666;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

/*Big box for centering, and giving nice shadow*/
#container	{
	background-color: #D6d6d6;
	border: 1px solid #999;
	color:  inherit;
	font-size: 0.8em;
	text-align:left;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*The left column*/
#left	{float: left;
		 margin-left: 1em;
		 width: 15em;}
/*The middle column*/
#middle	{
	float: left;
	margin-left: 1em;
	width: 56em;
}
/*The right column*/
#right	{
	float: left;
	margin-left: 1em;
	width: 28em;
}
/*This is used as a page footer, and to keep the #container flowing around all of the content*/
#foot	{
	background-color:  #99F;
	border-top: 1px solid #CCC;
	clear: both;
	color: #444;
	font-size: 0.9em;
	text-align: center;
}
/*
Navigation 
	Not very unique, but my colours are better than the default ones
*/

a	{
	color: #006;
	text-decoration: underline;
}
a:visited	{
	color: #FC0;
	text-decoration: none;
}
a:hover	{
	background-color: #030;
	color: #FF0;
}
a:active	{
	background-color: #333;
	color: #093;
}

/*
Lists
	Made 100% by me an age ago, then i copied into every CSS i have ever made.
*/

ul,li	{
}
ul ul,ul * ul	{
	padding-left: 10px;
}

/*
Buttons
	Here is where I was "inspired" by Andreas
*/

a.button	{background: #CCC url(button.gif) repeat-x;
			 border: 2px solid ;
			 border-color: #BBB #888 #888 #BBB;
			 display: block;
			 font-size: 0.9em;
			 font-weight: 900;
			 margin-bottom: 5px;
			 padding: 2px;
			 text-align: center;
			 text-decoration: none;
			 width: 10em;}
a.button:hover	{background: #EEE url(button_.gif) repeat-x;
				 border-color: #888 #BBB #BBB #888;}

/*
Headings
*/

h1	{background-color:  inherit;
	 color: #C00;
	 font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	 font-size: 1.75em;
	 font-weight: 900;
	 line-height: 1.1em;
	 text-align:center;}
h2	{background-color:  inherit;
	 border-bottom: 1px solid #CCC;
	 color: #093;
	 font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	 font-size: 1.5em;
	 font-weight: 900;
	 line-height: 1.25em;
	 margin-bottom: 1em;
	 text-align: left;}
h3	{
	color: #99F;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: 900;
	line-height: 1.25em;
	margin-bottom: 0.5em;
	text-align: left;
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #BBB;
	border-right-color: #888;
	border-left-color: #BBB;
	text-indent: 5px;
	font-variant: normal;
	background-color: #333;
}
/*
Corners
	Here i do the corners. this is kinda iffy...
*/

.round	{
	background-color: #FFF;
	margin-bottom: 0.5em;
	padding: 0px 5px 0px 5px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
}
.round:before	{background: url(TLgrey.gif) top left no-repeat;
				 content: url(TRgrey.gif) ;
				 display: block;
				 font-size: 5px;
				 height: 5px;
				 line-height: 5px;
				 margin: 0px -5px 0px -5px;
				 text-align: right;}
.round:after	{background: url(BLgrey.gif) bottom left no-repeat;
				 content: url(BRgrey.gif) ;
				 display: block;
				 font-size: 5px;
				 height: 5px;
				 line-height: 5px;
				 margin: 0px -5px 0px -5px;
				 text-align: right;}
#logo	{
	background-color: #99F;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #000;
}
#thetop {
	width: 960px;
	height: 150px;
	color: #FFF;
	font-size: 24px;
	background: url(rotate/rotate.php) top left no-repeat;
}
.menubar {
	width:960px;
	height:32px;
	position:relative;
	z-index:100;
	border-right:1px solid #000;
	font-family:arial, sans-serif;
	background-color: #666;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:960px; w\idth:960px;}
/* remove all the bullets, borders and padding from the default list styling */
.menubar ul {padding:0;margin:0;list-style-type:none;}
.menubar ul ul {width:135px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menubar li {float:left;width:135px;position:relative;}
/* style the links for the top level */
.menubar a, .menubar a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:138px;
	height:30px;
	padding-left:10px;
	line-height:29px;
	font-weight:bold;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #666;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menubar a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menubar ul ul a.drop, .menubar ul ul a.drop:visited {
	background-color: #666;
	background-image: url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif);
	background-repeat: no-repeat;
	background-position: 130px center;
}
/* style the second level hover */
.menubar ul ul a.drop:hover{
	background-color: #666;
	background-image: url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif);
	background-repeat: no-repeat;
	background-position: 130px center;
}
.menubar ul ul :hover > a.drop {
	background-color: #99F;
	background-image: url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif);
	background-repeat: no-repeat;
	background-position: 130px center;
}
/* style the third level background */
.menubar ul ul ul a, .menubar ul ul ul a:visited {
	background-color: #999;
}
/* style the third level hover */
.menubar ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menubar ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menubar ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menubar ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menubar ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menubar table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menubar ul ul a, .menubar ul ul a:visited {
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	border-width:0 1px 1px 1px;
	background-color: #CCC;
}
/* yet another hack for IE5.5 */
* html .menubar ul ul a, * html .menubar ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menubar a:hover, .menubar ul ul a:hover{
	color:#000;
	background-color: #6666FF;
}
.menubar :hover > a, .menubar ul ul :hover > a {
	color:#000;
	background-color: #99F;
}

/* make the second level visible when hover on first level list OR link */
.menubar ul li:hover ul,
.menubar ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menubar ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menubar ul :hover ul :hover ul{ visibility:visible;}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

#container #breadcrumbs {
	background-color: #99F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin: 2px;
	padding: 2px;
}

.imageleft {
	padding: 5px;
}