* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
	color: #000;
	background: #252525 url(../images/body_background.png) repeat-y center;
	min-width: 1000px;
}

a {
	color: #000;
	text-decoration: underline;
}

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

h1, h2, h3, h4 {
	color: #EB2A2B;
	font-weight: bold;
}

h1 {
	font-size: 22px;
	margin-bottom: 20px;
}

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

h3 {
	font-size: 15px;
	margin-bottom: 3px;
	margin-top: 15px;
}

h4 {
	font-size: 13px;
	margin-bottom: 13px;
	margin-top: 10px;
}

p {
	color: #000;
	margin: 13px 0;
}

img {
	border: 0;
}

li.last {
	clear: left;
}

div.errorExplanation {
	border: 2px solid #EB2A2E;
	padding: 0 20px 20px 20px;
	margin: 10px;
}

div.errorExplanation ul {
	margin-left: 20px;
}

div.notice, div.error {
	position: absolute;
	width: 400px;
	top: 300px;
	left: 500px;
	background: #fff;
	border: 4px solid #252525;
	padding: 20px;
}

div.error {
	border-color: #f33;
	color: #f33;
}

p.author_name {
	text-align: right;
	text-transform: uppercase;
}

ol.admin_links li {
	color: #EB2A2E;
	font-weight: bold;
	margin-top: 10px;
	border-top: 1px dashed #999;
}

ol.admin_links li p {
	color: #999;
}

textarea.plain_small {
	width: 33%;
	height: 60px;
}

textarea.wysiwyg {
	width: 99%;
	height: 300px;
}

#header {
	background: #121212 url(../images/header_background.png) repeat-x bottom;
	border-bottom: 1px solid #000;
	font-size: 11px;
}

#header_box {
	position: relative;
	width: 900px;
	height: 162px;
	margin: 0 auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#top_menu {
	height: 36px;
	background: transparent url(../images/top_menu_pattern.png) repeat-x;
	position: absolute;
	bottom: 0;
	right: 0;
	list-style-type: none;
	padding-right: 10px;
	z-index: 99;
}

#top_menu li {
	float: left;
	color: #fff;
	background: transparent url(../images/top_menu_list.png) no-repeat center left;
	padding: 11px 10px 11px 20px;
	font-size: 14px;
	line-height: 14px;
	border-left: 1px solid #2B2B2B;
	position: relative;
}

#top_menu li.first {
	height: 36px;
	padding: 0 6px;
	background: url(../images/top_menu_first.png) no-repeat;
	border: none;
}

#top_menu li.last {
	background: none;
	border: none;
}

#top_menu a {
	color: #fff;
	text-decoration: none;
}

#top_menu a:hover {
	text-decoration: underline;
}

#top_menu ul.article_children {
	display: none;
	position: absolute;
	list-style-type: none;
	top: 36px;
	left: 0px;
	background: #000;
	border: 1px solid #2B2B2B;
	border-top: none;
	min-width: 98%;
	opacity: 0.9;
}

#top_menu ul.article_children li {
	border: none;
	padding: 5px 11px 5px 20px;
	float: none;
	white-space: nowrap;
}

#top_menu ul.article_children li.last_child {
	border-top: 1px solid #2B2B2B;
	padding-top: 4px;
}

#additional_links {
	position: absolute;
	top: 4px;
	right: 4px;
}

#find_us_on {
	background: transparent url(../images/header_horizontalrule.png) left bottom no-repeat;
	padding-bottom: 4px;
}

#find_us_on a {
	margin: 0 10px 2px 10px;
	opacity: 0.7;
}

#find_us_on a:hover {
	opacity: 1.0;
}

#contact_us p, #user_panel p {
	color: #fff;
	text-align: right;
	padding-right: 6px;
}

#user_panel p {
	margin-top: -5px;
}

#contact_us a, #user_panel a {
	color: #A4C4E0;
}

#contact_us img.skype_icon {
	vertical-align: middle;
	padding: 0 7px;
}

#snowwater_logo {
	width: 142px;
	height: 91px;
	float: left;
	margin: 15px 0 0 15px;
}

#client_sentence {
	float: left;
	height: 122px;
	width: 300px;
	padding: 12px 20px 0 20px;
}

#client_sentence p {
	font-size: 12px;
	font-style: italic;
	color: #ddd;
}

#client_sentence p.author_name {
	font-size: 10px;
	font-style: normal;
}

#admin_links {
	position: absolute;
	padding: 5px 20px 5px 20px;
	background: #fff;
	border: 2px solid #000;
	margin: 3px;
}

#content {
	width: 900px;
	margin: 0 auto;
}

#flashy {
	width: 900px;
	height: 362px;
	position: relative;
}

#flashy_tabs {
	position: absolute;
	left: 0;
	top: 0;
	height: 202px;
	width: 170px;
	opacity: 0.7;
	background: #000;
	color: #fff;
	padding: 80px 5px;
	list-style-type: none;
	font-size: 14px;
	font-family: "Trebuchet MS", sans-serif;
}

#flashy_tabs li {
	margin: 24px 8px;
}

#flashy_tabs a {
	color: #fff;
	text-decoration: none;
}

#text_content {
	background: #fff url(../images/text_content_background.png) repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #252525;
	padding: 10px 20px;
}

#text_content a.no_underline, #text_content .no_underline, #text_content .no_underline a {
  text-decoration: none !important;
}

#text_content ol, #text_content ul {
	margin-left: 20px;
}

#text_content li {
	margin-top: 13px;
}

#text_content ol.form li {
	color: #EB2A2E;
	font-weight: bold;
	margin-top: 10px;
}

#text_content ol.form label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

#text_content div.bottom {
	clear: both;
}

#photo_blog {
  margin: 0 -3px 4px -2px;
}

#photo_blog a img.blog_photography {
  margin: 0;
  padding: 0;
  opacity: 1.0;
}

#photo_blog a:hover img.blog_photography {
  opacity: 0.8;
}

#footer {
	height: 60px;
	clear: both;
	background-color: #252525;
	border-top: 1px solid #737373;
	text-transform: uppercase;
	padding: 0 10px;
	font-size: 11px;
}

#footer p {
	color: #fff;
	float: left;
	margin: 0;
}

#footer p.copyright {
	width: 19%;
	margin-top: 21px;
}

#footer p.advertisement {
	margin-top: 6px;
	width: 80%;
	text-align: right;
}

#footer p.advertisement a {
	opacity: 0.7;
}

#footer p.advertisement a:hover {
	opacity: 1.0;
}

#footer p.advertisement img {
	margin-left: 15px;
}

#dialogWindow {
  position: fixed;
  background: #fff;
  border: 4px solid #000;
  padding: 20px 20px 0 20px;
  z-index: 101;
  width: 880px;
  overflow: auto;
}


#dialogWindow div.description p {
  text-align: center;
  font-weight: bold;
  color: #999;
}

#dialogWindow div.description p.author {
  color: #555;
}

#dialogWindow p.closeLink {
  font-weight: bold;
  text-align: center;
}

#dialogWindow div.photo {
  text-align: center;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 101;
}

#comments {
  border-top: 3px solid #000;
  margin: 20px auto;
  width: 500px;
}

#comments div.comment {
  border-bottom: 1px solid #999;
  padding: 3px;
}

#comments p.author {
  color: #555;
  margin-top: 0;
}

#comments p.body {
  color: #333;
}

#author_info {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: 1px;
}

#author_info p {
  color: #555;
  font-size: 10px;
  margin: 3px;
  padding: 0;
  text-align: center;
}

#author_info p a {
  color: #555;
}

#flashys {
  background-color: #333;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 260px;
  border-bottom: 1px solid #000;
}

body.welcome #flashys {
  height: 384px;
}

#flashys .flashy_fl {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
}

#flashy_00 { background-image: url('../images/flashy/00.jpg'); }
#flashy_01 { background-image: url('../images/flashy/01.jpg'); }
#flashy_02 { background-image: url('../images/flashy/02.jpg'); }
#flashy_03 { background-image: url('../images/flashy/03.jpg'); }
#flashy_04 { background-image: url('../images/flashy/04.jpg'); }
#flashy_05 { background-image: url('../images/flashy/05.jpg'); }
#flashy_06 { background-image: url('../images/flashy/06.jpg'); }
#flashy_07 { background-image: url('../images/flashy/07.jpg'); }
#flashy_08 { background-image: url('../images/flashy/08.jpg'); }
