
/* Bandhar.css is the stylesheet for GSTEnterprises.com.  */

body {
	margin: 0px;
	background-color: #003366;
	background-image: url("background.gif");
	font: normal 80%/140% "Verdana", "Arial", sans-serif;
	}

h1    {
	color: #003366;
	background-color: transparent;
	font-size: 160%;
	}

h2    {
	color: #003366;
	background-color: transparent;
	font-size: 140%;
	}

h3,h4,h5,h6 {
	color: #003366;
	background-color: transparent;
	font-size: 100%;
	}


/* The css for the tabbed navigation bar is borrowed from Plone.org */

#globaltabs {
    /* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
    background-color: transparent;
    border-collapse: collapse;
    padding-bottom: 0.3em;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    height: auto;
    line-height: normal;
	}

ul#globaltabs li {
    display: inline;
	}

ul#globaltabs li a {
    /* The normal, unselected tabs. They are all links */
    background-color: #FFFFFF;
    border-color: #003366;
	border-width: 1px; 
    border-style: solid solid none solid;
    color: #003366;
    height: auto;
    padding: 0em 1.5em 0.3em 1.5em;
    text-decoration: none;
    text-transform: lowercase;
	}

ul#globaltabs li.selected a {
    /* The selected tab. There's only one of this */
    background-color: #0099CC;
    border: 1px solid #003366;
    border-bottom: #3366FF 1px solid;
    color: #003366;
	font-weight: bold;
	}
	
ul#globaltabs li a:hover {
    background-color: #91BFFF;
    border-color: #003366;
    border-bottom-color: #003366;
    color: #003366;
	}
	
/* Outside box of the site */
#outerbox {
	max-width: 850px;
	min-width: 550px;
	width: 100%;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #3366FF;
	border-spacing: 0px;
	}

/* Tabs */
#outerbox #tabs {
	border-right: 0px;
	border-left: 0px;
	text-align: right;
	}

/* Header */
#header {
	text-align: left;
	background-color: #FFFFFF;
	font-size: 1.0em;
	border-right: 1px solid #3366FF;
	border-left: 1px solid #3366FF;
	padding: 5px;
	}


/* Tag and Location bar */
#tagbar {
	background-color: #3366FF;
	color: #000000;
	text-align: right;
	padding-right: 5px;
	}
	
#locationbar {
	background-color: #3366FF;
	color: #000000;
	text-align: left;
	padding-left: 5px;
	}

/* Main */
#main {
	text-align: left;
	background-color: #f6fafd;
	color: black;
	font-size: 1em;
	padding: 5px;
	border-right: 1px solid #003366;
	border-left: 1px solid #003366;
	}

/* Links */
a:link {
	text-decoration: underline;
	color: #000000;
	}

a:visited {
	text-decoration: underline;
	color: #000000;
	}

a:active {
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	color: #81a0a1;
	}

/* Image boxes */
div.imgright {
	border: 1px solid #003366;
	background-color: #e8ecee;
	font-size: 80%;
	float: right;
	margin: 10px 10px 10px 10px;
	text-align: center;
}
div.imgleft {
	border: 1px solid #3366FF;
	background-color: #e8ecee;
	font-size: 0.8em;
	float: left;
	margin: 10px 10px 10px 0px;
	text-align: center;
}
div.imgmiddle {
	border: 1px solid #3366FF;
	background-color: #e8ecee;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.imgright img,
div.imgleft img,
div.imgmiddle img {
	border-bottom: 1px solid #3366FF;
}

/* Photos */
div.photoleft {
	border: 1px solid #3366FF;
	background-color: #e8ecee;
	font-size: 80%;
	float: left;
	margin: 0px 10px 0px 10px;
	text-align: center;
}

div.container {
  border: 1px solid #003366;
  background-color: #e8ecee;
  }

div.spacer {
  clear: both;
  }



/* Other boxes */
div.block {
	border: 1px solid #bbc6cd;
	background-color: #e8ecee;
	font-size: 80%;
	margin: 10px 10px 10px 10px;
	text-align: left;
}


/* New Stuff */
#logo {
  padding: 5px;
  float: right;
}

ul li {
  list-style-type: square;
  color: #000000;
}

.footer {
  text-align: center;
  font-size: 0.8em;
  clear: both;
}

.featureimage {
	float: right;
	margin: 10px;
	text-align: center;
	border: 1px solid #3366FF;
}

.justinimage {
	float: left;
	margin-right: 10px;
	text-align: center;
	border: 1px solid #3366FF;
}


#main {
	padding: 10px 20px 10px 20px;
}

.subcat {
	padding: 0px 20px 0px 20px;
}

.subhead {
	color: #003366;
	background-color: transparent;
	font-size: 120%;
	font-weight: bold;
}

.lojocotext {
  color: #000000;
}
	
	
/* Links Page */

td.row1 {
	background-color: #3366FF;
	color: #003366;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
	}
	
td.row2 {
	text-align: left;
	background-color: #EED877;
	font-size: 1.0em;
	border-right: 1px solid #3366FF;
	border-left: 1px solid #3366FF;
	padding: 5px;
	}

/* Validator */

.leftvalidator {
	float: left;
	}

.rightvalidator {
	float: right;
	}


/* Photos */

#passbox {
    visibility: hidden;
}

.pic {
    float: left;
    margin: 5px 5px 5px 5px;
    height: 230px;
    width: 205px;
}

.nav {
    margin: 5px 5px 5px 5px;
    width: 100%;
}

.selected img{
    border: 1px solid #ccc;
}

.selectable img{
    border: 1px solid #ccc;
}

.selectable:hover img{
    border: 1px solid #ccc;
}
