
/*
  Script:  Layout.css
 Created:  19 January 2009
Modified:  19 January 2009
  Author:  John Burns
     URL:  www.cronindesigns.ie
*/







/** BASIC */

body {
background-color:#000000;
padding:0;
margin:0 0 0 0;
font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
margin:0 auto;
width:1050px;
}

#maintext {
margin:0 auto;
width:1050px;
background-color:#666666;
}


#content_wrapper {
margin:0 auto;
width:1050px;
background-color:#666666;
}


#header {
	width: 1050px;
	height: 150px;
	margin: 0px auto;

}

/** LOGO */

#logo {
	float: left;
	width: 279px;
	height: 142px;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#logo h1, #logo h2 {
	display: none;
}

#logo2 {
	float: left;
	width: 279px;
	height: 142px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	background-position:top;
}

#logo2 h1, #logo2 h2 {
	display: none;
}

/** MENU */

#menu {
	width: 350px;
	height:90px;
	font-family:Arial, Helvetica, sans-serif;
    float:right;
    text-align:right;
    margin-left: 25px;

}

#menu a {
color:#000000;
text-decoration:none;
}

#menu a:hover {
color:#000000;
text-decoration:none;
}

#menuheader {
	float: right;
	padding-left: 25px;
	padding-top: 16px;
}

#menufooter1 {
    width:150px;
	float: left ;
	padding-left: 50px;
}

#menufooter2 {
    width:100px;
	float: right ;
	text-align:right;
	padding-left: 16px;
}

#push-area {
width:1050px;
background-color:#666666;
}

#box1 {
width:340px;
height:220px;
float:left;
border-top:#666666 1px solid;
background-color:#666666;
background-image:url(../img/side.png);
background-position:right center;
background-repeat:no-repeat;
}

#box2 {
width:340px;
height:220px;
float:left;
border-top:#666666 1px solid;
background-color:#666666;
background-image:url(../img/side.png);
background-position:right center;
background-repeat:no-repeat;
}

#box3 {
width:330px;
height:220px;
float:right;
padding: 0 10px 0 10px;
border-top:#666666 1px solid;
background-color:#666666;
}

#box4 {
width:340px;
float:right;
margin:0 5px 0 5px;background-color:#666666;
}


#box5 {
width:340px;
float:right;
margin:0 5px 0 5px;background-color:#666666;
}



.contentmain {
padding-left:10px;
width:100px;
height:180px;
}

.contentright {
float:right;
width:210px;
height:150px;
}










/** FOOTER */

#footer {
	clear: both;
	width: 1050px;
	height:30px;
	margin: 0px auto;
	padding-left:15px;
	padding-right:15px;
	padding: 15px 0px;
	font-size:9px;
	background-color:#454545;
	border-bottom:#FFFFFF 1px solid;
}

#footer a {
color: #ffffff;
text-decoration:none;
}

#footer a:hover{
color:#ffffff;
text-decoration:underline;
}


#links {
	float: right;
	text-align:right;
	padding-right: 10px;
	color:#FFFFFF;
	margin-bottom:25px;
}

#links a {
color: #ffffff;
text-decoration:none;
}

#links a:hover{
color:#ffffff;
text-decoration:underline;
}

#legal {
	float: left;
	padding-left: 10px;
	color:#FFFFFF;
}



#banner {
margin:0 auto;
width:1050px;
height:360px;
}



#nav {
width:1050px;
height: 43px;
margin: 0px auto;
}

.nav {
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
text-decoration:none;
margin:0 auto;
}

#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	
}

#nav li {
	display: block;
	float: left;
	height: 30px;
	padding: 13px 16px 0px 2px;
}


#nav li.first {
	background: none;
}
 
#nav a {
	padding-left: 12px;

}

#nav a:hover{
color:#FFCC00;
text-decoration:none;
}

#nav ul:hover {
	color:#FFCC00;
text-decoration:none;
	
}

#nav li:hover {
	color:#FFCC00;
text-decoration:none;
	
}

.current {
background-image:url(../img/nav2.gif);
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
		color:#FFCC00;
}



#search {
	width: 100%;
	height: 43px;
	border-bottom:#666666 1px solid;
	border-top:#000000 1px solid;
	margin: 0px auto;
	margin-bottom:50px;
	background-image:url(../img/nav.gif);
	background-repeat:repeat-x;
}


.imgstyle a {
color:#000000;
text-decoration:none;
}

.imgstyle a:hover {
color:#000000;
text-decoration:none;
}

.sale{
	font-size: 14px;
	height: 20px;
	padding-top: 5px;
	background-color: #f0a301;
	text-align: center;
	}



