body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	background-color: #030239;
	text-align: center;
	margin: auto;
}


/***************************************************************************************************************

	This section defines the 
	Links 

****************************************************************************************************************/
a, a:link, a:visited, a:active {
	color: #d6ab51;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF8C00;
}

.side-links {
	text-align: left;
	line-height: 0.65cm;
	padding-left: 10px;
	vertical-align: bottom;
}

/************************************************************************************************************************
 *
 *	This is the section defining the 
 *	main sections for the layout
 *
 *************************************************************************************************************************/

table#main_outer {
	text-align: center;
	width: 100%;
	height: 100%;
	
}

table#inner_table_bg {
	text-align: center;
	padding: 0 0 0 0;
	margin: 0px 0px 0px 0px;
	background-color: #191854;
	border: solid #676767 1px;
}

table#buttons_table{
	background-color: #707093;
	width: 100%;
	height: auto;
}

#img_head {
	background-image: url(../../images/bg_01.gif);
	height: 50px;
	width: 800px;
}

.button_images {
	height: 145px;
	width: 145px;
	background-color: #707093;
}

.footer_info {
	width: 800px;
	color: #737374;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: bottom;
	font-size: 10pt;
}

#content {
	border: solid gray 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: white;
	font-weight: bold;
	height: 500px;
	width: 100%;
	background-color: #707093;
}

.content {
	height: auto;
	width: 500px;
	font-size: 10pt;
	text-align: left;
	color: #ffffff;
}
/***********************************************************************************************************************************

This section defines the page elements

************************************************************************************************************************************/
img {
	border: 0px;
}

.gallery_image {
	border: solid #030239 1px;
}

.gallery_title {
	text-align: center;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	font-size: 15pt;
}

.page-heading {
	font-size: 12pt;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.topimages {
	position: relative;
	height: 125px;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
}

.leftimages {
	position: relative;
	float: left;
	width: 120px;
	height: 100%;
	margin-bottom: 3px;
  margin-top: 3px;
  margin-right: 5px;
  margin-left: 3px;
}

.pagetext{
	position: relative;
	float: right;
	vertical-align: bottom;
	text-align: justify;
	margin: 10px 10px 10px 10px;
}

input, select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.question {
	margin-bottom: 5px;
	cursor: pointer;
}

.answer {
	font-style: italic;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}


.contactus_container{
	width: 100%;
	background-color: #060603;
	position: relative;
	text-align: center;
	height: 320px;
	/*border: solid red 2px;*/
}

.salesimages {
	float: center;
	height: 250px;
	/*border: solid green 1px;*/
	width: 150px;
	text-align: center;
}

.salesinfo {
	text-align: center;
	position: relative;
	top: -80px;
	font-size: 9pt;
	/*border: solid blue 1px;*/
	width: 145px;
}

.salesserving {
	margin-top: 15px;
	height: 50px;
	/*border: solid gray 1px;*/
	width: 145px;
}

.salesname {
	font-size: 12pt;
	font-weight: bold;
}
/***********************************************************************************************************************************

	This section defines the styles for DEBUG mode

************************************************************************************************************************************/


.debug_1 {
	border-top: solid red 5px;
	border-bottom: solid red 5px;
	background-color: #F6CECE;
	margin: 3px;
	font-weight: bold;
	font-size: 16pt;
}

.debug_2 {
	border-top: solid maroon 4px;
	border-bottom: solid maroon 4px;
	background-color: #F8E0E0;
	margin: 3px;
	font-weight: bold;
	font-size: 14pt;
}

.debug_3 {
	border-top: solid orange 3px;
	border-bottom: solid orange 3px;
	background-color: #F6E3CE;
	margin: 3px;
	font-weight: bold;
	font-size: 12pt;
}

.debug_4 {
	border-top: solid #088A08 2px;
	border-bottom: solid #088A08 2px;
	background-color: #CEF6CE;
	margin: 3px;
	font-weight: bold;
	font-size: 10pt;
}

.debug_5 {
	border-top: solid #0404B4 2px;
	border-bottom: solid #0404B4 2px;
	background-color: #CECEF6;
	margin: 3px;
	padding: 5px;
	font-weight: bold;
	font-size: 8pt;
}
