﻿
body
{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	font-size: 16px;
}
.container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

a{
	/* text-decoration: none; */
}
a:link {color: #0099CC;}      /* unvisited link */
a:visited {color:#0099CC}  /* visited link */
a:hover {color:#0099CC}  /* mouse over link */
a:active {color:#0099CC}  /* selected link */

.header
{
	margin: auto;
	background-image: url( 'images/armanwebdesign_header_background.png' );
	background-repeat: no-repeat;
	width: 1000px;
	text-align: center;
	padding-top: 30px;
}
.tagline
{
	font-size: 80%;
	font-style: italic;
	margin-right: 30px;
	font-weight: lighter;
	text-align: right;
	letter-spacing: 1px;
	padding-top: 10px;
	letter-spacing: 2px;
}
.footer
{
	width: 940px;
	font-size: 80%;
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 10px;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0E2D4;
	text-align: center;
}
.footer_contact
{
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0E2D4;
}
.footer_message
{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0E2D4;
}
.top_menus
{
	margin: 20px auto 10px auto;
	background-image: url(     'images/armanwebdesign_menus_background.png' );
	background-repeat: no-repeat;
	width: 940px;
	height: 60px;
	padding-top: 20px;
	letter-spacing: 2px;
}
.menu_normal
{
	cursor: default;
	padding-left: 40px;
	display: block;
	text-decoration: none;
}
.menu_hover{
	cursor:pointer;
	padding-left: 40px;
	text-decoration: underline;
}
.main
{
	margin:auto;
	background-image: url(  'images/armanwebdesign_main_background.png' );
	background-repeat: no-repeat;
	width: 940px;
}

.main_page_title
{
}
h1
{
	font-size: 16px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0E2D4;
	padding-bottom: 1px;
	margin-bottom: 20px;
	font-family: calibri;
	letter-spacing: 3px;
}
.main_content
{
	font-family: calibri;
	letter-spacing: 1px;
	word-spacing: 1px;

	padding-left: 40px;
	padding-top: 30px;
	padding-right: 40px;
}
.main_content_left
{

	padding-right: 10px;
	margin-bottom:30px;
}
.main_content_right
{
	margin-right: 10px;
	margin-left: 30px;
	margin-bottom:30px;
}

.portfolio_main_picture
{
	padding: 2px;
	border: 0px solid #4D4D4D;
}
.portfolio_content_right
{
	font-family: calibri;
	text-align: center;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom:30px;
}

.portfolio_content_left
{
	border: 1px solid #C0E2D4;
	width: 325px;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-family: calibri;
	text-align: center;
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom: 30px;
	background-color: #D2EAE0;
}
.portfolio_item
{
	padding: 2px;
	cursor: pointer;
	border: solid 0;
}

.services_content_left
{
	width: 600px;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-family: calibri;
	margin-bottom:30px;
}
.contact_content_left
{
	width: 600px;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-family: calibri;
	margin-bottom:30px;
}
.about_content_left
{
	width: 600px;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-family: calibri;
	margin-bottom:30px;
}
.slideshow_host
{
	background-image: url('images/armanwebdesign_slidshow_background.png');
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
}


.video_content_left
{
	width: 270px;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-family: calibri;
	margin-bottom:30px;
}
.video_content_right
{
	font-family: calibri;
	text-align:center;
	margin-right: 10px;
	margin-bottom: 40px;
	background-image: url('images/armanwebdesign_video_background.png');
	padding-top: 19px;
	padding-left: 19px;
	padding-right: 19px;
	background-repeat: no-repeat;
}

.video_picture_frame {border: none;}
