/*-----------------------------------------------------------------------------
Global Style Sheet (Antique and Period Glasswords http://www.periodglassworks.co.uk)

version:   1.0
author:    Infotex
email:     enqs@infotex.co.uk
website:   http://www.infotex.co.uk/

--------------------------------------------------------------------------*/

body {	font: normal 62.5%/1.6 Verdana, Georgia, Arial, Tahoma, "Times New Roman";
	color: #000;
	background-color: #000;
}

ul {
	margin: 1em;
}

li {
	margin: 0px 1em;
}
#container {
	width: 700px;
	padding: 4px;
	border: solid 1px #fff;
	margin: 0px auto;
	background-color: #fff;
}

#topbar {
    width:auto;
    background: #EEE;
    height: 20px;
    padding: 10px 5px 10px 2px;
    font-weight: bold;
    color: #000;
	font-size: 1.4em;
    text-align: right;
}
#topbar a {
	color: #666;
}

#headerwrapper {
    width: auto;
	background:url(../img/logo-bg.jpg);
	height: 94px;
}

/* class that styles the holder div of the forms */
.userform {
    width: auto;
    color: #DD7CB4;
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: justify;
    margin-bottom: 1px;
}


h1 {
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 174px;
	height: 94px;
	background: url(../img/logo.jpg) no-repeat;
	text-indent: -9000px;
}
h1 a {
	margin: 0px;
	display: block;
	height: 94px;
	background: url(../img/logo.jpg) no-repeat;
}
h2 { 
	font-size: 1.4em;
	color: #666;
}
h3 {
	font-size: 1.5em;
	color: #cc0000;
}

#logo {
	float: left;
}

#slogan {
    float: right;
	font-size: 1.2em;
    font-weight: bold;
	color: #fff;
	margin:20px;
	padding: 0px;
	margin-left: 8px;
}

/* This holds the tabs */
#tabholder
{
    width: auto;
}

/* Container for the article box, and the pic box */
.articleboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
} 

/* Content holder for the articles */
.articleboxinner {
    width: auto;
    color: #000;
    padding: 5px 6px 0px 6px;
    background: #fbfbfb;
    border:1px solid #efefef;

	font-size: 1.2em;
}


/* The title style for the main article */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    border: 1px #ccc solid;
	padding: 3px;
    margin: 0 0 20px 20px;
	float: right;
}

/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
}


/* Content holder for the pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #000;
    padding: 5px 6px 6px 6px;
    border:1px solid #efefef;
    border-top: none;
    text-align: center;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
    border: 1px #DDD solid;
    vertical-align: middle;

}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #663366;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}

/* Why should the humble footer be left out? */
#footer {
	background-color: #CCC;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
}

/* This will contain the three columns */
#newsContainer2
{
    width:auto;
    background-color: #E0E0E0;
	font-size: 1.1em;

}

/* First column of the three columns */
.c1
{
	width: 227px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #000;
	float: left;	height: 300px;
}

/* Second column of the three columns */
.c2
{
    width: 230px;
    float: left;
    border-bottom: 1px solid #DDD;
    line-height: 22px;
    color: #000;	height: 300px;
}

/* Third column of the three columns */
.c3
{
	width: 228px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #000;
	float: right;	height: 300px;
}

/* This controls the titles for each column */
.noteheader
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
    color: #000;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	background:url(../img/headerBG.jpg) repeat-x;
}

/* And this gives the column text some breathing space */
.spacy
{
    padding: 10px;
}

/* CSS Tabs */
#menu {
    float:left;
    width:100%;
    background:#F1F1F1;
    font-size:110%;
    line-height:normal;
    border-bottom:1px solid #CCC;
}

#menu ul {
    margin:0;
    padding:10px 10px 0 5px;
    list-style:none;
}

#menu li {
    display:inline;
    margin:0;
    padding:0;
}

#menu a {
    float:left;
    background:url(../img/tableft8.gif) no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#menu a span {
    float:left;
    display:block;
    background:url(../img/tabright8.gif) no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#eee;
    font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
    /* End IE5-Mac hack */
    #menu a:hover span {
    color:#591333;
}

#menu a:hover {
    background-position:0% -42px;
}

#menu a:hover span {
    background-position:100% -42px;
    color: #888;
}

#menu #current a {
    background-position:0% -42px;
}
#menu #current a span {
    background-position:100% -42px;
    color: #888;
}

<!-- 
	Inlined styles for my overrides to the carousel for this demo.
	Normally I would put this in a separate CSS file.
-->
<style type="text/css">
.carousel-component {
	padding:8px;
}
.carousel-component .carousel-list li { 
	margin:2px;
	width:79px; 
}

.carousel-component .carousel-list li a { 
	display:block;
	border:1px solid #e2edfa;
	outline:none;
	-moz-outline:none; 
}

.carousel-component .carousel-list li a:hover { 
	border: 1px solid #87bf4e; 
}

.carousel-component .carousel-list li img { 
	border:1px solid #999;
	display:block; 
}

.carousel-component .carousel-list li strong { 
	display:block; 
}
									

#prev-arrow { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	left:5px; 
}

#next-arrow { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
}

.bright {
	filter: alpha(opacity=100); -moz-opacity:1.0;
}
.dim {
	filter: alpha(opacity=40); -moz-opacity:0.4;
}
/* End of CSS Tabs */
