body {
	margin:0;
	padding:0;
	background:#1758a1 url(images/arab_tile.png) 0 0 repeat;
}

img a{
	border:none;
}

@font-face {
	font-family: 'IcoMoon';
	src: url('IcoMoon.eot');
	src: url('IcoMoon.eot?#iefix') format('embedded-opentype'),
		url('IcoMoon.svg#IcoMoon') format('svg'),
		url('IcoMoon.woff') format('woff'),
		url('IcoMoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}

.clear {
	clear:both;
}

#upperbg {
	background:#FFF url(images/upper.png) 0 0 repeat;
}


#header {
	width:960px;
	margin:auto;
	height:60px;
}

#logo {
	width:500px;
	float:left;

}

#logo img {
	border:none;
}

#menu {
	width:370px;
	margin-top:21px;
	float:right;
	text-transform:uppercase;
	font-weight:700;
	font-family:'Lato', georgia, tahoma, verdana;
	font-size:12px;
}

#menu a:link, #menu a:visited {
		text-decoration:none;
		color:#f7f7f7;
}

#menu a:hover {
	color:#009900;
	text-decoration:underline;
}


#menu ul li {
	float:left;
	list-style-type:none;
	padding-left:20px;

}



#splash {
	width:960px;
	margin:auto;
	height:220px;
	
}

#intro {
	width:640px;
	float:left;
}

#intro h1 {
	font-family:'Open Sans';
	color:#dde24a;
	font-weight:700;
	font-size:27px;

}

#intro p {
	color:#fff;
	font-family:'Lato';
	font-weight:700;
	font-size:13px;
	padding-right:60px;
}

#vidcontainer {
	float:left;
	width:320px;
}

#vidcontainer p {
	text-align:center;
	font-family:'Open Sans';
	font-size:11px;
	font-weight:700;
	color:#000;
	background:yellow;
	padding-bottom:4px;
	padding-top:2px;

}

#mainwrapper {
	background:#000 url(images/arab_tile2.png) 0 0 repeat;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}

#descriptiongrid {
	width:960px;
	margin:auto;
	padding:30px 10px;
	font-family:'Open Sans';
	font-size:13px;
background: #041c30;
border-left:2px solid #000;
border-right:2px solid #000;
	color:#fff;
}

#descriptiongrid a:link, #descriptiongrid a:visited {
	color:#fff;
}

#descriptiongrid h1 {
	margin:0;
	padding:0;
	font-family:'Lato', georgia, tahoma, verdana;
	font-weight:900;
	text-transform:uppercase;
	font-size:16px;
	padding-top:4px;
	color:#dde24a;

}

.description-clear {
	clear:both;
	height:40px;
}

.leftcontainer {
	width:290px;
	float:left;
	padding-right:30px;
}

.midcontainer {
	width:290px;
	float:left;
	padding-right:30px;
	
}

.rightcontainer {
	width:320px;
	float:right;

}

#footer {
	width:960px;
	margin:auto;
	padding-top:30px;
}

#footer p {
	color:#eee;
		font-family:'Lato', georgia, tahoma, verdana;
	text-align:center;
	font-size:11px;
	line-height:14px;
	letter-spacing:1px;

}

#footer a:link, #footer a:visited {
	color:#fff;

}

#footer a:hover {
	color:#990000;
}


.myicon {
	float:left;
	font-size:30px;
	padding-right:10px;
	padding-bottom:98px;
	color:#dde24a;

}
#checkout {
	margin-top:20px;
}

#checkout a:link, #checkout a:visited {
	text-decoration:none;

}

#checkout a:hover {
	background:#009900;
}

.buybutton {
margin-top:20px;
	display:inline-block;
	font-family:verdana, arial;
	font-weight:bold;
	border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    font-size: 24px;
    overflow: visible;
    padding: 15px 86px;
    text-align: center;
	background-color: #F6F7F8;
    border: 1px solid #999999;
    border-color: #2270AB #18639A #0F568B;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 0 #83C5F1 inset;
    color: #FFFFFF;
    text-shadow: 0 1px 2px #355782;
	background: #329ee6;

}

