@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 12px;
	background-color: #E6E6DE;
	line-height: 20px;
}
#container  {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/layout/img_header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 360px;
	background-color: #221F20;
} 
#header_topnav {
	font-size: 14px;
	font-weight: bold;
	color: #221F20;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	border: 1px none #221F20;
}
#header_marquee {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #221F20;
	padding: 10px;
	margin-bottom: 10px;
}
.-----------LEFTSIDE {
}
#sidebar_left  {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	margin-right: 10px;
}
#leftside_textbox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #C50951;
	border-right-color: #C50951;
	border-bottom-color: #C50951;
	border-left-color: #C50951;
	margin-bottom: 10px;
	padding: 10px;
}
#leftside_textbox_countdown {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #C50951;
	border-right-color: #C50951;
	border-bottom-color: #C50951;
	border-left-color: #C50951;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C50951;
	vertical-align: middle;
	text-align: center;
}

#leftside_textbox_190 {
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #C50951;
	border-right-color: #C50951;
	border-bottom-color: #C50951;
	border-left-color: #C50951;
}
#leftside_textbox_190_sponsor {
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #C50951;
	border-right-color: #C50951;
	border-bottom-color: #C50951;
	border-left-color: #C50951;
	background-color: #FFFFFF;
}
#leftside_textbox_newsletter {
	margin-bottom: 10px;
	background-image: url(../images/layout/subscribe_newsletter.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 170px;
	padding-top: 100px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #C50951;
	border-right-color: #C50951;
	border-bottom-color: #C50951;
	border-left-color: #C50951;
}
.----------RIGHTSIDE {
}
#sidebar_right  {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	margin-left: 10px;
}
#rightside_textbox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #C50951;
	border-right-color: #C50951;
	border-bottom-color: #C50951;
	border-left-color: #C50951;
	margin-bottom: 10px;
	padding: 10px;
}
#rightside_extras {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #C50951;
	border-right-color: #C50951;
	border-bottom-color: #C50951;
	border-left-color: #C50951;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
#rightside_regions {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #C50951;
	border-right-color: #C50951;
	border-bottom-color: #C50951;
	border-left-color: #C50951;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
#rightside_textbox_wrm {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #221F20;
	border-right-color: #221F20;
	border-bottom-color: #221F20;
	border-left-color: #221F20;
	margin-bottom: 10px;
}
#rightside_textbox_dark {
	margin-bottom: 10px;
	padding: 15px;
	text-align: center;
	border: 1px solid #221F20;
}
.----------MAINCONTENT {
}
#maincontent  {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding: 0px;
	text-align: justify;
} 
#maincontent_textbox {
	background-color: #D5D2CA;
	margin-bottom: 10px;
	padding: 35px;
	width: 430px;
}
#maincontent_slogan {
	color: #EE8A1D;
	padding: 10px;
	border: 1px dotted #C50951;
	margin-bottom: 35px;
	background-color: #E6E6DE;
}
#maincontent_wrm_name {
	color: #EE8A1D;
	padding: 10px;
	border: 1px dotted #C50951;
	background-color: #E6E6DE;
}
#maincontent_extras_horizontal {
	font-size: 10px;
	text-transform: uppercase;
	border: 1px dotted #999999;
	padding: 7px;
	margin-top: 15px;
}
#maincontent_list {
	background-color: #E6E6DE;
	margin-bottom: 10px;
	text-align: left;
	padding: 7px;
}
.----------FOOTER {
}
#footer  {
	padding: 0 10px 0 20px;
	text-align: right;
	font-size: 9px;
	text-transform: uppercase;
	background-color: #D5D2CA;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C50951;
	border-right-color: #C50951;
	border-bottom-color: #C50951;
	border-left-color: #C50951;
} 
#footer_content {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	color: #666666;
	vertical-align: top;
	height: 150px;
	padding: 35px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.----------IMAGES {

}
img { border: none; }
#homepage_featured {
	width: 190px;
	border: 7px solid #E6E6DE;
	height: 280px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.img_extras {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.img_wrm_logo {
	width: 150px;
	border: 5px solid #D5D2CA;
}
.img_extras_small {
	width: 10px;
}
.img_mapicon {
	float: left;
	margin-right: 15px;
}


.----------PHOTOGALLERY {

}
#content_gallery {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 25px;
	text-align: left;
}

.img_thumbnail_gallery {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: center;
	width: 200px;
}
.thumbnail_gallery_image {
	height: 100px;
	background-color: #E3E3E3;
	margin-bottom: 2px;
}
#gallery_NEXT {
	background-color: #435F76;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}
.img_gallery {
	height: 100px;
}
.thumbnail_gallery_caption {
	background-color: #E3E3E3;
	padding: 5px;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}
.photo_description {
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EBECEE;
	border-right-color: #EBECEE;
	border-bottom-color: #EBECEE;
	border-left-color: #EBECEE;
}
.photo_buy {
	padding: 2px;
	color: #435F76;
	background-color: #DAE0E5;
	text-align: center;
	font-size: 15px;
}
.photo_buyorder {
	padding: 2px;
	color: #435F76;
	background-color: #DAE0E5;
	text-align: center;
	font-size: 15px;
	margin-bottom: 2px;
}
.photo_order {
	border: 5px solid #ECECEC;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 70px;
}
.photo_price {
	padding: 2px;
	font-weight: bold;
	color: #000000;
}
.photo_name {
	padding: 2px;
}




.----------TEXT {
	font-size: 15px;
	font-weight: bold;
	color: #C50951;
}
.heading_box_pink {
	font-size: 17px;
	color: #C50951;
	background-color: #D5D2CA;
	padding: 5px;
	margin-bottom: 10px;
}
.heading_pink {
	font-size: 17px;
	color: #C50951;
}
.heading_black {
	font-size: 14px;
	font-weight: bold;
	color: #221F20;
}
.heading_list {
	font-size: 14px;
	font-weight: bold;
}
.----------FORM {
}
#button_pink {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C50951;
	padding: 5px;
}
.textfield_sidebarleft {
	font-size: 9px;
	padding: 2px;
	margin-bottom: 5px;
}

.----------LINKS {
}
a:link {
	color: #C50951;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #C50951;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #C50951;
}
a.topnavigation {
	float: left;
}
.topnavigation a:link {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #221F20;
	border-right-color: #221F20;
	border-bottom-color: #221F20;
	border-left-color: #221F20;
	padding: 10px;
	color: #221F20;
	font-weight: bold;
	float: left;
	margin-right: 5px;
}
.topnavigation a:visited {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #221F20;
	border-right-color: #221F20;
	border-bottom-color: #221F20;
	border-left-color: #221F20;
	padding: 10px;
	color: #221F20;
	font-weight: bold;
	float: left;
	margin-right: 5px;
}
.topnavigation a:hover {
	color:#FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #E6E6DE;
	border-right-color: #E6E6DE;
	border-bottom-color: #E6E6DE;
	border-left-color: #E6E6DE;
	background-color: #C50951;
	float: left;
	padding: 10px;
	margin-right: 5px;
}

a.whitelink {
	color:#ECECEC;
	font-weight: normal;
}
.whitelink a:link {
	color:#E6E6DE;
	text-decoration: none;
}
.whitelink a:visited {
	color:#E6E6DE;
	text-decoration: none;
}
.whitelink a:hover {
	text-decoration:underline;
	color:#ffffff;
}
.whitelink a:active {
	text-decoration:underline;
	color:#F0F0F0;
}
