/* Reset all */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end reset */

body {
	background: #666666;
	font-family: tahoma, sans-serif;
	font-size: 13px;
	color: #fff;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #fff;
}

img, div, a { behavior: url('/images/iepngfix.htc') }

h1 {
	font-size: 31px;
}

h2 {
	font-size: 18px;
	margin-top: 12px;
	margin-bottom: 12px;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.container {
	width: 835px;
	_width: 880px;
}
.container .container_left {
	float: left;
	margin-left:38px;
	margin-top:38px;
	width: 696px;
}
.container .container_right {
	float: left;
	width: 101px;
}
.container .container_right ul#menu{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width: 101px;
	margin-top:38px;
}
.container .container_right ul#menu li {
	float: left;
	margin-bottom: 13px;
}
.container .container_right ul#menu li a {
	width: 101px;
	border: 1px solid #999999;
	display:block;
	line-height:100%;
	padding-bottom:10px;
	padding-top:75px;
	text-align:center;
	font-size: 15px;
	font-weight: bold;
}
.col_left {
	float: left;
	width: 50%;
}
.col_right {
	float: left;
	width: 45%;
}

/* Gallery */

.gBlock {
	width: 101px;
	height: 101px;
	border: 1px solid #999999;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
#gBlocks {
	width: 575px; 
}

/* end Gallery*/

/* Contact */

#posName, #posEmail, #posRegard, #posText {
	background:#666666 none repeat scroll 0 0;
	border:1px solid #999999;
	color:#FFFFFF;
}

#posText {
	width: 373px;
	height: 150px;
}

#sendContactEmail {
	background:#666666 none repeat scroll 0 0;
	border:1px solid #999999;
	color:#FFFFFF;
}

#cForm {
	width: 80%;	
}
#cForm p {
	padding: 0;
}

/* end Contact */