/* .: designed and created 2009 by pixeload2.com :. */


/***************************************** General Layouts *****************************************/

html {
	color:#000000;
	background:#FFFFFF;
	overflow: auto;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}

/* index.php */
#margmain {
	margin-left:1px;
	margin-right:1px;
	margin-top:5px;
	margin-bottom:1px;
	}

#linehor {
	border-style:solid;
	border-color:#EBB503;
	border-width:1px;
	}

/* reserved */
#list {
	list-style-image:url(imag/list.gif);
	}

/* home.php */
#tablebg {
	background-color:#CCCCCC;
	}

/* about.php */
#txtheadline {
	font-size:14px;
	font-weight:bold;
	color:#EBB503;
	}

/* contact.php */
#conttab {
	border-color:#5BB503;
	}

#player {
	display:block;
	width:400px;
	height:274px;
	}

/* video window, background */
#vidbg {
	background-color:#EBB503;
	}



/*************************************** Packs Icons Layouts ***************************************/

#pack_sta {
	background-image:url(imag/pack_sta.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:83px;
	width:140px;
	}

#pack_exe {
	background-image:url(imag/pack_exe.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:83px;
	width:140px;
	}

#pack_cor {
	background-image:url(imag/pack_cor.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:83px;
	width:140px;
	}

#pack_bro {
	background-image:url(imag/pack_bro.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:83px;
	width:140px;
	}

#pack_sil {
	background-image:url(imag/pack_sil.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:83px;
	width:140px;
	}

#pack_gol {
	background-image:url(imag/pack_gol.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:83px;
	width:140px;
	}

#pack_pla {
	background-image:url(imag/pack_pla.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:83px;
	width:140px;
	}

#pack_eli {
	background-image:url(imag/pack_eli.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:83px;
	width:140px;
	}



/******************************************* Bar Layouts *******************************************/

#bar1 {
	font-weight:bold;
	background-image:url(imag/bar1.gif);
	background-repeat:no-repeat;
	height:50px;
	width:1008px;
	}

#bar2 {
	background-image:url(imag/bar2.gif);
	width:1008px;
	}

#bar3 {
	font-weight:bold;
	background-image:url(imag/bar3.gif);
	background-repeat:no-repeat;
	height:25px;
	width:1008px;
	}

#bar4 {
	font-weight:bold;
	background-image:url(imag/bar4.gif);
	background-repeat:no-repeat;
	height:25px;
	width:1008px;
	}

/* Margin for bars (index.php) */
#margbar {
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	}

#footer {
	font-size:9px;
	font-weight:bold;
	color:#000000;
	}



/*************************************** href Colours General ***************************************/

/* unvisited links */
a:link {
	text-decoration:none;
	border-bottom:solid 1px #EBB503;
	font-weight:bold;
	color:#000000;
	background-color:none;
	font-size:10px;
	}

/* visited links */
a:visited {
	text-decoration:none;
	border-bottom:solid 1px #EBB503;
	font-weight:bold;
	color:#000000;
	background-color:none;
	font-size:10px;
	}

/* mouse over */
a:hover {
	text-decoration:none;
	border-bottom:solid 1px #EBB503;
	font-weight:bold;
	color:#000000;
	background-color:none;
	font-size:10px;
	}

/* mouse down or active for IE */
a:active {
	text-decoration:none;
	border-bottom:solid 1px #EBB503;
	font-weight:bold;
	color:#000000;
	background-color:none;
	font-size:10px;
	}

/* mouse down or active for FireFox */
a:focus {
	text-decoration:none;
	border-bottom:solid 1px #EBB503;
	font-weight:bold;
	color:#000000;
	background-color:none;
	font-size:10px;
	}



/***************************************** href Colours Top Menu ****************************************/

/* unvisited links */
#hrefmenu
a:link {
	text-decoration:none;
	border-bottom:solid 1px #EBB503;
	font-weight:bold;
	color:#000000;
	background-color:none;
	font-size:11px;
	}

/* visited links */
#hrefmenu
a:visited {
	text-decoration:none;
	border-bottom:solid 1px #EBB503;
	font-weight:bold;
	color:#000000;
	background-color:none;
	font-size:11px;
	}

/* mouse over */
#hrefmenu
a:hover {
	text-decoration:none;
	border-bottom:solid 1px #EBB503;
	font-weight:bold;
	color:#FFFF00;
	background-color:none;
	font-size:11px;
	}

/* mouse down or active for IE */
#hrefmenu
a:active {
	text-decoration:none;
	border-bottom:solid 1px #EBB503;
	font-weight:bold;
	color:#FFFF00;
	background-color:none;
	font-size:11px;
	}

/* mouse down or active for FireFox */
#hrefmenu
a:focus {
	text-decoration:none;
	border-bottom:solid 1px #EBB503;
	font-weight:bold;
	color:#FFFF00;
	background-color:none;
	font-size:11px;
	}



/*************************************** href Colours Footer ***************************************/

/* unvisited links */
#footer
a:link {
	color:#000000;
	text-decoration:none;
	border-bottom:solid 1px #EBB503;
	font-weight:none;
	color:none;
	background-color:none;
	}

/* visited links */
#footer
a:visited {
	color:#000000;
	text-decoration:none;
	border-bottom:solid 1px #EBB503;
	font-weight:none;
	color:none;
	background-color:none;
	}

/* mouse over */
#footer
a:hover {
	color:#000000;
	text-decoration:none;
	border-bottom:solid 1px #EBB503;
	font-weight:none;
	color:none;
	background-color:none;
	}

/* mouse down or active for IE */
#footer
a:active {
	color:#000000;
	text-decoration:none;
	border-bottom:solid 1px #EBB503;
	font-weight:none;
	color:none;
	background-color:none;
	}

/* mouse down or active for FireFox */
#footer
a:focus {
	color:#000000;
	text-decoration:none;
	border-bottom:solid 1px #EBB503;
	font-weight:none;
	color:none;
	background-color:none;
	}



/************************************* href Colours off *************************************/

/* unvisited links */
#hrefoff
a:link {
	text-decoration:none;
	border-bottom:none;
	font-weight:none;
	color:none;
	background-color:none;
	}

/* visited links */
#hrefoff
a:visited {
	text-decoration:none;
	border-bottom:none;
	font-weight:none;
	color:none;
	background-color:none;
	}

/* mouse over */
#hrefoff
a:hover {
	text-decoration:none;
	border-bottom:none;
	font-weight:none;
	color:none;
	background-color:none;
	}

/* mouse down or active for IE */
#hrefoff
a:active {
	text-decoration:none;
	border-bottom:none;
	font-weight:none;
	color:none;
	background-color:none;
	}

/* mouse down or active for FireFox */
#hrefoff
a:focus {
	text-decoration:none;
	border-bottom:none;
	font-weight:none;
	color:none;
	background-color:none;
	}
