/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #666666;
	margin: 0px;
	background: #DDDDDD;
}

label {
	float: left;
	width: 150px;
}

.clear {
	width: 100%;
	height: 1px;
	clear: both;
}

.red {
	color: #FF0000;
}

#captcha {
	padding: 0px 5px 0px 150px; /* top right bottom left */
}

/* layout Divs */

#container {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 1000px;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/template/header.png) no-repeat;
}

#content {
	width: 980px;
	height: auto;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#content #contentRight .intro {
	float: left;
	width: 600px;
	height: auto;
}

#content #contentRight {
	float: left;
	width: 760px;
	height: auto;
	background-image: url(../images/template/default/page-curl.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0px 5px 30px 0px; /* top right bottom left */
}

#content #contentRight a {
	text-decoration: none;
	color: #0066FF;
}

#vmenu {
	float: left;
	width: 200px;
	height: auto;
}

#vmenu ul {
	margin: 0px 5px 0px -40px; /* top right bottom left */
	margin-bottom: -1px;
}

#vmenu li {
	height: 25px;
	width: 175px;
	list-style: none;
	padding: 0px 5px 0px 0px; /* top right bottom left */
	background: #4287BE;
	line-height: 25px;
	border-bottom: 1px solid #FFFFFF;
}

#vmenu li a {
	display: block;
	width: 178px;
	height: 25px;
	text-decoration: none;
	padding: 0px 0px 0px 5px; /* top right bottom left */
	color: #CCCCCC;
	background: url(../images/template/vmenu-bg.png) repeat-x;
}

#vmenu li a:hover {
	color: #FFFFFF;
	background: url(../images/template/vmenu-a-hover-bg.png) repeat-x;
}

#footer {
	width: 980px;
	height: 75px;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
}


#footer #address {
	float: right;
	font-size: 10px;
	padding: 10px 40px 0px 0px; /* top right bottom left */
}

/* Home Page Blocks */

.hpBlock {
	float: left;
	width: 320px;
	height: auto;
	margin: 0px 20px 20px 0px; /* top right bottom left */
}

.hpBlock h4 {
	width: 100%;
	height: 25px;
	background: url(../images/template/vmenu-bg.png) repeat-x;
	color: #FFFFFF;
	line-height: 25px;
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.hpBlock li {
	margin: 0px 0px 0px -20px; /* top right bottom left */
}

.snetwork {
	float: right;
	padding: 10px 100px 10px 0px; /* top right bottom left */
}

.hpBlock form label {
	float: left;
	width: 50px;
}

.hpBlock a {
	text-decoration: none;
	color: #0066FF;
}

.hpBlock a:hover {
	color: #FF6600;
}

/* Gallery */

#content #contentRight .imageContainer {
	float: left;
	width: 230px;
	height: 230px;
	overflow: hidden;
	padding: 3px 3px 3px 3px; /* top right bottom left */
	margin: 3px 3px 3px 3px; /* top right bottom left */
	border: 1px solid #CCCCCC;
	text-align: center;
}

#content #contentRight .imageInnerContainer {
	width: 230px;
	height: 150px;
	overflow: hidden;
}

/* Links */

#content #contentRight #xLinks li {
	padding: 0px 0px 20px 0px; /* top right bottom left */
}
