
html, * {
     margin:0 0 0 0;
}

body {
     height:100%;
     background-image: url(../Images/black.jpg);
     background: #000000;
        
}

.menu {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #000000;
        margin: auto;
        height: 40px;
        width: 960px;
}
.logo {
        background-image: url(../Images/header.jpg);
        background-repeat: no-repeat;
        background-position: left top;
        margin: auto;
        height: 200px;
        width: 960px;
}
.main {
        margin: auto;
        width: 960px;
        background-image: url(../Images/black.jpg);
}
.submenu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        margin: 5px;
        margin-right:2px;
        padding: 7px;
        float: left;
        width: 150px;
        
}
.loader {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        padding: 7px;
        margin:auto;
        text-align:center;
        
}
.leftcontainer {
        width: 210px;
        float:left;
}
.exec {
        background-image: url(../Images/exec_bg.jpg);
        background-repeat: no-repeat;
        background-position: left top;
        margin: 5px;
        margin-left:3px;
        padding: 7px;
        width: 718px;
        float: right;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #FFFFFF;
        text-decoration: none;
}
.unselected_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        float: left;
        height: 25px;
        width: 150px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
        padding-left: 5px;
        text-align: center;
}
.selected_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        background:url(../Images/menu_selected.jpg) repeat-x;
        float: left;
        height: 25px;
        width: 150px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
        padding-left: 5px;
        text-align: center;
        cursor:pointer; 
}
.flag {
        float: right;
        width: 100px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 0px;
        padding-left: 0px;
        text-align:right;
}
.flag {
        float: right;
        width: 100px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 0px;
        padding-left: 0px;
}
.form_key  {
        border-bottom:1px dashed #666666;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        font-weight:bold;
        text-align:right;
        color:white;
        height:20px;
        padding:3px;
}
.form_element  {
        text-align:left;
        height:20px;
        padding:3px;
}
.inputbox       {
        border:1px solid #333333;
        background:#FFCC00;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#000000;
        width:200px;
        height:20px;
}
.errorbox  {
        border:1px solid #333333;
        background:#d77979;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#ffffff;
        width:200px;
        height:20px;
}
.loginbox       {
        border:1px solid #333333;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#900000;
        width:150px;
        height:20px;
        margin-bottom:5px;
}
.loginform      {
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        font-weight:bold;
        color:#ffffff;
        
}
.errormsg  {
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        color:white;
        font-weight:bold;
}
.orangelink  {
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#f8c454;
        font-weight:bold;
        text-decoration:none;
}
.left_headers_yellow  {
        font-family:Arial, Helvetica, sans-serif;
        font-size:16px;
        color:white;
        font-weight:bold;
        text-decoration:none; 
        border-bottom:1px dashed white;
        width:140px;
        padding:5px;
        margin-bottom:15px;   
}
.left_headers_purple  {
        font-family:Arial, Helvetica, sans-serif;
        font-size:16px;
        color:#de1352;
        font-weight:bold;
        text-decoration:none; 
        border-bottom:1px dashed silver;
        width:180px;
        padding:5px;
        margin-bottom:15px;   
}
.left_headers_green  {
        font-family:Arial, Helvetica, sans-serif;
        font-size:16px;
        color:#219f17;
        font-weight:bold;
        text-decoration:none; 
        border-bottom:1px dashed silver;
        width:180px;
        padding:5px;
        margin-bottom:15px;   
}
.radio {
        background:#FFCC00;
        color:#FFCC00;
}
.purple_button  {
        background: url(../Images/purple_button.JPG) repeat-x;
        width:120px;
        height:21px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        font-weight:bold;
        color:#FFFFFF;
        border:1px solid #de1352;
        padding-top:4px;
        text-align:center;
        margin:3px;
        cursor:pointer; 
}
.green_button  {
        background: url(../Images/green_button.JPG) repeat-x;
        width:120px;
        height:21px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        font-weight:bold;
        color:#FFFFFF;
        border:1px solid #219f17;
        padding-top:4px;
        text-align:center;
        margin:3px;
        cursor:pointer;
}
.yellow_button  {
        background: url(../Images/yellow_button.JPG) repeat-x;
        width:120px;
        height:21px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        font-weight:bold;
        color:#FFFFFF;
        border:1px solid #f49004;
        padding-top:4px;
        text-align:center;
        margin:3px;
        cursor:pointer;
}
.purple_button_2  {
        background: url(../Images/purple_button_2.jpg) repeat-x;
        width:120px;
        height:21px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        font-weight:bold;
        color:#FFFFFF;
        border:1px solid #de1352;
        padding-top:4px;
        text-align:center;
        margin:3px;
        cursor:pointer;
}
.green_button_2  {
        background: url(../Images/green_button_2.jpg) repeat-x;
        width:120px;
        height:21px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        font-weight:bold;
        color:#FFFFFF;
        border:1px solid #219f17;
        padding-top:4px;
        text-align:center;
        margin:3px;
        cursor:pointer;
}
.yellow_button_2  {
        background: url(../Images/yellow_button_2.jpg) repeat-x;
        width:120px;
        height:21px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        font-weight:bold;
        color:#FFFFFF;
        border:1px solid #f49004;
        padding-top:4px;
        text-align:center;
        margin:3px;
        cursor:pointer;
}
.unselected_submenu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        height: 20px;
        width: 149px;
        padding-top: 4px;
        padding-left:5px;
        text-align: center;
        margin:3px;
        text-align:left;
}
.selected_submenu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        background : #ad0000 url(../Images/linkarrow.gif) no-repeat right center;
        height: 20px;
        width: 144px;
        padding-top: 4px;
        padding-left:10px;
        text-align: center;
        cursor:pointer;
        margin:3px;
        text-align:left;        
}
.images_detailed
{
        width:120px;
        height:290px;
        padding:8px;
        font-family: Arial, Helvetica, sans-serif;
        background:#ffffff url(../Images/wsbg.jpg) repeat;
        font-size:12px;
        font-weight:bold;
        margin-left: 8px;
        margin-bottom:10px;
        border:1px solid white;
        text-align:center;
        float:left;
}
.images_thumbnalied
{
        width:120px;
        height:120px;
        padding-top:10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size:12px;
        font-weight:bold;
        text-align:center;
        background:url(../Images/th_2.jpg) no-repeat;
        margin:10px;
        margin-bottom:10px;
        float:left;
}

.product_end
{
        width:550px;
        padding:8px;
        font-family: Arial, Helvetica, sans-serif;
        background:#ffffff url(../Images/wsbg.jpg) repeat;
        font-size:12px;
        font-weight:bold;
        margin-left: 8px;
        margin-bottom:10px;
        border:1px solid silver;
        text-align:center;
        float:left;
}
.uns_nav_prev
{
        width:30px;
        height:30px;
        background: url(../Images/prev.png);
        float:right;
        cursor:pointer;
}
.s_nav_prev
{
        width:30px;
        height:30px;
        background: url(../Images/prev2.png);
        float:right;
        cursor:pointer;
}
.uns_nav_first
{
        width:30px;
        height:30px;
        background: url(../Images/first.png);
        float:left;
        cursor:pointer;
}
.s_nav_first
{
        width:30px;
        height:30px;
        background: url(../Images/first2.png);
        float:left;
        cursor:pointer;
}
.uns_nav_next
{
        width:30px;
        height:30px;
        background: url(../Images/next.png);
        float:left;
        cursor:pointer;
}
.s_nav_next
{
        width:30px;
        height:30px;
        background: url(../Images/next2.png);
        float:left;
        cursor:pointer;
}
.uns_nav_last
{
        width:30px;
        height:30px;
        background: url(../Images/last.png);
        float:right;
        cursor:pointer;
}
.s_nav_last
{
        width:30px;
        height:30px;
        background: url(../Images/last2.png);
        float:right;
        cursor:pointer;
}
.frontend_fieldset_big
{
        border:1px dashed white;
        padding:10px;
        padding-bottom: 25px;
        width:560px;
        margin:auto;
}
.frontend_legend
{
        font-family: Arial, Helvetica, sans-serif;
        font-size:14px;
        color:white;
        font-weight:bold;
        padding:5px;
        
}
.inform
{
        width:400px;
        margin:auto;
        font-family: Arial, Helvetica, sans-serif;
        font-size:14px;
        font-weight:bold;
        color:#f8c454;
        padding:5px;
        text-align:center;
}
.download_link
{
        font-family: Arial, Helvetica, sans-serif;
        font-size:14px;
        font-weight:bold;
        color: white;
        text-decoration:none;
        padding:5px;
}
/*Style sheet used for demo. Remove if desired*/
.handcursor{
cursor:hand;
cursor:pointer;
}

body
{
background: #ad0000;
}
.all {
	margin: auto;
	width: 974px;
}
.header {
	margin: auto;
	height: 150px;
	width: 960px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: auto;
	height: 48px;
	width: 974px;
	background-image: url(../Images/menu.jpg);
	background-repeat: no-repeat;
}
.middle {
	background-image: url(../Images/middle.jpg);
	background-repeat: repeat-y;
	width: 974px;
}
.footer {
	margin: auto;
	height: 42px;
	width: 974px;
	background-image: url(../Images/footer.jpg);
}
.status {
	width: 250px;
	margin-top: 20px;
	margin-left: 120px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.left {
	width: 180px;
	margin-top: 10px;
	margin-left: 15px;
	float: left;
}
.content {
	float: left;
	width: 595px;
	margin-top: 10px;
	margin-left: 20px;
}
.right {
	float: right;
	width: 130px;
	margin-top: 10px;
	margin-right: 15px;
        color: #ffffff;
        text-decoration: none;       
        font-family:Arial;
}
.footer_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float:left;
	color: #FFFFFF;
	text-align: center;
	width: 600px;
	margin-top: 10px;
	margin-left: 220px;
}
.fontsizercontainer
{
        float:right;
        text-align:right;
        width:100px;
        margin-right:160px;
        margin-top:20px;
}
.flags
{
        float:left;
        margin-left:10px;
        margin-top:20px;
        width:100px;
}
.left_header
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        float:left;
        color: #FFFFFF;
        text-align: left;
        width: 160px;
        border-bottom:1px solid white;
        padding-bottom:5px
}
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid white;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:#c65050;
color:white;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
color:white;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:white;
}

.anylinkcss a:hover{ /*hover background color*/
background: #900000;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid white;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #c55ccc;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
