
/**		FONT	**/

.logo span {
font-family: 'sans-serif', 'Open Sans';
}

h1, .componentheading, h2.contentheading, .blog-featured h2 {
font-family: 'sans-serif', 'Open Sans';
}

.drop-down ul li a, .drop-down ul li span.separator, .search-module .inputbox {
font-family: 'sans-serif', 'Open Sans';
}

.left_column h3, .right-module-position h3, .top-module-position h3, .bottom-module-position h3, .user1 h3, .user2 h3, .user3 h3, 
.user4 h3, .user5 h3, .user6 h3, .address h3, .translate h3, .search h3, top_menu h3, .bottom_menu h3 {
font-family: 'sans-serif', 'Open Sans';
}

.submenu li a, .submenu li span.separator {
font-family: 'sans-serif', 'Open Sans';
}

body {
font-family: 'sans-serif';
}


/**			Width 		**/

#column-menu, .drop-down, .search-module {
width:280px;
}

#column-content {
margin: 0 0 0 280px;
}

.module_google_map, .module_video {
padding-left: 280px;
}

#main-column-content {
width:350px;
}

.left_column {
width:160px;
}

.right-module-position {
width:160px;
}

/**  Minimum width for no responsive mode 		**/

#column-content {
min-width : 700px;
}