@charset "utf-8";
/* CSS Document */

body, html {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;
	background-color:		#333;
	margin:					0px;
	padding:				0px;
	color:					#dadce2;
}

p, td, li {
	font-size:				14px;
	line-height:			21px;
	margin-bottom:			10px;
}

h1 {
	font-size:				24px;
	line-height:			34px;
	font-weight:			normal;
}

h2 {
	font-size:				18px;
	line-height:			34px;
	font-weight:			normal;
}

a {
	color:					#dadce2;
}

textarea {
	width:					300px;
	height:					100px;
	border:					1px solid #000000;
	margin-top:				-15px;
	overflow:				auto;
}


.formfield {
	width:					300px;
	border:					1px solid #000000;
	margin-top:				-15px;
}

.button {
	width:					100px;
	border:					1px solid #000000;
	margin-top:				5px;
}

#container1 {
	width:					794px;
	padding-top:			20px;
	margin-left:			auto;
	margin-right:			auto;
}

#shadow-top {
	width:					794px;
	height:					14px;
	background-image:		url(http://digishock.com/images/shadow-top.png);
	margin-left:			auto;
	margin-right:			auto;
}

#container2 {
	background-image:		url(http://digishock.com/images/bg.png);
	background-repeat:		repeat-y;
	background-position:	center;
}

#container3 {
	width:					766px;
	margin-left:			auto;
	margin-right:			auto;
}

#topmenu {
	height:					23px;
	border-bottom:			1px solid #000;
}

#topmenulinks {
	text-align:				right;
	font-style:				italic;
	font-size:				14px;
}

#topmenulinks a {
	text-decoration:		none;
	margin-right:			7px;
	color:					#777b7d;
}

#logo {
	height:					98px;
}

#header {
	height:					155px;
	border-bottom:			1px solid #000;
}

#submenu {
	height:					35px;
	background-image:		url(http://digishock.com/images/submenu.png);
}

#submenulinks {
	text-align:				center;
	padding-top:			1px;
}

#submenulinks a {
	text-decoration:		none;
	margin-right:			15px;
	margin-left:			15px;
	font-style:				italic;
	font-weight:			bold;
	color:					#fff;
}

#content {
	background-image:		url(http://digishock.com/images/content.png);
	margin-left:			10px;
	margin-right:			10px;
}

#c23left {
	width:					490px;
	float:					left;
}

#c13right {
	width:					245px;
	float:					right;
}

#c12left {
	width:					368px;
	float:					left;
}

#c12right {
	width:					368px;
	float:					right;
}

#footer {
	height:					54px;
	background-image:		url(http://digishock.com/images/footer.png);
	background-repeat:		repeat-x;
	clear:					both;
}

#footer p {
	margin-top:				10px;
	color:					#777b7d;
	text-align:				center;
	font-style:				italic;
	font-size:				10px;
	padding-top:			20px;
}

#shadow-bottom {
	width:					794px;
	height:					14px;
	background-image:		url(http://digishock.com/images/shadow-bottom.png);
	margin-left:			auto;
	margin-right:			auto;
}