﻿body 
{
	/*background-image: url(../Image/bkg_background.gif);
	background-repeat: repeat-x;*/
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #505141;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 704px;
	text-align: left;
}

#logo
{
	background-image: url(../Image/lgo_glassworks.gif);
	width: 209px;
	height: 53px;
	float: left;
}

#main_navigation
{
	background-image: url(../Image/bkg_background.gif);
	background-repeat: repeat-x;
	width: 495px;
	height: 35px;
	padding-top: 18px;
	float: right;
}

#picture
{
	background-image: url(../Image/pic_holder.jpg);
	width: 704px;
	height: 201px;
}

#picture_secondary
{
	background-image: url(../Image/pic_secondary.jpg);
	width: 704px;
	height: 90px;
}

#content
{
	background-image: url(../Image/bkg_content_09.gif);
	background-repeat: no-repeat;
	width: 704px;
	min-height: 240px;
}

#content_secondary a
{
	color: #D70043;
}

#content_secondary a:hover
{
	color: #D70043;
	text-decoration: none;
}

#content_secondary
{
	background-image: url(../Image/bkg_secondary_content.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 15px 15px 0 15px;
	width: 674px;
	min-height: 32px;
}

#content_secondary h1
{
	margin: 0;
	padding: 0;
	font-size: 16px;
}

#content_secondary h2
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #d70043;
}

#content_secondary h3
{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #d70043;
}

#left_bar
{
	padding-top: 77px;
	padding-left: 15px;
	padding-right: 15px;
	width: 401px;
	float: left;
}

#left_bar a
{
	color: #d20041;	
}

#left_bar a:hover
{
	color: #d20041;
	text-decoration: none;
}

#right_bar
{
	padding-top: 50px;
	padding-left: 25px;
	padding-right: 10px;
	width: 238px;
	float: right;
}

#right_bar hr
{
	border: none;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    color: #e7e7e7;
    margin: 1px 0 1px 0;
    padding: 0;
}

.clear
{
	clear: both;
}

#pink_bar
{
	background-color: #d70043;
	width: 704px;
	height: 5px;
}

#footer
{
	margin-top: 20px;
	background-image: url(../Image/bkg_footer_navigation.gif);
	width: 704px;
	height: 81px;
	color: #79766e;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
}

#footer_navigation
{
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}

#contact
{
	padding-top: 15px;
	padding-right: 22px;
	float: right;
}

#contact a
{
	color: #8eb521;
}

#contact a:hover
{
	color: #8eb521;
	text-decoration: none;
}

#contact_left
{
	float: left;
	width: 330px;
	height: 350px;
	padding-right: 20px;
	border-right: solid 1px #efefef;
	margin-right: 20px;
}

#contact_right
{
	float: left;
	width: 250px;
}

.float_right
{
	float: right;
}

#holder
{
    width: 775px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.border
{
	border: solid 3px #f6f5f3;
}

.photograph_border
{
    border-width:5px;
    border-color:#e7ecee;
    border-style:solid
}

hr
{
    border: none;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    color: #e7e7e7;
    margin: 1px 0 1px 0;
    padding: 0;
}

img
{
	border: none;
}

.alert
{
	color: #d20041;
	font-weight: bold;
}