
/*
Theme Name: Coxsys_01
Theme URI: http://www.mgcreative.se
Description: Licensed for any use. I only ask for links back if you make your own theme out of it.
Version: 1.0
Author: michael.goldman@mgcreative.se
*/


* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(images/background.gif) repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: none; outline: none;}
a { color: #00817D; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 0 auto;
width: 890px;
background: #fff;
padding-left: 20px;
padding-right: 20px;
}

#header { 
padding-top: 20px;
padding-bottom: 10px;
}

#menu {
height: 40px;
background: url(images/menu.jpg) no-repeat;
padding-bottom: 20px;
}



/*Menu-buttons*/

#home {
float : left;
}

#applications {
float : left;
position:relative;

}

#products {
float : left;
position:relative;
}

#articles {
float : left;
position:relative;
}

#downloads{
float : left;
position:relative;
}

#contact {
float : left;
position:relative;
}

#about{
float : left;
position:relative;
}



#content {
padding-bottom: 20px;
}


.right {
width: 710px;
float: right;
border-left: 1px dashed #bbb;
padding-left: 20px;
padding-bottom: 40px;
text-align: justify;
}
.right h1 {
color: #00817d;
font-size: 20px;
letter-spacing: 0px;
font-weight: 100;
padding : 20px 0 10px 0;
}

h2 {
padding-left: 0;
padding-bottom: 0px;
padding-right: 0;
padding-top: 20px;
color: #5e7b78;
font-size: 18px;
font-weight: 100;
letter-spacing: 0px;
}


#randomimage {
border-bottom: 1px dashed #bbb;
padding-bottom: 20px;
}


#banner-left {
float : left;
}

#banner-right {
float : right;
}


#news {
width: 130px;
float: left;
font-size: 11px;
border-top:1px dashed #BBBBBB;
margin-top:20px;
}
#news ul {
/*list-style-image: url(images/marker.jpg);*/
list-style-type: none;
padding-top: 17px;
/*padding-left: 17px;*/
color: #00817d;
}
.ndate{
	color:gray;
}
#news a { text-decoration: none;color:#00817D;}
#news a:hover { text-decoration: underline;color:#000;}

#news ul li{
	padding-bottom:7px;
}
#subcats {
width: 130px;
float: left;
font-size: 11px;
height:110px;
}
#subcats ul {
list-style-image: url(images/marker2.jpg);
list-style-type: square;
padding-top: 17px;
padding-left: 17px;
color: #00817d;
}
#subcats a { text-decoration: none }



#footer {
background: #fff url(images/footerimage.gif) no-repeat;
border-top: 1px solid #00817d;
margin-top: 20px;
text-align: left;
color: #00817d;
font-size: 10px;
padding-top: 10px;
padding-bottom: 240px;
}
p{
	padding:3px 0px;
}