#content {

	position: relative;
	z-index: 1;
}

#content .shadow {

	position: absolute;
	left: 0;
	top: 48px;
	width: 100%;
	height: 458px;
	background: url(../images/shadow-vertical.png) center top repeat-y;
	visibility: hidden;
}

#content .shadow .t {

	position: absolute;
	width: 100%;
	height: 85px;
	left: 0;
	top: -85px;
	background: url(../images/shadow-horisontal.png) center top no-repeat;
}

#content .shadow .b {

	position: absolute;
	width: 100%;
	height: 123px;
	bottom: -123px;
	background: url(../images/shadow-horisontal.png) center bottom no-repeat;
}

#content .shadow .b .l {

	position: absolute;
	left: -77px;
	bottom: -4px;
	width: 78px;
	height: 135px;
	background: url(../images/shadow-corners.png) bottom left no-repeat;
}

#content .shadow .b .r {

	position: absolute;
	right: -76px;
	bottom: -4px;
	width: 76px;
	height: 135px;
	background: url(../images/shadow-corners.png) bottom right no-repeat;
}

#left-col {

	float: left;
	width: 708px;
	position: relative;
	background: #000;
	z-index: 10;
}

#right-col {

	float: left;
	width: 268px;
	left: -1px;
	position: relative;
	background: #000;
	z-index: 11;
}


.border {

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}


.border .l {

	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #3d5462 url(../images/border.png) repeat-y;
}

.border .r {

	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #3d5462 url(../images/border.png) repeat-y;
}

.border .t {

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	font-size: 0;
	line-height: 0;
	background: #3d5462 url(../images/border.png) repeat-x;
}

.border .b {

	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	font-size: 0;
	line-height: 0;
	background: #3d5462 url(../images/border.png) bottom repeat-x;
}


.border .tl {

	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 4px;
	font-size: 0;
	line-height: 0;
	background: url(../images/border-corners.png) no-repeat;
}

.border .tr {

	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
	height: 4px;
	font-size: 0;
	line-height: 0;
	background: url(../images/border-corners.png) top right no-repeat;
}

.border .bl {

	position: absolute;
	left: 0;
	bottom: 0;
	width: 4px;
	height: 4px;
	font-size: 0;
	line-height: 0;
	background: url(../images/border-corners.png) bottom left no-repeat;
}

.border .br {

	position: absolute;
	right: 0;
	bottom: 0;
	width: 4px;
	height: 4px;
	font-size: 0;
	line-height: 0;
	background: url(../images/border-corners.png) bottom right no-repeat;
}


#page-content {

	position: relative;
	z-index: 100;
	margin: 10px;
	background: #fff;
	border: 1px solid #c7c7c7;
	padding-top: 6px;
	text-align: center;
	font-family: 'Trebuchet MS',Verdana,sans-serif;
}

#page-content .header-image {

	padding-bottom: 18px;
}

#page-content p {

	text-align: left;
	font-size: 13px;
	color: #2c2c2c;
	margin: 0;
	padding: 0 30px 13px 30px;
	line-height: 20px;
}

#page-content p a {

	color: #0078aa;
}

#page-content p img.left {
	float: left;
	margin: 5px 15px 0 0;
	position: relative;
}

#page-content p img.right {
	float: right;
	margin: 5px 0 0 15px;
	position: relative;
}

#page-content h2 {

	text-align: left;
	color: #0078aa;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 9px 30px;
}


#page-content .tl {

	position: absolute;
	left: -1px;
	top: -1px;
	width: 2px;
	height: 2px;
	font-size: 0;
	line-height: 0;
	z-index: 200;
	background: url(../images/white-border-corners.png) top left no-repeat;
}

#page-content .tr {

	position: absolute;
	right: -1px;
	top: -1px;
	width: 2px;
	height: 2px;
	font-size: 0;
	line-height: 0;
	z-index: 200;
	background: url(../images/white-border-corners.png) top right no-repeat;
}

#page-content .bl {

	position: absolute;
	left: -1px;
	bottom: -1px;
	width: 2px;
	height: 2px;
	font-size: 0;
	line-height: 0;
	z-index: 200;
	background: url(../images/white-border-corners.png) bottom left no-repeat;
}

#page-content .br {

	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 2px;
	height: 2px;
	font-size: 0;
	line-height: 0;
	z-index: 200;
	background: url(../images/white-border-corners.png) bottom right no-repeat;
}

#box-container {

	position: relative;
	z-index: 100;
	width: 258px;
	margin-top: 10px;
	float: right;
	right: 10px;
}

#box-container .box {

	float: left;
	clear: left;
	width: 256px;
	background: #001017 url(../images/boxbg.png) top right no-repeat;
	border: 1px solid #26353d;
	margin-bottom: 10px;
	font-family: 'Trebuchet MS',Verdana,sans-serif;
	line-height: 16px;
}

#box-container .box h4 {

	float: left;
	margin: 0;
	padding: 15px 0 0 14px;
	font-size: 11px;
	font-weight: normal;
	color: #449cc1;
	text-transform: uppercase;
}

#box-container .blog, #box-container .categories {

	padding-bottom: 5px;
}

#box-container .blog ul, #box-container .categories ul {

	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-top: 14px;
}

#box-container .blog ul li, #box-container .categories ul li {

	list-style-type: none;
	font-size: 12px;
	height: 37px;
	width: 218px;
	margin: 0 auto;
	padding: 4px 4px 0 24px;
	font-size: 12px;
	background: url(../images/bullet.gif) 8px 7px no-repeat;
	overflow: hidden;
}

#box-container .categories ul li {

	height: 22px;
}

#box-container .blog ul li.even, #box-container .categories ul li.even {

	background-color: #202e34;
	/*border: 1px solid #132228;
	border-left: 0;
	border-right: 0;
	*/
}

#box-container .blog ul li a, #box-container .categories ul li a {

	color: #a3a3a3;
	display:block;
}

#box-container .blog ul li a:hover, #box-container .categories ul li a:hover {

	text-decoration: none;
	color: #9ac6d9;
}

#box-container .testimonials blockquote {

	float: left;
	clear: left;
	background: url(../images/quote_open.gif) 20px 0 no-repeat;
	font-size: 12px;
	color: #b3b3b3;
	font-family: 'Trebuchet MS',Verdana,sans-serif;
	padding:0;
	margin: 0;
	margin-top: 14px;
	width: 240px;
	padding-left: 20px;
}

#box-container .testimonials blockquote p {

	padding: 0;
	margin: 0;
}

#box-container .testimonials blockquote span {

	background: url(../images/quote_close.gif) right bottom no-repeat;
	padding: 0 21px;
}

#box-container .testimonials .author {

	clear: both;
	text-align: right;
	color: #55a5c6;
	font-size: 12px;
	padding: 20px 17px 17px 0;
}

#box-container .gallery .flash {

	float: left;
	clear: left;
	width: 224px;
	height: 184px;
	margin-top: 14px;
	padding-bottom: 10px;
	padding-left: 16px;
}


#footer {

	clear: both;
	float: left;
	width: 708px;
}

#footer ul {

	width: 445px;
}

.wbox {

	position: relative;
	background: #fff url(../images/wbox-gradient.png) repeat-x;
}

.wbox .l {

	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: url(../images/wbox-vertical.png) repeat-y;
	z-index: 1;
}

.wbox .r {

	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: url(../images/wbox-vertical.png) right top repeat-y;
	z-index: 2;
}

.wbox .t {

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background: url(../images/wbox-horisontal.png) repeat-x;
	z-index: 3;
}

.wbox .t .l {

	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 5px;
	overflow: hidden;
	background: url(../images/wbox-corners.png) no-repeat;
}


.wbox .t .r {

	position: absolute;
	right: 0;
	top: 0;
	width: 5px;
	height: 5px;
	overflow: hidden;
	background: url(../images/wbox-corners.png) right top no-repeat;
}

.wbox .b {

	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: url(../images/wbox-horisontal.png) left bottom repeat-x;
	z-index: 4;
}

.wbox .b .l {

	position: absolute;
	left: 0;
	top: -3px;
	width: 5px;
	height: 5px;
	background: url(../images/wbox-corners.png) left bottom no-repeat;
}


.wbox .b .r {

	position: absolute;
	right: 0;
	top: -3px;
	width: 5px;
	height: 5px;
	background: url(../images/wbox-corners.png) right bottom no-repeat;
}


.bbox {

	position: relative;
	background: #000 url(../images/bbox-gradient.png) repeat-x;
}

.bbox .l {

	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: url(../images/bbox-border.png) repeat-y;
	z-index: 1;
}

.bbox .r {

	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: url(../images/bbox-border.png) right repeat-y;
	z-index: 2;
}

.bbox .t {

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: url(../images/bbox-border.png) repeat-x;
	z-index: 3;
}

.bbox .t .l {

	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 4px;
	overflow: hidden;
	background: url(../images/bbox-corners.png) no-repeat;
}


.bbox .t .r {

	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
	height: 4px;
	overflow: hidden;
	background: url(../images/bbox-corners.png) top right no-repeat;
}

.bbox .b {

	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: url(../images/bbox-border.png) left bottom repeat-x;
	z-index: 4;
}

.bbox .b .l {

	position: absolute;
	left: 0;
	top: -3px;
	width: 4px;
	height: 4px;
	background: url(../images/bbox-corners.png) left bottom no-repeat;
}


.bbox .b .r {

	position: absolute;
	right: 0;
	top: -3px;
	width: 4px;
	height: 4px;
	background: url(../images/bbox-corners.png) right bottom no-repeat;
}


.bbox .binput {

	position: relative;
	background: #2d2d2d url(../images/binput-bg.png) repeat;
}

.bbox .binput .l {

	position: absolute;
	left: -4px;
	top: 0;
	width: 4px;
	height: 100%;
	background: url(../images/binput-vertical.png) repeat-y;
}

.bbox .binput .r {

	position: absolute;
	right: -4px;
	top: 0;
	width: 4px;
	height: 100%;
	background: url(../images/binput-vertical.png) right repeat-y;
}

.bbox .binput .t {

	position: absolute;
	left: 0;
	top: -4px;
	width: 100%;
	height: 4px;
	background: url(../images/binput-horisontal.png) repeat-x;
}

.bbox .binput .t .l {

	position: absolute;
	left: -4px;
	top: 0;
	width: 4px;
	height: 4px;
	overflow: hidden;
	overflow: hidden;
	background: url(../images/binput-leftcorners.gif) no-repeat;
}

.bbox .binput .t .r {

	position: absolute;
	right: -4px;
	top: 0;
	width: 4px;
	height: 4px;
	overflow: hidden;
	background: url(../images/binput-rightcorners.gif) right top no-repeat;
}

.bbox .binput .b {

	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 4px;
	background: url(../images/binput-horisontal.png) bottom left repeat-x;
}

.bbox .binput .b .l {

	position: absolute;
	left: -4px;
	top: 0;
	width: 4px;
	height: 4px;
	background: url(../images/binput-leftcorners.gif) bottom left no-repeat;
}

.bbox .binput .b .r {

	position: absolute;
	right: -4px;
	top: 0;
	width: 4px;
	height: 4px;
	background: url(../images/binput-rightcorners.gif) bottom right no-repeat;
}
