/* CSS Document for IT Fusions */

body {
background-color:#8f0000;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

h1 {
font-size:22px;
}

h2 {
font-size:16px;
}

h1 a, h2 a {
color:#000;
text-decoration:none;
}

/* Layout */

#outer-wrapper {
background-color:#ff0000;
width:804px;
}

#inner-wrapper {
background-color:#fff;
width:800px;
}

#outer-wrapper, #inner-wrapper {
margin-left:auto;
margin-right:auto;
}

/* Header */

#header {
background-color:#fff;
}

#header .logo {
width:216px;
float:left;
height:80px;
background-image:url(images/itfusions_logo.gif);
background-repeat:no-repeat;
margin-left:10px;
margin-top:5px;
text-indent:-999em;

}
#header .strapline {
width:300px;
float:right;
height:20px;
color:#f00;
text-align:right;
font-size:16px;
font-style:italic;
margin-top:60px;
margin-right:10px;
}
#flash {
height:200px;
background-color:#ddd;
clear:left;
}


/* Navigation */

#nav {
width:230px;
float:left;
padding-left:10px;
}

#nav ul {
font-size:14px;
font-weight:bold;
}
#nav li {
list-style:url(images/dot.gif);
margin-left:-20px;
padding-bottom:10px;
}
#nav li a {
text-decoration:none;
color:#000;
}
#nav li a:hover {
text-decoration:none;
color:#f00;
}


#content {
width:550px;
padding-right:10px;
float:left;
}
#content img, #content img a {
border:none;
float:left;
padding-right:10px;
padding-bottom:10px;
width:auto;
height:auto;
clear:left;
}


#content .clear {
clear:both;
}



/* Footer */



#footer{
background-image:url(images/footer_cables.jpg);
background-position:top;
background-repeat:no-repeat;
padding-left:10px;
padding-top:50px;
width:790px;
clear:both;
overflow:hidden;
font-size:10px;
height:180px;
}
#footer a {
text-decoration:none;
color:#000;
}
#footer a:hover {
text-decoration:none;
color:#f00;
}

/* Hyperlinks */

.hyp a {
text-decoration:none;
color:#000;
}
.hyp a:hover {
text-decoration:none;
color:#f00;
}