/**
 * Street Cut styles
 * Computopic, 2009
 */

/* BASIC BODY */
body {
	background-color: black;
	text-align: center;
	background-image: url(../gfx/bg_pattern.gif);
	margin: 0;
	padding: 0;

	font-family: Trebuchet MS;
	color: white;
	font-size: 9pt;
}

a, a:hover {
	color: white;
	text-decoration: underline;
}


/* WRAPPER */
#wrapper
{
	background-image: url(../gfx/bg.gif);
	height: 745px;
}

/* COMMON STYLES FOR CONTAINERS */
#menu, #logo, #main, #bottom {
	margin: 0px auto;
	width: 886px;
	text-align: left;
}

/* MENU CONTAINER */
#menu
{
	height: 67px;
	text-transform: lowercase;
}

#menu ul {
	list-style: none;
	border-bottom: 1px solid white;

	margin: 0;
	padding: 0;

	padding-top: 20px;

	width: 886px;
}

#menu li {
	display: inline;
	color: white;

	font-size: 11pt;
	font-weight: bold;

	margin: 0 26px 0 0;
	padding: 0;
}

#menu li a
{
	color: white;
	text-decoration: none;
}

#menu li a.selected, #menu li.selected, #menu li a:hover {
	border-bottom: 3px solid white;
}

/* LOGO CONTAINER */
#logo {
	width: 900px;
	height: 155px;
}

#sclogo {
	padding-top: 50px;
	cursor: pointer;
}

/* MAIN CONTAINER */
#main {
	margin-top: 60px;
	height: 362px;
}

#main h1, h2, h3
{
	text-transform: uppercase;
	font-size: 13pt;
	font-weight: normal;
	letter-spacing: 0.2pt;
	margin-top: 0px;
}

#main h2
{
	font-size: 12pt;
}

#main h3
{
	font-size: 11pt;
}

/* BOTTOM CONTAINER */
#bottom, #bottom a
{
	color: #7d7d7a;
	font-size: 10pt;
	letter-spacing: 0.2pt;
}

.col
{
	width: 177px;
	float: left;
}

/* CONTENT CONTAINERS */
.split, .triple, .full {
	width: 885px;
	float: left;
}

/* SPLIT */
.split_col1 {
	width: 565px;
	float: left;
}
.split_col1_cnt {
	width: 500px;
}
.split_col2 {
	width: 320px;
	float: left;
}

/* TRIPLE */
.triple_col1 {
	width: 180px;
	float: left;
}

.triple_col2 {
	width: 385px;
	float: left;
}
.triple_col2_cnt {
	width: 370px;
}

.triple_col3 {
	width: 320px;
	float: left;
}

/* LEFT MENU */
#submenu ul {
	margin: 0;
	padding-left: 20px;
	font-size: 11pt;
}

#submenu li {
	list-style-image: url(../gfx/menu_bullet_gray.gif);
	font-weight: bold;
}

#submenu li.selected {
	list-style-image: url(../gfx/menu_bullet_white.gif);
	color: white;
}

#submenu ul ul {
	font-size: 9pt;
}

#submenu ul ul li {
	font-weight: normal;
	color: white;
	list-style-image: url(../gfx/menu_bullet_dot_trans.gif);
}

#submenu ul ul li.selected {
	list-style-image: url(../gfx/menu_bullet_dot_white.gif);
}

#submenu a {
	color: #8c8c85;
}

#submenu ul li.selected a, #submenu ul ul li a {
	color: white;
}

/* GALLERY */
.gallery {
	
}
.gallery_image {
	border: 5px solid white;
	height: 210px;
	width: 310px;
}
.gallery_selector ul {
	list-style: none;	
	margin: 0;
	padding: 0;
	line-height: 36px;
}

.gallery_selector ul li {
	display: inline;
	background-color: #40403e;
	padding: 6px 10px 5px 10px;
	margin: 0 3px 0 0;
	color: #7d7d7a;
	cursor: pointer;
}

.gallery_selector ul li.selected {
	padding-top: 12px;
	background-color: white;
	color: #40403e;
}

.gallery_selector ul a {
	text-decoration: none;
	color: #7d7d7a;
}

/* FORM ELEMENTS */
.input_full, .textarea_full {
	border: 1px solid #40403e;

	font-family: Trebuchet MS;
	font-size: 9pt;
	color: #40403e;
	font-weight: bold;

	padding: 3px;
	margin: 3px;
	margin-bottom: 1px;
	margin-left: 0;

	width: 200px;
}

.textarea_full {
	width: 410px;
}

.button_small_blue {
	background-color: #40403e;
	border-color: #40403e;
	text-transform: uppercase;

	font-weight: bold;
	color: white;

	padding: 3px 10px 3px 10px;
	margin: 3px;
	margin-left: 0;
}