html
{
	background-color: #202733;	
	color: #FFFFFF;
	font-family: arial, sans serif;
}
body
{
	text-align: center;
	background-color: #202733;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #FFFFFF;
	font-family: arial, sans serif;
}

hr
{
	color: #202733;
	border: 1px solid;
}

/*A standard containers to be used across the website */
.standardbox
{
	text-align: center;
	margin: 0px auto;
	width: 500px;
	background-color: #7089b3;
	color: #FFFFFF;
	font-family: arial, san serif;
	font-weight: bold;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 10px;
}

.text_field
{
	border: none;
	color: #008aff;
	margin: 1px 0;
	padding: 5px 5px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;	
	
}
/* --------------------------------------------------- */

/*CONTENT CONTAINERS*/
/*---------------------------------------------------- */
/*outermost container of the website*/
#container
{
	text-align: center;
	position: relative;
	top: 60px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: none;
	min-height: 502px;
	width: 1000px;
	margin: 0px auto;
	padding-bottom: 20px;
}

/*second container, perhaps the entire inner box.*/
#innerbox
{
	text-align: center;
	position: relative;
	top: 0px;
	background-color: #7e99c8;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: #bee6ff 2px solid;
	min-height: 500px;
	width: 930px;	
	left: 70px;
	display: inline block;
	padding-bottom: 20px;
}

/*admin section background for now until the site is full operationl.*/
#innerboxadmin
{
	text-align: center;
	position: relative;
	top: 20px;
	margin-bottom: 20px;
	background-color: #7e99c8;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: #bee6ff 2px solid;
	min-height: 500px;
	width: 900px;	
	display: inline block;
}
/*---------------------------------------------------- */

/*MENU & MENU BUTTONS*/
/*---------------------------------------------------- */

/*HOME MENU BUTTON*/
#homebutton
{
	position: absolute;
	height: 70px;
	width: 70px;
	left: -2px;
	margin-top: 30px;
	border: #bee6ff 2px solid;
	-moz-border-radius-topleft: 20px; 
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px; 
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px; 
	-webkit-border-bottom-right-radius: 20px;
	background-color: #404e66;
	float: left;
	z-index: 2;
}

#homebutton:hover
{
	background-color: #7e99c8;
	border: ##bee6ff 2px solid;
	color: #FFFFFF;
	border-right: #7e99c8 2px solid;
}

#homebutton a:link, #homebutton a:visited, #homebutton a:active
{
	color: #FFFFFF;
}

#homebutton a:hover
{
	color: #FFFFFF;
}

/*GALLERY BUTTON*/
#gallerybutton
{
	position: absolute;
	height: 70px;
	width: 70px;
	left: -2px;
	margin-top: 115px;
	border: #bee6ff 2px solid;
	-moz-border-radius-topleft: 20px; 
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px; 
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px; 
	-webkit-border-bottom-right-radius: 20px;
	background-color: #404e66;
	float: left;
	z-index: 2;
}

#gallerybutton:hover
{
	background-color: #7e99c8;
	border: ##bee6ff 2px solid;
	color: #FFFFFF;
	border-right: #7e99c8 2px solid;
}

#gallerybutton a:link, #gallerybutton a:visited, #gallerybutton a:active
{
	color: #FFFFFF;
}

#gallerybutton a:hover
{
	color: #FFFFFF;
}

/*QUEUE BUTTON*/
#queuebutton
{
	position: absolute;
	height: 70px;
	width: 70px;
	left: -2px;
	margin-top: 370px;
	border: #bee6ff 2px solid;
	-moz-border-radius-topleft: 20px; 
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px; 
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px; 
	-webkit-border-bottom-right-radius: 20px;
	background-color: #404e66;
	float: left;
	z-index: 2;
}

#queuebutton:hover
{
	background-color: #7e99c8;
	border: ##bee6ff 2px solid;
	color: #FFFFFF;
	border-right: #7e99c8 2px solid;
}

#queuebutton a:link, #queuebutton a:visited, #queuebutton a:active
{
	color: #FFFFFF;
}

#queuebutton a:hover
{
	color: #FFFFFF;
}

/*---------------------------------------------------- */

/*CONTACT BUTTON*/
#contactbutton
{
	position: absolute;
	height: 70px;
	width: 70px;
	left: -2px;
	margin-top: 200px;
	border: #bee6ff 2px solid;
	-moz-border-radius-topleft: 20px; 
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px; 
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px; 
	-webkit-border-bottom-right-radius: 20px;
	background-color: #404e66;
	float: left;
	z-index: 2;
}

#contactbutton:hover
{
	background-color: #7e99c8;
	border: ##bee6ff 2px solid;
	color: #FFFFFF;
	border-right: #7e99c8 2px solid;
}

#contactbutton a:link, #contactbutton a:visited, #contactbutton a:active
{
	color: #FFFFFF;
}

#contactbutton a:hover
{
	color: #FFFFFF;
}

/*---------------------------------------------------- */

/*COMMISSION BUTTON*/
#commissionbutton
{
	position: absolute;
	height: 70px;
	width: 70px;
	left: -2px;
	margin-top: 285px;
	border: #bee6ff 2px solid;
	-moz-border-radius-topleft: 20px; 
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px; 
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px; 
	-webkit-border-bottom-right-radius: 20px;
	background-color: #404e66;
	float: left;
	z-index: 2;
}

#commissionbutton:hover
{
	background-color: #7e99c8;
	border: ##bee6ff 2px solid;
	color: #FFFFFF;
	border-right: #7e99c8 2px solid;
}

#commissionbutton a:link, #commissionbutton a:visited, #commissionbutton a:active
{
	color: #FFFFFF;
}

#commissionbutton a:hover
{
	color: #FFFFFF;
}

/*---------------------------------------------------- */

/*==========================================================================================================================================
QUEUE SECTION BOXES
============================================================================================================================================*/

.queuebox
{

	width: 855px;
	min-height: 20px;
	background: #506280;
	border: #AAAAAA 1px solid;
	clear: both;
	margin: 0px auto;
	position: relative;
	padding: 10px;
	font-family: arial, sans serif;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	
}

.namebox
{

	width: 384px;
	float: left;
	margin-right: 10px;
	text-align: left;
	border: none;
	font-family: arial, sans serif;
	position: relative;

}

.amountbox
{

	width: 116px;
	float: left;
	margin-right: 10px;
	text-align: center;
	border: none;
	font-family: arial, sans serif;
	position: relative;

}

.typebox
{

	width: 170px;
	float: left;
	margin-right: 10px;
	text-align: center;
	border: none;
	font-family: arial, sans serif;
	position: relative;

}

.statusbox
{

	width: 85px;
	float: left;
	text-align: center;
	border: none;
	font-family: arial, sans serif;
	position: relative;

}

/*ADMIN COMMISSION LIST BOXES.*/

.nameadmin
{

	width: 370px;
	float: left;
	margin-right: 10px;
	text-align: left;
	border: none;
	background: none;
	position: relative;
	color: #FFFFFF;

}

.amountadmin
{

	width: 116px;
	float: left;
	margin-right: 10px;
	text-align: center;
	border: none;
	background: none;
	position: relative;
	color: #FFFFFF;

}

.typeadmin
{

	width: 170px;
	float: left;
	margin-right: 10px;
	text-align: center;
	border: none;
	background: none;
	position: relative;
	color: #FFFFFF;

}

.statusadmin
{

	width: 165px;
	float: left;
	text-align: center;
	border: none;
	background: none;
	position: relative;
	color: #FFFFFF;

}

#descadmin
{
	width: 650px;
	left: 0px;
	text-align: left;
	border: none;
	position:relative;
	color: #FFFFFF;
}

#comminfoadmin
{

	width: 650px;
	margin: 0px auto;
	border: none;
	text-align: left;
	padding: 10px;
	position: relative;
	overflow: auto;
	background-color: #7089b3;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	color: #FFFFFF;

}

/*==========================================================================================================================================
COMMISSION PAGE BOXES AND FORMATTING
==========================================================================================================================================*/
#commissionpolicy
{

	text-align: left;
	width: 810px;
	border: none;
	clear: both;
	margin: 0px auto;
	position: relative;
	font-weight: bold;
	padding: 10px;
	font-family: arial, sans serif;
	background-color: #7089b3;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;	


}

#commissionprices
{
	text-align: left;
	width: 810px;
	padding: 10px;
	border: none;
	clear: both;
	margin: 0px auto;
	position: relative;
	font-weight: bold;
	background-color: #7089b3;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;	


}

#commissionprices a:link, #commissionprices a:visited, #commissionprices a:active
{

	color: #FFFFFF;	

}

#commissionprices a:hover
{

	color:#00AA00;

}

.commissionp-one
{

	text-align: left;
	width:790px;
	clear: both;
	left: 10px;
	position:relative;

}

.commissionp-two
{

	text-align: left;
	width:760px;
	clear: both;
	left: 40px;
	position:relative;

}

.commissionp-three
{

	text-align: left;
	width:690px;
	clear: both;
	left: 70px;
	position:relative;

}

.commissionp-four
{

	text-align: left;
	clear: both;
	left: 100px;
	width:630px;
	position:relative;

}
/*==========================================================================================================================================
CONTACT PAGE BOXES AND FORMATTING
============================================================================================================================================*/
#contact
{

	width: 500px;
	min-height: 300px;
	height: expression(this.scrollHeight < 300? "300px" : "auto" );
	top: 30px;
	left: 300px;
	text-align: left;
	border: none;
	margin: 0px;
	position: relative;
	font-family: arial, sans serif;
	font-variant: small-caps;
	font-weight: bold;

}

#contactimg
{
	margin-left: 7px;
	width:100px;
	height: 100px;
	border: #003500 2px solid;
	position: relative;
	background: url('http://www.likeshine.com/images/Ace.jpg');
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
}

#contactimg img
{
	border: 0px;
}

#contacttextw
{
	left: 115px;
	text-align: center;
	top: 195px;
	width: 250px;
	position: absolute;
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
	color: #000000;
	font-family: arial, sans serif;
}

#contacttextw a:link {color: #FFFFFF}
#contacttextw a:hover {color: #003500}

#contactimgo
{
	margin-left: 7px;
	width:100px;
	height: 100px;
	border: #003500 2px solid;
	position: relative;
	/*background: url('http://www.likeshine.com/images/Likeshine.jpg');*/
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
}

#contactimgo img
{
	border: 0px;
}

#contacttexto
{
	left: 115px;
	text-align: center;
	top: 20px;
	width: 250px;
	position: absolute;
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
	color: #000000;
	font-family: arial, sans serif;
}

#contacttexto a:link {color: #FFFFFF}
#contacttexto a:hover {color: #003500}

#contactwtitle
{

	margin: 0px;
	margin-bottom: 5px;
	width:150px;
	border: none;
	position: relative;
	
}

#contactotitle
{
	
	margin: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	width:150px;
	border: none;
	position: relative;
	
}