body{
	color: #f1f1f1;
/* 	background: url("rsc/bgtile2.png") fixed; */
	background-color: #eee;
	margin-bottom: 50px;
	font-family: serif;
	font-size: 16px;
}

div#banner{
	margin: 0px;
	z-index: -1;
	/*box-shadow: 20px 20px 20px #222;*/
}

div#banner img{
/* 	border-radius: 15px; */
}


div#maindiv {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div#middle_section {
	display: table;
	margin-top: -2px;
	height: auto;
}

div#middle_section_row{
	display: table-row;
}

/* General */

img{
	border: 0px;
}

img.textimage{
	float: left;
}

.page_heading {
/* 	margin-left: 65px; */
	margin-bottom: 40px;
}

h3{
	padding-top: 42px;
}

a{
	text-decoration: underline;
	font-style: italic;
	color:#ddd;
}

a:hover{
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px 5px #000;
}


/* Menu */
div#menu{
	display: table-cell;
	vertical-align: top;
	/*background-image: url("rsc/pho_seg_tile.png");*/
/* 	border-radius: 15px; */
	z-index: 1;
	margin: 0px;
/* 	margin-left: 0px; */
}

ul#menu_content{
	list-style-type: none;
/* 	text-shadow: 1px 2px 2px #000; */
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	height: 300px;
	font-family: "Sans";
	font-weight: bold;
	width: 226px;
	background-image: url("rsc/menu_item_bg.png");
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}


img#price_tag{
	position: absolute;
	top: 120px;
}

.menu_item{
	display: block;
	padding: 12px 30px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
/* 	color:#07226f; */
	color:#6f2207;
	text-decoration: none;
	text-shadow: 1px 2px 10px #fff;
	font-style: normal;
}

.active{
/* 	background-color: #060675; */
	background-color: #750606;
	color: #fff;
	text-shadow: 1px 2px 10px #fff;
}

.menu_item:hover{
/* 	background-color: #44c; */
	background-color: #c44;
	color: #fff;
	text-shadow: 1px 2px 10px #fff;
}

/* Content */
div#content{
	display: table-cell;
	width: 100%;
/* 	background-image: url("rsc/bg_overlay.png?v=1"); */
	background-color: rgba(117, 6, 6, 0.95);
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
/* 	box-shadow: 20px 20px 20px #222; */
}

div#content_text{
/* 	text-shadow: 4px 4px 3px #000; */
	padding-left: 40px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	font: 15px Arial;
}

div#footer{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}


/* Page Services */
img#codesymbol{
	float: right;
	margin-left: 20px;
}

img#websymbol{
	float: left;
	margin-right: 20px;
	padding-bottom: 10px;
}

img#unixsymbol {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

a.backtotop{
	float: right;
}

/* Page Contact  */
.contact_heading{
	margin-bottom: 5px;
}

.contact_section{
	margin-bottom: 10px;
}

/* Page Rescue */
#rescue_checklist{
	border: 2px dashed white;
	background-color: #f5a710;
 	text-shadow: 1px 1px 2px black;
	color: #fff;
	font-weight: bold;
	font-family: sans;
	padding: 10px;
	margin-bottom: 30px;
}

/* Elements */
.info_box{
	background-color: #c5d3ff;
/* 	background-image: url("/rsc/info_background.png"); */
	background-repeat: no-repeat;
	background-position: center;
	text-shadow: none;
	color: black;
	font-family: sans;
	padding: 10px;
	border: 2px dashed black;
}

.info_background{
	float: right;
	transition: transform 4s;
	-moz-transition: transform 4s;
	-webkit-transition: transform 4s;
	-o-transition: transform 4s;
}

.info_background:hover{
	transform: rotate(1080deg);
	-moz-transform: rotate(1080deg);
	-webkit-transform: rotate(1080deg);
	-ms-transform: rotate(1080deg);
}

.warn_background{
	float: right;
	transition: transform 1.6s;
	-moz-transition: transform 1.6s;
	-webkit-transition: transform 1.6s;
	-o-transition: transform 1.6s;
}
.warn_background:hover{
	transform: scale(1.7,1.7);
	-moz-transform: scale(1.7,1.7);
	-webkit-transform: scale(1.7,1.7);
	-ms-transform: scale(1.7,1.7);
}


.info_title{
	font-weight: bold;
	margin-bottom: 7px;
}

.link_button, .link_button_s{
	background-color: #c5d3ff;
	color: black;
	font-weight: bold;
	font-size: 40px;
	font-style: normal;
	font-family: Arial;
	border-radius: 30px;
	text-shadow: none;
	text-decoration: none;
	padding: 10px;
	padding-right: 20px;
 	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
	display:block;
	position: relative;
}
.link_button:hover, .link_button_s:hover{
/* 	border: 1px solid black; */
/* 	padding: 9px; */
/* 	padding-right: 19px; */
	text-shadow: none;
	color: black;
	background-color: #b5c3ef;
}

.link_button_icon, .link_button_icon_s{
	text-align: left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 7px;
	padding-left: 20px;
	z-index: 10;
	transition: transform 1s;
	-moz-transition: transform 1s;
	-webkit-transition: transform 1s;
	-o-transition: transform 1s;
}
.link_button_icon:hover{
	transform: translateX(100px);
	-moz-transform: translateX(100px);
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
}
.link_button_icon_s:hover{
	transform: translateX(30px);
	-moz-transform: translateX(30px);
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
}

.link_button_s{
	font-size: 14px;
	margin: 0px;
}

.link_button_icon_s{
	padding-left: 10px;
	padding-top: 8px;
}

.price_table{
/* 	border-spacing: 0px; */
	border-collapse: collapse;
}

.price_table td{
	padding: 3px 7px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

.price_table .main_cell{
	padding-right: 10px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;

}

table#team{
	border-spacing: 20px;
/* 	border-collapse: collapse; */
}

table#team td{
	border-bottom: white 2px solid;
	border-left: white 2px solid;
	padding: 2px 10px;
}