
/* THIS ONE IS FOR THE CONTENT PAGES */

html, body {margin: 0;padding: 0;border: 0;}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000;	
	text-align: center;
    background:url(../img/elements/body_bgslice.gif) repeat-x top left;
	background-color: #CDCECF;
}

body a img, body a:hover img {border: none;}

body a 
{
	color: #FC000D;
	text-decoration: underline;
}

body a:link	
{	
	color: #FC000D;
	text-decoration: underline;
}	
		
body a:visited	
{	
	color: #FECCCF;
	text-decoration: underline;
}	
		
body a:active
{	
	color: #FECCCF;
	text-decoration: underline;
}	
		
body a:hover {
	color: #FC000D;
	text-decoration: none;
}

hr {	
	width: 100%;
	height: 1px;
}

table tr td
{

}

img
{
    padding:0;
    margin:0;
}

p 
{
	margin: 0;
	/*padding: 0 0 14px 0;*/
    /* 03.07.2007 */
    padding: 0 0 7px 0;
}

/**********************************************************/

#Container
{
	position: relative;
	display: block;
	margin-top: 0; 
	margin-right: auto; 
	margin-bottom: 0; 
	margin-left: auto;
	padding: 0;
	height: auto;
	width: 978px;
	text-align: left;
    background:url(../img/elements/container_bgslice.gif) repeat-y top left;
}

#Container:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

/**********************************************************/
#TopPart {
	display: block;
	position: relative;
	width: 978px;
	height: 165px;
	margin: 0;
	padding: 0;
    background:url(../img/muut/header_logoimage.jpg) no-repeat top left;
    background-color:white;
}

#TopPart:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}



#SearchBox
{
    display:block;
    position:absolute;
    width:200px;
    top: 39px;
    left:760px;
    background-color:Transparent;
}

#SearchInputTextBox
{
    margin:0!important;
    padding:0!important;
    color:black!important;
    font-family:Verdana, Arial;
    font-weight:normal!important;
    font-size:10px!important;
}
/**********************************************************/

#MainColumns {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 978px;
    background:url(../img/elements/maincolumns_bg.gif) no-repeat top left;
    background-color:transparent;
}

#MainColumns:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}


#ContentArea 
{
	display: block;
	position: relative;
	margin: 0 0 0 9px;
	padding:  0 0 0 0;
	width: 969px;
    background-color:transparent;
}

#ContentArea:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}


#Columns {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	width: 964px; 
}

#Columns:after
{
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

.Column 
{
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	}


#C1 {	
	position: relative;
	display: block;
	width: 190px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    background-color:white;
}


#C2 
{
	position: relative;
	display: block;
	width: 765px;
	padding: 0 0 0 0;
	margin: 0 0 0 5px;
    background-color:transparent;
    overflow:hidden;
}


#C1:after, #C2:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

/* Top category name */
#TopCategoryName
{
    display:block;
    position:relative;
    height:35px;
    width:190px;
    background-color:#3E77B4;
    margin:0 0 5px 0;
}
.TopCategoryNameLbl
{
    position:absolute;
    top:12px;
    left:15px;
    width:170px;
    font-family: Arial; 
    text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
    color:White!important;
    text-decoration:none!important;
}



/* BANNER , on right hand side */
#BannerArea
{
    display:block;
    position:relative;
    width:765px;
    height:115px;
    border:none;
}


#ContentAlue1
{
    display:block;
    position:relative;
    margin:5px 0 0 0;
    padding:0;
    width:765px;
    min-height:300px;
    height:300px;
    background:url(../img/elements/contentalue1_top.gif) no-repeat top left;
    background-color:#FDFDFE;
    border:none;
}
html>body #ContentAlue1 {height:auto;}

/* Content area below the banner */
#SAContent1
{
	position: relative;
	display: block;
	margin: 0 0 0 35px;
    padding:30px 0 0 0;
    background-color:transparent;
	width: 670px;
}

#SAContent2
{
	position: relative;
	display: block;
	margin: 10px 0 0 38px;
    padding:0;
    background-color:transparent;
	width: 667px;
}
#SAContent2 ul
{
    margin-top:10px;
}
#SAContent2 ul li
{
    list-style-type:square;
    color:#3E77B4;
}


#SAArea1
{
	position: relative;
	display: block;
	margin: 20px 0 0 40px;
    padding:0;
    background-color:transparent;
	width: 130px;
}


#ContentAlue1:after, #SAContent1:after, #SAContent2:after, #SAArea1:after 
{
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}





#NewsListingArhive
{
    display:block;
    position:relative;
    width:670px;
    margin:0 0 10px 0;
}

#NewsListingArhive a
{
	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-size: 11px; 
    font-weight:bold;
	color: #4E84BD;	
    text-decoration:none!important;
}

#NewsListing
{
    display:block;
    position:relative;
    margin:10px 0 10px 25px;
    padding:0;
    width:670px;
    background-color:transparent;

	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-size: 11px; 
    font-weight:normal;
    color:#A8A9AB;   
    line-height:normal;
}


/**********************************************************/
#Footer
{
	display: block;
	position: relative;
	margin: -3px 0 0 0;
	padding: 0;
	width: 978px;
	height: 66px;
	text-align: left;
    background:url(../img/muut/footer_bg.gif) no-repeat top left;
    background-color:Transparent;
	}

#FooterData
{
    display:block;
    position:absolute;
    top:30px;
    left:40px;
}

#FooterData a
{
    color:#4B82BB!important;
    text-decoration:none;
}

#FooterVisualweb
{
    display:block;
    position:absolute;
    top:30px;
    left:800px;
}

#Footer:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}



#SitemapBox
{
    position:absolute;
    display:block;
    left:45px;
    top:34px;
}

#ContactInfoInFooter
{
    display:block;
    position:absolute;
    width:600px;
    top:25px;
    left:200px;
    background-color:transparent;

	font-family:Verdana,  Arial, Helvetica, sans-serif;
	font-size: 10px; 
    font-weight:lighter;
	color: #999999;	
    
    line-height:20px;
	text-align: center;
    
}
#ContactInfoInFooter a
{
    color:#104B87!important;
    text-decoration:none;
}
	
/********************************************************/



/* PRODUCT INFO */

#ContentAlueProduct
{
    display:block;
    position:relative;
    margin:5px 0 10px 0;
    padding:0;
    width:765px;
    min-height:400px;
    height:400px;
    background:url(../img/muut/contentalueproduct_bg.gif) no-repeat top left;
    background-color:white;

}
html>body #ContentAlueProduct {height:auto;}

#ItemNamePI
{
    display:block;
    position:absolute;
    top:35px;
    left:40px;
    letter-spacing:-2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px; 
	color: white;	
	text-align: left;
    text-decoration:none;
    font-weight:normal;
}
#ItemNamePIHeigher
{
    display:block;
    position:absolute;
    top:20px;
    left:40px;
    letter-spacing:-2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px; 
	color: white;	
	text-align: left;
    text-decoration:none;
    font-weight:normal;
}

#ItemIngressPI
{
     display:block;
    position:absolute;
    top:35px;
    left:483px;

    text-transform: uppercase;

    width:270px;    
    height:70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: white;	
	text-align: left;
    text-decoration:none;
    font-weight:bold;   
    background-color:transparent;
}


#ProductsLeftColumn{	
	position: relative;
	display: block;
	width: 456px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    background-color:transparent;
}

#ProductImageArea
{
    display:block;
    position:relative;
    width: 456px;
    height:345px;
    margin:0;
    padding:0;
}
#CurrentImageHolder
{
    display:block;
    position:absolute;
    top:25px;
    left:25px;
}

#ImageScrollerLeft
{
    display:block;
    position:absolute;
    width:22px;
    height:60px;
    overflow:hidden;
    top:285px;
    left:23px;
    background-color:#EEEEEF;  
}
#ImageScrollerLeftLink img
{
    border:none!important;
}


#ImageSliderThingy
{
    display:block;
    position:absolute;
    width:369px!important;
    height:40px;
    overflow:hidden;
    top:295px;
    left:47px;  
    background-color:transparent;
    overflow:hidden;
}

.ImageHolderTd
{
    width:69px;
    height:40px;
    background-color:White;
}
.ImageHolderTdSpacer
{
    width:6px;
    height:40px;
    background-color:#EEEEEF!important;
}

.ThumbImage
{
    width:67px!important;
    height:38px;
    margin-top:1px;
    border:none;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
}

.ThumbImage:hover
{
    width:67px!important;
    height:38px;
    margin-top:1px;
    border:none;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

.ThumbImageSelected
{
    width:67px!important;
    height:38px;
    margin-top:1px;
    border:none;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}


#SlidingContent
{
    display:block;
    position:relative;
    margin:0;
    padding:0;
    height:40px;
}

#ImageScrollerRight
{
    display:block;
    position:absolute;
    width:22px;
    height:60px;
    overflow:hidden;
    top:285px;
    left:419px;  
    background-color:#EEEEEF;  
}
#ImageScrollerRightLink img
{
    border:none!important;
}


#ProductInfoArea
{
    display:block;
    position:relative;
    width: 456px;
    margin:20px 0 0 0;
    padding:0;
    background-color:transparent;
}
#ProductInfoAreaText
{
    display:block;
    position:relative;
    width: 400px;
    margin:0 0 0 30px;
    padding:0;
    background-color:transparent;
}


#ProductsRightColumn 
{
	position: relative;
	display: block;
	width: 298px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    background-color:transparent;
    overflow:hidden;
}


#ProductsRightColumn a
{
	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-size: 11px; 
    font-weight:bold;
	color: #4E84BD;	
    text-decoration:none!important;
}


#ProductTechInfo
{
	position: relative;
	display: block;
	width: 298px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    background:url(../img/muut/producttechinfo_bg.gif) no-repeat top left;
}


#ProductTechInfoHeader
{
    display:block;
    position:relative;
    padding-top:37px;
    margin:0 0 0 28px;
	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-size: 24px; 
    font-weight:bold;
    color:#F4F3F3;   
    letter-spacing:-2px;
}
#ProductTechInfoRows
{
    display:block;
    position:relative;
    padding:0 0 10px 0;
    margin:25px 0 0 25px;
    min-height:255px;
    height:255px;
}
html>body #ProductTechInfoRows {height:auto;}

.TechInfoRowHeader 
{
    width:175px;
	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-size: 11px; 
    font-weight:bold;
    color:#666666;  
    text-align:left;
    vertical-align:middle;
}
.TechInfoRowValue 
{
    width:80px;
	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-size: 11px; 
    font-weight:normal;
    color:#666666;  
    text-align:left;
    vertical-align:middle;
}

#ProductTechInfoBottom
{
	position: relative;
	display: block;
	width: 298px;
    height:55px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    background:url(../img/muut/producttechinfo_bottom.gif) no-repeat top left;
}
#ProductTechInfoBottom span
{
    position:absolute;
    top:12px;
    left:32px;
}

#ProductDownloadTop
{
	position: relative;
	display: block;
	width: 298px;
    height:15px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    background:url(../img/muut/productdownload_top.gif) no-repeat top left;
}

#ProductDownload
{
	position: relative;
	display: block;
	width: 298px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    background:url(../img/elements/productdownload_slice.gif) repeat-y top left;
}
#ProductDowloadRows
{
    display:block;
    position:relative;
    width:250px;
    color: #4E84BD;	
    padding:5px 0 0 0;
    margin:0 0 0 28px;
    line-height:24px;
}

#LoaderThingy
{
    display:block;
    position:relative;
    padding:0 0 5px 0;
    margin:0 0 0 0;
    background-color:Transparent;
}
#FileToDownload
{

}
#StartDownloadButton
{

}

#ProductDownloadFooter
{
	position: relative;
	display: block;
	width: 298px;
    height:26px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    background:url(../img/muut/productdownloadfooter.gif) no-repeat top left;
}


#ProductsLeftColumn:after, #ProductsRightColumn:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

/* PRODUCT PAGE ENDS */


/* ACCESSORY PAGE START */

#AccessoryStuff
{
    display:block;
    position:relative;
    padding:20px 0 0 0;
    margin:0 0 0 28px;
}
.AccessoryImage
{
    vertical-align:middle;
    text-align:left;
}
.AccessoryInfoText
{
    vertical-align:middle;
    text-align:left;
}

/* ACCESSORY PAGE START */



/* Contact info sydeemi starts */
#ContacInfoArea
{
    display:block;
    position:relative;
    padding:0 0 0 0;
    margin:0 0 0 28px;
}

#ContatctHeaderText
{
	position: relative;
	display: block;
	margin: 0 0 0 35px;
    padding:30px 0 0 0;
    background-color:transparent;
	width: 670px;
}

.ContactImage
{
    vertical-align:middle;
    text-align:left;
}
.ContactInfoText
{
    vertical-align:middle;
    text-align:left;
}

.ContactInfoText a
{
    color:#4B82BB!important;
    text-decoration:none!important;
}

/* Contact info sydeemi ends */
