/* Icon paragraphs */

.help, .favorite, .mail, .print {
	padding-left:36px;
	margin-bottom:18px;
}
/*
.help {background:url("../img/help.png") no-repeat 0px 2px;}
*/
.favorite {background:url("../img/favorite.png") no-repeat 0px 2px;}
.mail {background:url("http://www.wedelivertheworld.co.uk/themes/2010/img/mail.png") no-repeat 0px 2px;}
.print {background:url("../img/print.png") no-repeat 0px 2px;}

/* Images styles */

.../imgshadow_dark{ /* Better style on dark background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #333333;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
.../imgshadow_light { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.../img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}
.../img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:5px 0px 5px 15px;
}

.thumbnails li {
	float:left;
	width:80px;
	margin-right:20px;
	margin-bottom:21px;
}
.thumbnails li.last {
	margin-right:0px;
}



/*
 * MENU BAR
 */



.menu {
	list-style:none;
	width:1000px;
	margin:0px 0px 0px 0px;
	height:43px;
	padding:0px 20px 0px 20px;
	color:#F1F1F1;
	font-size:1.4em;

	/* CSS 3 Stylings */

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Colors */

	/*
	Commented for transparent background - might be customized
	/*
	background: #830701;
	border: 1px solid #a40802;
	border-top: 1px solid #fd190f;
	*/

	/* CSS 3 Stylings */

	/*
	background: -moz-linear-gradient(top, #d70b02, #830701);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d70b02), to(#830701));
	*/
}
.menu .col_2 p,
.menu .col_1 .simple p,
.menu .dropdown_1column p,
.menu .dropdown_3columns p,

.menu .dropdown_home p,
.menu .dropdown_byb p,
.menu .dropdown_faq p,
.menu .dropdown_what_we_do p,
.menu .dropdown_tools p,
.menu .dropdown_login p,
.menu .dropdown_account p,
.menu .dropdown_contact p
{
	text-transform:none;
	font-size:0.8em;
	width:180px;
}
.menu li {
	float:left;
	text-align:center;
	position:relative;
	padding: 4px 1px 4px 5px;
	margin-right:15px;
	margin-top:32px;
	border:none;

	/* CSS 3 Stylings */

	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.menu li:hover {
	z-index:10000;
	background:#F4F4F4;
	border:1px solid #aaaaaa;
	padding: 4px 0px 4px 4px;

	/* CSS 3 Stylings */

	background: -moz-linear-gradient(top, #ffffff, #ffffff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff));

	-moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.menu li#home:hover, .menu li#blog:hover
{
	z-index:10000;
	background:none;
	border:none;
	padding: 4px 1px 4px 5px;
}
.menu li a#discount {
	color:yellow;
	text-shadow: 1px 1px 1px #000;
}
.menu li a, .menu li a:active,.menu li a:visited {
	color: #EEEEEE;
	outline:0;
	text-decoration:none;
	display:block;
	text-shadow: 1px 1px 1px #000;

}
.menu li:hover a, .menu li:hover a#discount {
	color:#161616;
	text-shadow: none;
}
.menu li .drop {
	padding-right:11px;
	text-transform:uppercase;
	/*background:url("../img/drop.png") no-repeat right 8px;*/
}
.menu li:hover .drop {
	/*padding-right:21px;*/
	/*background:url("../img/drop.png") no-repeat right 7px;*/
}
.menu li:hover div a {
	color:#a40802;
}
.menu li:hover div a:hover {
	color:#fd190f;
}
.menu li ul li a:hover {
	color:#fd190f;
}

/* Right aligned menu item */

.menu .right {
	float:right;
	right:0;
	margin-right:0px;
}

/*
 *DROP DOWN MENU
 */

/* Left & right aligned common styles */
.dropdown_home,
.dropdown_byb,
.dropdown_faq,
.dropdown_what_we_do,
.dropdown_tools,
.dropdown_login,
.dropdown_account,
.dropdown_contact,

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns,
.dropdown_1column_right,
.dropdown_2columns_right,
.dropdown_3columns_right,
.dropdown_4columns_right,
.dropdown_5columns_right {
	margin:4px auto;
	position:absolute;
	background:#F4F4F4;
	border:1px solid #aaaaaa;
	border-top:none;
	padding:10px 5px 10px 5px;

	/* CSS 3 Stylings */

	background: -moz-linear-gradient(top, #ffffff, #f3f3f3);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f3f3f3));
}

/* Left aligned drop down */
.dropdown_home,
.dropdown_byb,
.dropdown_faq,
.dropdown_what_we_do,
.dropdown_tools,
.dropdown_login,
.dropdown_account,
.dropdown_contact,

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
	left:-999em; /* Hides the drop down */
	text-align:left;

	/* CSS 3 Stylings */

	-moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    -khtml-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}

/* Right aligned drop down */

.dropdown_1column_right,
.dropdown_2columns_right,
.dropdown_3columns_right,
.dropdown_4columns_right,
.dropdown_5columns_right {
	right:999em; /* Hides the drop down */
	text-align:left;

	/* CSS 3 Stylings */

	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    -khtml-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}


/* Drop Downs Sizes */
.dropdown_home {width: 210px;}
.dropdown_byb {width: 260px;}
.dropdown_faq {width: 160px;}
.dropdown_what_we_do {width: 400px;}
.dropdown_tools {width: 200px;}
.dropdown_login {width:180px;}
.dropdown_account {width:200px;}
.dropdown_contact {width:300px;}

.dropdown_1column,  .dropdown_1column_right  {width: 280px;}
.dropdown_2columns, .dropdown_2columns_right {width: 280px;}
.dropdown_3columns, .dropdown_3columns_right {width: 660px;}
.dropdown_4columns, .dropdown_4columns_right {width: 560px;}
.dropdown_5columns, .dropdown_5columns_right {width: 700px;}

/* Showing Drop Down on Mouse Hover - Left aligned */
.menu li:hover .dropdown_home,
.menu li:hover .dropdown_byb,
.menu li:hover .dropdown_faq,
.menu li:hover .dropdown_what_we_do,
.menu li:hover .dropdown_tools,
.menu li:hover .dropdown_login,
.menu li:hover .dropdown_account,
.menu li:hover .dropdown_contact,

.menu li:hover .dropdown_1column,
.menu li:hover .dropdown_2columns,
.menu li:hover .dropdown_3columns,
.menu li:hover .dropdown_4columns,
.menu li:hover .dropdown_5columns {
	left:-1px;top:auto;
}

/* Showing Drop Down on Mouse Hover - Right aligned */

.menu li:hover .dropdown_1column_right,
.menu li:hover .dropdown_2columns_right,
.menu li:hover .dropdown_3columns_right,
.menu li:hover .dropdown_4columns_right,
.menu li:hover .dropdown_5columns_right {
	right:-1px;top:auto;
}



/* Columns Sizes */

.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_custom {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}
.col_custom {width: 200px;}



/*
 * CONTENT STYLINGS
 */



.menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* CSS 3 Stylings */

	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

.menu li .dark_grey_box {
	background-color:#555555;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* CSS 3 Stylings */

	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

	-webkit-box-shadow:inset 0 0 3px #111111;
	-moz-box-shadow:inset 0 0 3px #111111;
	box-shadow:inset 0 0 3px #111111;
}

.menu li ul {
	list-style:none;
	float:left;
	margin-bottom:12px;
}
.menu li ul li {
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin-top:0;
	margin-bottom:4px;
}
.menu li ul li:hover {
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #ffffff;
	background:none;
	border:none;
	padding:0;
}

.menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* CSS 3 Stylings */

	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
}

/* Other lists styles */

.menu li .simple li {
	margin:0px 0px 10px 0px;
	padding:0px;
	width:240px;
}
.menu li .simple li:hover {
	padding:0px;
}

.menu li .plus li {
	background: url("../img/plus.png") left 4px no-repeat;
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 21px;
	width:109px;
}
.menu li .plus li:hover {
	background: url("../img/plus.png") left 4px no-repeat;
	padding:0px 0px 0px 21px;
}

/* Social Icons */

.social {
	float:left;
	width:auto;
	margin:0px;
	padding-top:5px;
}
.social li {
	margin-right:12px;
	float:left;
	width:32px;
}
.social li span {
	display:none;
}



/*
 * CONTACT FORM
 */


/*
form {
	margin:0 0 12px 0;
	padding:0px;
}
*/
/* Labels & fieldsets stylings */
/*
fieldset {
	margin:10px;
	border:none;
}
form p.paragraph {
	margin:10px 0;
	overflow:hidden;
	width:270px;
}
*/
label.contact {

	font-size: 12px;
    font-weight: normal;
	color: #AF372B;
}
/*
input, textarea {
	margin:0;
	width:170px;
	float:right;
	color:#eeeeee;
	background-color:#333333;
	border:1px solid #222222;
	padding:3px 5px 3px 5px;
*/
	/* CSS 3 Stylings */
/*
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
textarea {
	height:100px;
	overflow:auto;
}
*/
/* Buttons stylings */
/*
button {
	float:right;
	width:80px;
	margin:0px;
	border:none;
	padding: 2px 7px 2px 7px;
	color:#eeeeee;
	background-color:#333333;
	text-shadow: 1px 1px 1px #000;
*/
	/* CSS 3 Stylings */
/*
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
*/
/* Messages when sending email */
/*
.error, .sent {
	font-size:12px;
	line-height:18px;
	padding:5px;
	margin-bottom:10px;
*/
	/* CSS 3 Stylings */
/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.error {
	background:#f3afa6;
	border:#ef9588 solid 1px;
	color:#992213;
}
.sent {
	background:#bef08f;
	border:#adec71 solid 1px;
	color:#37620d;
}
*/